.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;background:linear-gradient(135deg,#667eea,#764ba2,#667eea);background-size:200% 200%;animation:gradientShift 15s ease infinite;overflow:hidden}.auth-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.auth-orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);top:-200px;left:-200px;animation:float 20s ease-in-out infinite;animation-delay:0s}.auth-orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(116,75,162,.4) 0%,transparent 70%);bottom:-150px;right:-150px;animation:float 20s ease-in-out infinite;animation-delay:5s}.auth-orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(102,126,234,.4) 0%,transparent 70%);top:50%;right:10%;animation:float 20s ease-in-out infinite;animation-delay:10s}@keyframes float{0%,to{transform:translateY(0) translate(0)}33%{transform:translateY(-30px) translate(20px)}66%{transform:translateY(20px) translate(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-container{position:relative;z-index:1;width:100%;max-width:450px;margin:0 auto}.auth-card-large{max-width:600px!important}.auth-back-link{display:inline-flex;align-items:center;gap:8px;color:#ffffffe6;margin-bottom:24px;font-size:14px;transition:all .3s ease;text-decoration:none;position:relative;z-index:2}.auth-back-link:hover{color:#fff;transform:translate(-4px)}.auth-card{width:100%;border-radius:20px;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.2);background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;position:relative}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4a90e2,#357abd,#4a90e2);background-size:200% 100%;animation:gradientShift 3s ease infinite}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.auth-header{text-align:center;margin-bottom:32px;padding-top:8px}.auth-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.auth-logo-icon{font-size:32px;color:#4a90e2;animation:float 6s ease-in-out infinite}.auth-title{margin:0!important;color:#1a1a1a;font-weight:700;font-size:28px;background:linear-gradient(135deg,#4a90e2,#357abd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{color:#666;font-size:15px;display:block;margin-top:8px}.auth-form{margin-top:8px}.auth-input{border-radius:8px;transition:all .3s ease}.auth-input:hover{border-color:#4a90e2}.auth-input:focus,.auth-input-focused{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a}.auth-submit-button{height:48px;border-radius:8px;font-weight:600;font-size:16px;background:linear-gradient(135deg,#4a90e2,#357abd);border:none;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #4a90e266}.auth-submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.auth-submit-button:hover:before{left:100%}.auth-submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a90e299}.auth-submit-button:active{transform:translateY(0)}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.auth-link{color:#4a90e2;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative}.auth-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#4a90e2,#357abd);transition:width .3s ease}.auth-link:hover{color:#357abd}.auth-link:hover:after{width:100%}.ant-form-item-label>label{font-weight:500;color:#333}.ant-input-affix-wrapper{border-radius:8px;transition:all .3s ease}.ant-input-affix-wrapper:hover{border-color:#4a90e2}.ant-input-affix-wrapper-focused{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a}.ant-select-selector{border-radius:8px!important;transition:all .3s ease!important}.ant-select-focused .ant-select-selector{border-color:#4a90e2!important;box-shadow:0 0 0 2px #4a90e21a!important}@media (max-width: 768px){.auth-container{max-width:100%}.auth-card-large{max-width:100%!important}.auth-title{font-size:24px}.auth-logo-icon{font-size:28px}}@media (max-width: 576px){.auth-page{padding:16px}.auth-card{border-radius:16px}.auth-title{font-size:22px}.auth-subtitle{font-size:14px}}.landing-page{width:100%;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.animate-fade-in{animation:fadeIn 1s ease-out}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards;opacity:0}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards;opacity:0}.animate-scale-in{animation:scaleIn 1s ease-out forwards;opacity:0}.floating-icon{animation:float 6s ease-in-out infinite}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #0000001f;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.header-content{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;color:#4a90e2;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo .anticon{transition:transform .3s ease}.logo:hover .anticon{transform:rotate(15deg) scale(1.1)}.header-nav{display:flex;align-items:center;gap:8px}.nav-link{color:#333;font-weight:500;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:linear-gradient(90deg,#4a90e2,#357abd);transition:all .3s ease;transform:translate(-50%)}.nav-link:hover{color:#4a90e2;transform:translateY(-2px)}.nav-link:hover:after{width:100%}.nav-button{margin-left:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.nav-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.nav-button:hover:before{width:300px;height:300px}.nav-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4a90e24d}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px;background:linear-gradient(135deg,#667eea,#764ba2,#667eea);background-size:200% 200%;animation:gradientShift 15s ease infinite;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);top:-200px;left:-200px;animation-delay:0s}.orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(116,75,162,.4) 0%,transparent 70%);bottom:-150px;right:-150px;animation-delay:5s}.orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(102,126,234,.4) 0%,transparent 70%);top:50%;right:10%;animation-delay:10s}.hero-content{position:relative;z-index:1;max-width:800px;text-align:center;color:#fff}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:24px;color:#fff;line-height:1.2}.hero-highlight{background:linear-gradient(120deg,#fff,#e0e7ff,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite;display:inline-block;position:relative;filter:drop-shadow(0 2px 4px rgba(255,255,255,.3))}.hero-description{font-size:1.25rem;margin-bottom:40px;color:#ffffffe6;line-height:1.6}.hero-cta{display:flex;justify-content:center;flex-wrap:wrap}.cta-primary{height:48px;padding:0 32px;font-size:16px;font-weight:600;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #4a90e266}.cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-primary:hover:before{left:100%}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4a90e299}.shine-button{background:linear-gradient(135deg,#4a90e2,#357abd);border:none}.shine-button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);border-radius:inherit}.cta-secondary{height:48px;padding:0 32px;font-size:16px;background:#fff3;border-color:#ffffff4d;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-secondary:hover{background:#ffffff4d;border-color:#ffffff80;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #fff3}.section-container{max-width:1200px;margin:0 auto;padding:80px 24px}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#1a1a1a}.section-description{text-align:center;font-size:1.125rem;color:#666;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.features-section{background:#fff}.features-grid{margin-top:48px}.feature-card{height:100%;text-align:center;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #f0f0f0;background:#fff;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(74,144,226,.1),transparent);transition:left .5s}.feature-card:hover:before{left:100%}.feature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #4a90e240;border-color:#4a90e2;background:linear-gradient(135deg,#fff,#f8f9ff)}.feature-icon{font-size:48px;color:#4a90e2;margin-bottom:24px;display:flex;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.feature-card:hover .feature-icon{transform:scale(1.2) rotate(5deg);color:#357abd;filter:drop-shadow(0 4px 8px rgba(74,144,226,.3))}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#1a1a1a}.feature-description{color:#666;font-size:1rem;line-height:1.6}.benefits-section{background:#f8f9fa}.benefits-list{display:flex;flex-direction:column;gap:32px}.benefit-item{display:flex;gap:20px;align-items:flex-start}.benefit-icon{font-size:32px;color:#4a90e2;margin-top:4px;flex-shrink:0;transition:all .3s ease;animation:pulse 2s ease-in-out infinite}.benefit-item:hover .benefit-icon{transform:scale(1.2);color:#357abd;filter:drop-shadow(0 4px 8px rgba(74,144,226,.4))}.benefit-title{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:#1a1a1a}.benefit-description{color:#666;font-size:1rem;line-height:1.6;margin:0}.benefits-visual{display:flex;justify-content:center;align-items:center;padding:40px}.large-icon{font-size:200px;color:#4a90e2;opacity:.15;filter:drop-shadow(0 0 30px rgba(74,144,226,.3));transition:all .5s ease}.benefits-visual:hover .large-icon{opacity:.25;transform:scale(1.1);filter:drop-shadow(0 0 50px rgba(74,144,226,.5))}.testimonials-section{background:#fff}.testimonials-grid{margin-top:48px}.testimonial-card{height:100%;border-radius:16px;border:1px solid #f0f0f0;transition:all .4s cubic-bezier(.4,0,.2,1);background:#fff;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4a90e2,#357abd);transform:scaleX(0);transition:transform .4s ease}.testimonial-card:hover:before{transform:scaleX(1)}.testimonial-card:hover{box-shadow:0 16px 32px #4a90e233;transform:translateY(-8px) scale(1.02);border-color:#4a90e2}.testimonial-rating{margin-bottom:16px;display:flex;gap:4px}.testimonial-content{font-size:1rem;color:#333;line-height:1.6;margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-name{font-weight:600;color:#1a1a1a}.testimonial-role{font-size:.875rem;color:#666}.cta-section{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;text-align:center}.cta-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:16px}.cta-description{color:#ffffffe6;font-size:1.125rem;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{height:56px;padding:0 40px;font-size:18px;font-weight:600;background:#fff;border:none;color:#4a90e2;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ffffff4d}.cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#4a90e21a;transform:translate(-50%,-50%);transition:width .6s,height .6s}.cta-button:hover:before{width:400px;height:400px}.cta-button:hover{background:#f8f9ff;color:#357abd;transform:translateY(-4px);box-shadow:0 8px 25px #fff6}.landing-footer{background:#1a1a1a;color:#fff;padding:60px 24px 24px}.footer-brand{display:flex;align-items:center;margin-bottom:16px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links .ant-btn-link{color:#ffffffb3;padding:0;height:auto}.footer-links .ant-btn-link:hover{color:#4a90e2}.footer-bottom{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem}.section-title{font-size:2rem}.header-nav{flex-wrap:wrap}.nav-link{display:none}.large-icon{font-size:120px}.cta-title{font-size:2rem}}@media (max-width: 576px){.hero-title{font-size:2rem}.hero-cta{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%}.section-container{padding:60px 16px}}:root{--brand-primary: #4A90E2;--brand-primary-dark: #357ABD;--brand-gradient: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);--sidebar-bg: #001529;--header-bg: #001529;--content-bg: #f0f2f5;--card-shadow: 0 2px 8px rgba(0, 0, 0, .1);--card-shadow-hover: 0 8px 24px rgba(0, 0, 0, .15);--border-radius: 8px;--border-radius-lg: 12px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.app-header{background:var(--header-bg)!important;box-shadow:0 2px 8px #00000026;border-bottom:1px solid rgba(255,255,255,.1);transition:var(--transition);position:relative;z-index:1000;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 24px!important}.app-header .header-logo{display:flex;align-items:center;gap:12px;color:#ffffffd9;font-size:18px;font-weight:700;transition:var(--transition)}.app-header .header-logo:hover{transform:scale(1.05)}.app-header .header-logo .logo-icon{font-size:24px;color:var(--brand-primary);transition:var(--transition)}.app-header .header-logo:hover .logo-icon{transform:rotate(15deg) scale(1.1);color:#fff}.app-header .theme-menu-trigger{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:var(--border-radius);transition:var(--transition);color:#ffffffd9;position:relative;z-index:1001;width:32px;height:32px}.app-header .theme-menu-trigger:hover{background:#ffffff1a;transform:scale(1.05)}.app-header .user-menu-trigger{cursor:pointer;display:flex;align-items:center;gap:8px;padding:4px 12px;border-radius:var(--border-radius);transition:var(--transition);color:#ffffffd9;position:relative;z-index:1001}.app-header .user-menu-trigger:hover{background:#ffffff1a}.app-header .user-menu-trigger span{color:#ffffffd9;font-weight:500}.app-header .ant-dropdown-trigger{position:relative;z-index:1001}.ant-dropdown{z-index:1050!important}.ant-dropdown-menu{border-radius:var(--border-radius-lg)!important;box-shadow:0 8px 24px #00000026!important;border:1px solid rgba(0,0,0,.06)!important;padding:8px!important;margin-top:8px!important;min-width:160px!important}.ant-dropdown-menu-item{border-radius:var(--border-radius)!important;margin:4px 0!important;transition:var(--transition)!important;padding:8px 12px!important;display:flex!important;align-items:center!important;gap:8px!important}.ant-dropdown-menu-item:hover{background:rgba(var(--brand-primary-rgb, 74, 144, 226),.1)}.ant-dropdown-menu-item-danger{color:#ff4d4f!important}.ant-dropdown-menu-item-danger:hover{background:#ff4d4f1a!important;color:#ff4d4f!important}.ant-dropdown-menu-item-icon{font-size:14px}.app-sidebar{background:var(--sidebar-bg)!important;box-shadow:2px 0 8px #0000001a;border-right:1px solid rgba(255,255,255,.1)}.app-sidebar .ant-menu{background:transparent!important;border-right:none!important}.app-sidebar .ant-menu-item,.app-sidebar .ant-menu-submenu-title{border-radius:var(--border-radius)!important;margin:4px 8px!important;transition:var(--transition)!important;color:#ffffffd9!important}.app-sidebar .ant-menu-item:hover,.app-sidebar .ant-menu-submenu-title:hover{background:#ffffff1a;color:#fff;transform:translate(4px)}.app-sidebar .ant-menu-item-selected{background:var(--brand-gradient);color:#fff;font-weight:600;box-shadow:0 4px 12px #0003}.app-sidebar .ant-menu-item-selected:after{display:none!important}.app-sidebar .ant-menu-item-icon,.app-sidebar .ant-menu-submenu-title .anticon{font-size:16px;transition:var(--transition)}.app-sidebar .ant-menu-item:hover .anticon,.app-sidebar .ant-menu-submenu-title:hover .anticon{transform:scale(1.1)}.app-sidebar .ant-menu-submenu-inner{background:#0003!important}.app-sidebar .ant-menu-submenu .ant-menu-item{margin-left:8px!important;padding-left:48px!important}.app-content{background:var(--content-bg);transition:var(--transition)}.sidebar-expanded .app-content{margin-left:200px}.sidebar-collapsed .app-content{margin-left:80px}@media (max-width: 767px){.sidebar-expanded .app-content,.sidebar-collapsed .app-content{margin-left:0}}body[data-theme=dark],body[data-theme=dark] #root{background-color:#141414!important;color:#ffffffd9}body[data-theme=dark] .ant-layout{background:#141414!important}body[data-theme=dark] .app-content{background:#141414}body[data-theme=dark] .modern-card,body[data-theme=dark] .stat-card,body[data-theme=dark] .chart-card,body[data-theme=dark] .alert-widget,body[data-theme=dark] .recent-transactions-card{background:#1f1f1f!important;border-color:#ffffff1a!important;color:#ffffffd9}body[data-theme=dark] .modern-card .ant-card-head,body[data-theme=dark] .stat-card .ant-card-head,body[data-theme=dark] .chart-card .ant-card-head,body[data-theme=dark] .alert-widget .ant-card-head,body[data-theme=dark] .recent-transactions-card .ant-card-head{background:#1f1f1f!important;border-bottom-color:#ffffff1a!important}body[data-theme=dark] .modern-card .ant-card-head-title,body[data-theme=dark] .stat-card .ant-card-head-title,body[data-theme=dark] .chart-card .ant-card-head-title,body[data-theme=dark] .alert-widget .ant-card-head-title,body[data-theme=dark] .recent-transactions-card .ant-card-head-title{color:#ffffffd9!important}body[data-theme=dark] .modern-card .ant-card-body,body[data-theme=dark] .stat-card .ant-card-body,body[data-theme=dark] .chart-card .ant-card-body,body[data-theme=dark] .alert-widget .ant-card-body,body[data-theme=dark] .recent-transactions-card .ant-card-body{color:#ffffffd9}body[data-theme=dark] .modern-card .ant-statistic-title,body[data-theme=dark] .stat-card .ant-statistic-title{color:#ffffffa6!important}body[data-theme=dark] .modern-card .ant-statistic-content,body[data-theme=dark] .stat-card .ant-statistic-content{color:#ffffffd9!important}body[data-theme=dark] .modern-page-header{background:linear-gradient(to right,transparent,rgba(74,144,226,.1),transparent);border-bottom-color:#ffffff1a}body[data-theme=dark] .modern-page-header .page-title{color:#ffffffd9!important;-webkit-text-fill-color:rgba(255,255,255,.85)!important}body[data-theme=dark] .modern-page-header .ant-breadcrumb a{color:#ffffffa6}body[data-theme=dark] .modern-page-header .ant-breadcrumb-separator{color:#ffffff73}body[data-theme=dark] .modern-table .ant-table-thead>tr>th{background:#1f1f1f!important;color:#ffffffd9!important;border-bottom-color:#ffffff1a!important}body[data-theme=dark] .modern-table .ant-table-tbody>tr>td{background:#1f1f1f!important;color:#ffffffd9!important;border-bottom-color:#ffffff1a!important}body[data-theme=dark] .modern-table .ant-table-tbody>tr:hover>td{background:#ffffff14!important}body[data-theme=dark] .recent-transactions-card .ant-table-thead>tr>th{background:#1f1f1f!important;color:#ffffffd9!important}body[data-theme=dark] .recent-transactions-card .ant-table-tbody>tr>td{background:#1f1f1f!important;color:#ffffffd9!important}body[data-theme=dark] .recent-transactions-card .ant-table-tbody>tr:hover>td{background:#ffffff14!important}body[data-theme=dark] .modern-empty{color:#ffffff73}body[data-theme=dark] .ant-input,body[data-theme=dark] .ant-select-selector,body[data-theme=dark] .ant-picker{background:#1f1f1f!important;border-color:#ffffff1a!important;color:#ffffffd9!important}body[data-theme=dark] .ant-input::placeholder,body[data-theme=dark] .ant-select-selection-placeholder{color:#ffffff73!important}body[data-theme=dark] .ant-form-item-label>label{color:#ffffffd9!important}body[data-theme=dark] .ant-modal-content{background:#1f1f1f!important;color:#ffffffd9}body[data-theme=dark] .ant-modal-header{background:#1f1f1f!important;border-bottom-color:#ffffff1a!important}body[data-theme=dark] .ant-modal-title{color:#ffffffd9!important}body[data-theme=dark] .ant-modal-body{color:#ffffffd9}body[data-theme=dark] .ant-modal-footer{border-top-color:#ffffff1a!important}body[data-theme=dark] .ant-dropdown-menu{background:#1f1f1f!important;border-color:#ffffff1a!important}body[data-theme=dark] .ant-dropdown-menu-item{color:#ffffffd9!important}body[data-theme=dark] .ant-dropdown-menu-item:hover{background:#ffffff14!important}body[data-theme=dark] .ant-select-dropdown{background:#1f1f1f!important}body[data-theme=dark] .ant-select-item{color:#ffffffd9!important}body[data-theme=dark] .ant-select-item-option-selected{background:#4a90e233!important}body[data-theme=dark] .ant-select-item-option-active{background:#ffffff14!important}body[data-theme=dark] .ant-picker-dropdown{background:#1f1f1f!important}body[data-theme=dark] .ant-picker-panel{background:#1f1f1f!important;border-color:#ffffff1a!important}body[data-theme=dark] .ant-picker-calendar-date{color:#ffffffd9!important}body[data-theme=dark] .ant-picker-calendar-date:hover{background:#ffffff14!important}body[data-theme=dark] .ant-list-item{border-bottom-color:#ffffff1a!important;color:#ffffffd9}body[data-theme=dark] .ant-alert{background:#1f1f1f!important;border-color:#ffffff1a!important;color:#ffffffd9}body[data-theme=dark] .ant-message{color:#ffffffd9}body[data-theme=dark] .ant-notification-notice{background:#1f1f1f!important;color:#ffffffd9}body[data-theme=dark] .ant-drawer-content{background:#1f1f1f!important}body[data-theme=dark] .ant-drawer-header{background:#1f1f1f!important;border-bottom-color:#ffffff1a!important}body[data-theme=dark] .ant-drawer-title{color:#ffffffd9!important}body[data-theme=dark] .ant-drawer-body{color:#ffffffd9}body[data-theme=dark] .ant-tabs-tab{color:#ffffffa6!important}body[data-theme=dark] .ant-tabs-tab-active .ant-tabs-tab-btn{color:#ffffffd9!important}body[data-theme=dark] .ant-tabs-ink-bar{background:var(--brand-primary)!important}body[data-theme=dark] .ant-breadcrumb a{color:#ffffffa6!important}body[data-theme=dark] .ant-breadcrumb-separator{color:#ffffff73!important}body[data-theme=dark] .ant-divider{border-color:#ffffff1a!important}body[data-theme=dark] .ant-descriptions-item-label{color:#ffffffa6!important}body[data-theme=dark] .ant-descriptions-item-content{color:#ffffffd9!important}.modern-page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid;border-image:linear-gradient(to right,transparent,var(--brand-primary),transparent) 1;background:linear-gradient(to right,transparent,rgba(var(--brand-primary-rgb, 74, 144, 226),.05),transparent);animation:fadeInUp .5s ease-out}.modern-page-header .page-title{margin:0!important;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:28px;line-height:1.2}.modern-page-header .ant-breadcrumb{margin-bottom:12px}.modern-page-header .ant-breadcrumb a{color:var(--brand-primary);transition:var(--transition)}.modern-page-header .ant-breadcrumb a:hover{color:var(--brand-primary-dark);text-decoration:underline}.modern-page-header .ant-breadcrumb-separator{color:#00000073}.page-header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px}.page-header-extra{flex:1;max-width:100%;display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width: 767px){.page-header-content{flex-direction:column;align-items:stretch;gap:12px}.page-header-extra{justify-content:stretch;width:100%;margin-top:0}.page-header-extra>*{flex:1;min-width:0}.page-header-extra .ant-btn{width:100%;margin-bottom:8px}.page-header-extra .ant-select,.page-header-extra .ant-picker{width:100%}}.modern-card{border-radius:var(--border-radius-lg)!important;box-shadow:var(--card-shadow)!important;border:1px solid rgba(0,0,0,.06)!important;transition:var(--transition)!important;overflow:hidden}.modern-card:hover{box-shadow:var(--card-shadow-hover)!important;transform:translateY(-2px);border-color:var(--brand-primary)!important}.modern-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06)}.modern-card .ant-card-head-title{font-weight:600}.modern-card .ant-statistic-title{font-weight:500}.modern-card .ant-statistic-content{font-weight:700}.stat-card{border-radius:var(--border-radius-lg)!important;box-shadow:var(--card-shadow)!important;border:1px solid rgba(0,0,0,.06)!important;transition:var(--transition)!important;overflow:hidden;position:relative}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--brand-gradient);transform:scaleX(0);transition:var(--transition);z-index:1}.stat-card:hover:before{transform:scaleX(1)}body[data-theme=gradient] .stat-card,body[data-theme=gradient] .modern-card{background:linear-gradient(135deg,#ffffffe6,#f7fafce6);border:1px solid rgba(102,126,234,.2)}body[data-theme=gradient] .stat-card:hover,body[data-theme=gradient] .modern-card:hover{border-color:var(--gradient-start, var(--brand-primary));box-shadow:0 8px 24px #667eea26}body[data-theme=gradient] .app-sidebar .ant-menu-item-selected{background:var(--brand-gradient);box-shadow:0 4px 12px #667eea4d}body[data-theme=gradient] .modern-page-header{background:linear-gradient(to right,transparent,rgba(102,126,234,.08),transparent);border-image:linear-gradient(to right,transparent,var(--gradient-start, var(--brand-primary)),var(--gradient-end, var(--brand-primary-dark)),transparent) 1}body[data-theme=gradient] .modern-page-header .page-title{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body[data-theme=gradient] .modern-table .ant-table-thead>tr>th{background:linear-gradient(to bottom,#667eea1a,#764ba20d);border-bottom:2px solid;border-image:linear-gradient(to right,var(--gradient-start, var(--brand-primary)),var(--gradient-end, var(--brand-primary-dark))) 1}body[data-theme=gradient] .recent-transactions-card .ant-table-thead>tr>th{background:linear-gradient(to bottom,#667eea1a,#764ba20d)}.stat-card:hover{box-shadow:var(--card-shadow-hover)!important;transform:translateY(-4px);border-color:var(--brand-primary)!important}.stat-card .ant-statistic-title{font-weight:500;font-size:14px}.stat-card .ant-statistic-content{font-weight:700;font-size:24px}.stat-card .anticon{font-size:32px;opacity:.8;transition:var(--transition)}.stat-card:hover .anticon{opacity:1;transform:scale(1.1)}.chart-card{border-radius:var(--border-radius-lg)!important;box-shadow:var(--card-shadow)!important;border:1px solid rgba(0,0,0,.06)!important;transition:var(--transition)!important;height:100%}.chart-card:hover{box-shadow:var(--card-shadow-hover)!important;border-color:var(--brand-primary)!important}.chart-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06)}.chart-card .ant-card-head-title{font-weight:600}.chart-card .ant-card-body{padding:16px}.alert-widget{border-radius:var(--border-radius-lg)!important;box-shadow:var(--card-shadow)!important;border:1px solid rgba(0,0,0,.06)!important;transition:var(--transition)!important;height:100%}.alert-widget .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06)}.alert-widget .ant-card-head-title{font-weight:600;display:flex;align-items:center;gap:8px}.alert-widget .ant-list-item{border-bottom:1px solid rgba(0,0,0,.06);padding:12px 0}.alert-widget .ant-list-item:last-child{border-bottom:none}.recent-transactions-card{border-radius:var(--border-radius-lg)!important;box-shadow:var(--card-shadow)!important;border:1px solid rgba(0,0,0,.06)!important;transition:var(--transition)!important}.recent-transactions-card:hover{box-shadow:var(--card-shadow-hover)!important;border-color:var(--brand-primary)!important}.recent-transactions-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06)}.recent-transactions-card .ant-card-head-title{font-weight:600}.recent-transactions-card .ant-table{border-radius:var(--border-radius)}.recent-transactions-card .ant-table-thead>tr>th{font-weight:600}.recent-transactions-card .ant-table-tbody>tr:hover>td{background:rgba(var(--brand-primary-rgb, 74, 144, 226),.05);cursor:pointer}.modern-button{border-radius:var(--border-radius)!important;font-weight:500;transition:var(--transition)!important;box-shadow:0 2px 4px #0000001a}.modern-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--brand-primary-rgb, 74, 144, 226),.3)}.modern-button-primary{background:var(--brand-gradient)!important;border:none!important;position:relative;overflow:hidden}.modern-button-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.modern-button-primary:hover:before{left:100%}.modern-button-primary:hover{background:var(--brand-gradient);box-shadow:0 6px 16px rgba(var(--brand-primary-rgb, 74, 144, 226),.4);transform:translateY(-2px)}.modern-table{border-radius:var(--border-radius-lg);overflow:hidden}.modern-table .ant-table{border-radius:var(--border-radius-lg)}.modern-table .ant-table-thead>tr>th{font-weight:600;border-bottom:2px solid var(--brand-primary)}.modern-table .ant-table-tbody>tr:hover>td{background:rgba(var(--brand-primary-rgb, 74, 144, 226),.05)}.modern-form .ant-input,.modern-form .ant-input-affix-wrapper,.modern-form .ant-select-selector{border-radius:var(--border-radius)!important;transition:var(--transition)!important}.modern-form .ant-input:focus,.modern-form .ant-input-affix-wrapper-focused,.modern-form .ant-select-focused .ant-select-selector{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(var(--brand-primary-rgb, 74, 144, 226),.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .5s ease-out}.slide-in-right{animation:slideInRight .4s ease-out}.modern-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.modern-empty{text-align:center;padding:48px 24px;color:#00000073}@media (max-width: 767px){.desktop-sidebar{display:none!important}.main-content.app-content{margin-left:0!important;padding:16px!important}.app-header{padding:0 16px!important;height:64px!important;line-height:64px!important}.app-header .header-logo{font-size:16px;gap:8px}.app-header .header-logo .logo-icon{font-size:20px}.mobile-menu-button{display:block!important;margin-right:8px;width:40px!important;height:40px!important;border-radius:var(--border-radius)!important}.mobile-menu-button:hover{background:#ffffff1a!important}.app-header .user-menu-trigger span{display:none}.app-header .user-menu-trigger>div:first-child{width:32px!important;height:32px!important;border-radius:50%!important;background-color:#4a90e2!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important}.app-header .user-menu-trigger>div:first-child span{color:#fff!important;font-size:16px!important;display:flex!important;align-items:center!important;justify-content:center!important}.app-header .user-menu-trigger .anticon-user{color:#fff!important;font-size:16px!important}.app-header .user-menu-trigger{padding:4px 8px}.modern-page-header .page-title{font-size:24px}.stat-card,.chart-card,.alert-widget,.recent-transactions-card,.modern-card{margin-bottom:16px}.chart-card .ant-card-body{padding:12px}.chart-card .recharts-wrapper{height:250px!important}.modern-table .ant-table{font-size:14px}.modern-table .ant-table-thead>tr>th,.modern-table .ant-table-tbody>tr>td{padding:8px 4px}.modern-table .ant-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.list-page-filters{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.list-page-date-filter{align-self:flex-start}.modern-form .ant-form-item{margin-bottom:16px}.modern-form .ant-form-item-label>label{font-size:14px}.modern-form .ant-input,.modern-form .ant-input-affix-wrapper,.modern-form .ant-select-selector{font-size:16px}.modern-form .ant-form-item:last-child .ant-space{flex-direction:column;width:100%;gap:8px!important}.modern-form .ant-form-item:last-child .ant-space .ant-btn{width:100%}.modern-form .ant-card,.modern-form .ant-row .ant-col{margin-bottom:16px}.ant-btn-group{display:flex;flex-direction:column;width:100%}.ant-btn-group .ant-btn{margin-bottom:8px;width:100%}.ant-modal,.responsive-modal{width:calc(100vw - 32px)!important;max-width:none!important;margin:16px auto!important;top:16px!important}.ant-modal-content,.responsive-modal .ant-modal-content{border-radius:var(--border-radius-lg)!important}.ant-modal-body,.responsive-modal .ant-modal-body{padding:16px!important}.ant-drawer-content{border-radius:var(--border-radius-lg) 0 0 var(--border-radius-lg)!important}.ant-drawer-body{padding:16px!important}.mobile-drawer .ant-menu-item{padding:0 16px!important;margin:4px 0!important}.dashboard-filters{flex-direction:column;gap:8px;width:100%;align-items:stretch}.dashboard-date-select,.dashboard-date-range,.dashboard-refresh-btn,.dashboard-create-btn{width:100%}.ant-row .ant-col-xs-24 .ant-btn{margin-bottom:8px}.search-bar-mobile{margin-bottom:16px}.filter-bar-mobile{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.filter-bar-mobile .ant-form-item{margin-bottom:0}.ant-table-tbody .ant-btn{min-width:44px;min-height:44px;padding:6px 12px}.ant-pagination{justify-content:center}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:40px;height:40px}.modern-loading{min-height:150px}.modern-empty{padding:32px 16px}.ant-row .ant-col{margin-bottom:16px}.ant-breadcrumb{font-size:14px}.ant-tabs-tab{padding:8px 12px;font-size:14px}.ant-select-dropdown{max-height:200px}.ant-picker-dropdown{max-height:300px}.stat-card .ant-statistic-title{font-size:13px}.stat-card .ant-statistic-content{font-size:20px}.stat-card .anticon{font-size:28px}}@media (min-width: 768px) and (max-width: 1024px){.main-content.app-content{padding:20px}.modern-page-header .page-title{font-size:26px}.chart-card .recharts-wrapper{height:280px!important}.stat-card .ant-statistic-content{font-size:22px}}@media (max-width: 575px){.main-content.app-content{padding:12px!important}.app-header{padding:0 12px!important}.modern-page-header .page-title{font-size:20px}.ant-modal{width:calc(100vw - 24px)!important;margin:12px auto!important;top:12px!important}.ant-modal-body{padding:12px!important}.chart-card .recharts-wrapper{height:200px!important}.stat-card .ant-statistic-content{font-size:18px}.stat-card .anticon{font-size:24px}}@media (max-width: 767px){.invoice-actions{display:flex;flex-direction:column;gap:8px;width:100%}.invoice-actions .ant-btn{width:100%;margin-bottom:0}.invoice-items-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.invoice-items-table .ant-table{font-size:14px;min-width:600px}.invoice-items-table .ant-table-thead>tr>th,.invoice-items-table .ant-table-tbody>tr>td{padding:8px 4px;white-space:nowrap}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.quick-actions-grid .ant-btn{min-height:48px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;font-size:12px}.invoice-bottom-actions{display:flex;flex-direction:column;gap:12px}.invoice-bottom-actions .ant-btn{width:100%}.ant-descriptions-item-label{font-size:14px;font-weight:600}.ant-descriptions-item-content,.gst-calculator-mobile{font-size:14px}.gst-calculator-mobile .gst-summary{padding:12px}.gst-calculator-mobile .gst-breakdown{font-size:13px}}@media (min-width: 768px) and (max-width: 1024px){.invoice-actions{display:flex;gap:8px;flex-wrap:wrap}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}}@media (hover: none) and (pointer: coarse){.ant-btn{min-height:44px;padding:8px 16px}.ant-input,.ant-select-selector,.ant-picker{min-height:44px}.ant-table-tbody>tr>td{padding:12px 8px}.ant-dropdown-menu-item{padding:12px 16px!important;min-height:44px}}.mobile-data-table{width:100%}.mobile-data-card{margin-bottom:12px;border-radius:var(--border-radius-lg)!important;box-shadow:var(--card-shadow)!important;transition:var(--transition)!important}.mobile-data-card:hover{box-shadow:var(--card-shadow-hover)!important;transform:translateY(-2px)}.mobile-card-content{display:flex;flex-direction:column;gap:8px}.mobile-card-field{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid rgba(0,0,0,.06)}.mobile-card-field:last-child{border-bottom:none}.mobile-card-label{font-weight:600;color:#000000d9;font-size:14px;min-width:120px}.mobile-card-value{color:#000000a6;font-size:14px;text-align:right;flex:1}.mobile-card-actions{gap:4px!important}.mobile-action-button{min-width:44px!important;min-height:44px!important;padding:6px 8px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-pagination-container{margin-top:16px;display:flex;justify-content:center}.mobile-pagination-container .ant-table-pagination{margin:0!important}body[data-theme=dark] .mobile-data-card{background:#1f1f1f!important;border-color:#ffffff1a!important}body[data-theme=dark] .mobile-card-label{color:#ffffffd9}body[data-theme=dark] .mobile-card-value{color:#ffffffa6}body[data-theme=dark] .mobile-card-field{border-bottom-color:#ffffff1a}@media (max-width: 767px){.dashboard-quick-actions .ant-btn{height:48px!important;font-size:16px!important}.dashboard-quick-actions .quick-action-btn{margin-bottom:8px!important}.dashboard-metrics .stat-card,.dashboard-charts .chart-card,.dashboard-alerts .alert-widget,.dashboard-recent-transactions .recent-transactions-card{margin-bottom:16px}.dashboard-filters{margin-bottom:20px}.dashboard-filters .ant-btn{margin-bottom:8px}}@media (min-width: 768px){.dashboard-quick-actions{display:flex!important;gap:16px!important;flex-wrap:wrap}.dashboard-quick-actions .ant-btn{flex:1;min-width:200px;max-width:calc(50% - 8px)}}@media (min-width: 768px) and (max-width: 1024px){.dashboard-quick-actions .ant-col,.dashboard-charts .ant-col{margin-bottom:16px}}.text-brand{color:var(--brand-primary)}.bg-brand{background:var(--brand-gradient)}.border-brand{border-color:var(--brand-primary)}.shadow-brand{box-shadow:0 4px 12px rgba(var(--brand-primary-rgb, 74, 144, 226),.2)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.desktop-sidebar .ant-layout-sider-children{display:flex;flex-direction:column}.desktop-sidebar .ant-menu{flex:1;overflow:visible}.desktop-sidebar .ant-menu-item,.desktop-sidebar .ant-menu-submenu{background-color:transparent!important}@media (max-width: 768px){.desktop-sidebar{display:none!important}.main-content{margin-left:0!important}.mobile-menu-button{display:block!important}}@media (min-width: 769px){.mobile-drawer,.mobile-menu-button{display:none!important}}
