@charset "UTF-8";body,#root{margin:0;padding:0;overflow-x:hidden;width:100%}*{box-sizing:border-box}.navbar{position:sticky;top:0;z-index:50;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgb(226,232,240);padding:12px 16px}.navbar .navbar-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar .navbar-container .logo-link{display:flex;align-items:center;gap:8px}.navbar .navbar-container .logo-link .logo-icon{width:40px;height:40px;background:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;transition:transform .2s}.navbar .navbar-container .logo-link .logo-text{font-size:20px;font-weight:700;letter-spacing:-.5px;color:#1e293b}.navbar .navbar-container .logo-link:hover .logo-icon{transform:rotate(12deg)}.navbar .navbar-container .desktop-menu{display:flex;align-items:center;gap:32px}.navbar .navbar-container .desktop-menu .menu-link{color:#475569;font-weight:500;text-decoration:none;transition:color .2s}.navbar .navbar-container .desktop-menu .menu-link:hover{color:#2563eb}.navbar .navbar-container .desktop-menu .auth-buttons{display:flex;align-items:center;gap:12px}.navbar .navbar-container .mobile-toggle{display:none}@media(max-width:768px){.navbar{padding:12px 16px}.navbar .navbar-container .desktop-menu{display:none}.navbar .navbar-container .mobile-toggle{display:block}}.login-container .navbar .navbar-container .mobile-toggle,.register-container .navbar .navbar-container .mobile-toggle{display:none!important}@media(max-width:480px){.navbar{padding:10px 12px}.navbar .navbar-container .logo-link .logo-text{font-size:18px}.navbar .navbar-container .logo-link .logo-icon{width:36px;height:36px;font-size:18px}}.home-container{flex:1}.home-container .hero-section{position:relative;overflow:hidden;padding-top:64px;padding-bottom:96px}.home-container .hero-section .hero-content{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10;text-align:center}.home-container .hero-section .hero-content h1{font-size:48px;font-weight:800;letter-spacing:-1px;color:#1e293b;margin-bottom:24px}.home-container .hero-section .hero-content h1 .highlight{color:#2563eb}.home-container .hero-section .hero-content p{max-width:640px;margin:0 auto 40px;font-size:20px;color:#64748b;line-height:1.6}.home-container .hero-section .hero-content .cta-buttons{display:flex;flex-direction:row;justify-content:center;gap:16px}.home-container .hero-section .background-decor{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:0;pointer-events:none;opacity:.2}.home-container .hero-section .background-decor .circle-1{position:absolute;top:80px;left:40px;width:256px;height:256px;background:#60a5fa;border-radius:50%;filter:blur(100px)}.home-container .hero-section .background-decor .circle-2{position:absolute;bottom:80px;right:40px;width:384px;height:384px;background:#a78bfa;border-radius:50%;filter:blur(120px)}.home-container .features-section{padding:96px 0;background:#fff}.home-container .features-section .features-container{max-width:1280px;margin:0 auto;padding:0 16px}.home-container .features-section .features-container .section-header{text-align:center;margin-bottom:64px}.home-container .features-section .features-container .section-header h2{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:16px}.home-container .features-section .features-container .section-header p{font-size:18px;color:#64748b;max-width:640px;margin:0 auto}.home-container .features-section .features-container .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.home-container .cta-section{padding:80px 0;background:#f8fafc;border-top:1px solid #e2e8f0}.home-container .cta-section .cta-container{max-width:896px;margin:0 auto;text-align:center;padding:0 16px}.home-container .cta-section .cta-container .cta-card{background:#fff;padding:48px;border-radius:40px;box-shadow:0 20px 25px -5px #2563eb1a;border:1px solid white}.home-container .cta-section .cta-container .cta-card h2{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:24px}.home-container .cta-section .cta-container .cta-card p{font-size:18px;color:#64748b;margin-bottom:40px}.home-container .footer{padding:48px 0;border-top:1px solid #e2e8f0;text-align:center;color:#94a3b8;background:#fff}@media(max-width:768px){.home-container .hero-section{padding-top:48px;padding-bottom:64px}.home-container .hero-section .hero-content h1{font-size:32px}.home-container .hero-section .hero-content p{font-size:18px;margin-bottom:32px}.home-container .hero-section .hero-content .cta-buttons{flex-direction:column;align-items:center}.home-container .features-section{padding:64px 0}.home-container .features-section .features-container .section-header{margin-bottom:48px}.home-container .features-section .features-container .section-header h2{font-size:28px}.home-container .features-section .features-container .section-header p{font-size:16px}.home-container .features-section .features-container .features-grid{grid-template-columns:1fr;gap:24px}.home-container .cta-section{padding:64px 0}.home-container .cta-section .cta-container .cta-card{padding:32px 24px;border-radius:24px}.home-container .cta-section .cta-container .cta-card h2{font-size:24px}.home-container .cta-section .cta-container .cta-card p{font-size:16px;margin-bottom:32px}}@media(max-width:480px){.home-container .hero-section .hero-content h1{font-size:28px}.home-container .hero-section .hero-content p{font-size:16px}.home-container .features-section .features-container .section-header h2{font-size:24px}.home-container .cta-section .cta-container .cta-card{padding:24px 16px}.home-container .cta-section .cta-container .cta-card h2{font-size:20px}.home-container .cta-section .cta-container .cta-card p{font-size:14px}}.login-container{min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0}.login-container .navbar{position:relative;z-index:10;flex-shrink:0}.login-container .navbar .navbar-container .mobile-toggle{display:none!important}.login-container .login-content-wrapper{display:flex;flex-direction:row;flex:1;min-height:calc(100vh - 64px)}.login-container .login-branding-section{width:50%;background:#2563eb;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;padding:48px;min-height:calc(100vh - 64px)}.login-container .login-branding-section .branding-content{position:relative;z-index:10}.login-container .login-branding-section .branding-content .logo-link{display:flex;align-items:center;gap:8px;margin-bottom:48px}.login-container .login-branding-section .branding-content .logo-link .logo-icon{width:40px;height:40px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.login-container .login-branding-section .branding-content .logo-link .logo-text{font-size:24px;font-weight:700;letter-spacing:-.5px}.login-container .login-branding-section .branding-content h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px}.login-container .login-branding-section .branding-content p{font-size:20px;color:#ffffffe6;max-width:400px}.login-container .login-branding-section .branding-footer{position:relative;z-index:10}.login-container .login-branding-section .branding-footer .user-avatars{display:flex;gap:-16px;margin-bottom:16px}.login-container .login-branding-section .branding-footer .user-avatars img{width:48px;height:48px;border-radius:50%;border:4px solid #2563eb}.login-container .login-branding-section .branding-footer .user-avatars .more-users{width:48px;height:48px;border-radius:50%;background:#ffffff4d;border:4px solid #2563eb;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.login-container .login-branding-section .branding-footer p{color:#fffc}.login-container .login-branding-section .decoration-circle-1{position:absolute;top:0;right:0;width:384px;height:384px;background:#3b82f680;border-radius:50%;transform:translate(50%,-50%)}.login-container .login-branding-section .decoration-circle-2{position:absolute;bottom:0;left:0;width:256px;height:256px;background:#2563ebb3;border-radius:50%;transform:translate(-50%,50%)}.login-container .login-form-section{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px;width:50%}.login-container .login-form-section .form-container{width:100%;max-width:448px}.login-container .login-form-section .form-container .form-header{margin-bottom:32px}.login-container .login-form-section .form-container .form-header h2{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.login-container .login-form-section .form-container .form-header p{color:#64748b}.login-container .login-form-section .form-container .form-field{margin-bottom:24px}.login-container .login-form-section .form-container .form-field label{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:8px}.login-container .login-form-section .form-container .form-field .error-message{color:#ef4444;font-size:12px;margin-top:4px}.login-container .login-form-section .form-container .remember-me{display:flex;align-items:center;margin-bottom:24px}.login-container .login-form-section .form-container .submit-button{height:48px;font-size:18px;border-radius:12px;font-weight:700;box-shadow:0 4px 6px -1px #2563eb33;margin-bottom:16px}.login-container .login-form-section .form-container .google-button{height:48px;display:flex;align-items:center;justify-content:center;font-weight:600;border-color:#e2e8f0;margin-bottom:32px}.login-container .login-form-section .form-container .signup-link{text-align:center;color:#64748b}.login-container .login-form-section .form-container .signup-link a{color:#2563eb;font-weight:700;text-decoration:none}.login-container .login-form-section .form-container .signup-link a:hover{text-decoration:underline}@media(max-width:768px){.login-container .login-content-wrapper{flex-direction:column!important}.login-container .login-branding-section{display:none!important}.login-container .login-form-section{width:100%!important;padding:24px 16px!important;min-height:calc(100vh - 64px)!important}.login-container .login-form-section .form-container{max-width:100%}.login-container .login-form-section .form-container .form-header{margin-bottom:24px}.login-container .login-form-section .form-container .form-header h2{font-size:28px}.login-container .login-form-section .form-container .form-field{margin-bottom:20px}}@media(max-width:480px){.login-container .login-form-section{padding:20px 12px!important}.login-container .login-form-section .form-container .form-header h2{font-size:24px}.login-container .login-form-section .form-container .form-header p{font-size:14px}.login-container .login-form-section .form-container .submit-button,.login-container .login-form-section .form-container .google-button{height:44px;font-size:16px}}.sidebar-container .ant-layout-sider{background:#1f2937!important;height:100vh!important;position:fixed!important;left:0!important;top:0!important;overflow-y:auto!important;overflow-x:hidden!important}.sidebar-container .ant-layout-sider .ant-menu{background:transparent;border-right:none;padding:8px 0}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-item{color:#ffffffd9;margin:4px 12px;border-radius:8px;height:48px;line-height:48px;padding-left:16px!important}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-item:hover{background:#ffffff1a;color:#fff}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-item.ant-menu-item-selected{background:#f97316!important;color:#fff}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title{color:#ffffffd9;margin:4px 12px;border-radius:8px;height:48px;line-height:48px;padding-left:16px!important}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title:hover{background:#ffffff1a;color:#fff}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu{background:#0003;padding:4px 0}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu .ant-menu-item{padding-left:48px!important;margin:2px 12px;height:44px;line-height:44px}.sidebar-header{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:sticky;top:0;background:#1f2937;z-index:1;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.sidebar-container .ant-layout-sider{position:fixed!important;left:0;top:0!important;height:100vh!important;z-index:1000;box-shadow:2px 0 8px #00000026;width:200px!important;overflow-y:auto!important;overflow-x:hidden!important}.sidebar-container .ant-layout-sider .ant-menu{padding:12px 0}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-item,.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title{margin:4px 8px;padding-left:12px!important;height:44px;line-height:44px}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu .ant-menu-item{padding-left:40px!important;margin:2px 8px;height:40px;line-height:40px}.sidebar-header{padding:14px 16px}}@media(max-width:600px){.sidebar-container .ant-layout-sider{width:160px!important;top:0!important;height:100vh!important}.sidebar-container .ant-layout-sider .ant-menu{padding:10px 0}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-item,.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title{font-size:13px;margin:3px 4px;padding-left:8px!important;height:40px;line-height:40px}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu .ant-menu-item{padding-left:32px!important;margin:2px 4px;height:36px;line-height:36px;font-size:12px}.sidebar-header{padding:10px 12px;font-size:15px}}@media(max-width:480px){.sidebar-container .ant-layout-sider{width:160px!important;top:0!important;height:100vh!important}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-item,.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title{font-size:12px;margin:2px 4px;padding-left:6px!important;height:38px;line-height:38px}.sidebar-container .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu .ant-menu-item{padding-left:28px!important;margin:2px 4px;height:34px;line-height:34px;font-size:11px}.sidebar-header{padding:8px 10px;font-size:14px}}.header-container{background:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100;height:64px}.header-container .header-title{font-size:20px;font-weight:700;color:#1f2937}.header-container .header-right{display:flex;align-items:center;gap:16px}.header-container .header-right .welcome-text{color:#64748b}.header-container .header-right .welcome-text strong{color:#1f2937}.header-container .header-right .user-dropdown{display:flex;align-items:center;gap:8px}@media(max-width:768px){.header-container{padding:0 16px;height:56px}.header-container .header-title{font-size:18px}.header-container .header-right{gap:12px}.header-container .header-right .welcome-text{display:none}.header-container .header-right .user-dropdown{gap:4px}}@media(max-width:480px){.header-container{padding:0 12px;height:52px}.header-container .header-title{font-size:16px}}.main-layout{min-height:100vh;margin:0;padding:0;overflow-x:hidden;width:100%}.main-layout .main-content{transition:margin-left .2s;width:100%;overflow-x:hidden}.main-layout .main-content .ant-layout-content{margin:0!important;padding:16px!important;width:100%;background:#f0f2f5;min-height:calc(100vh - 64px);overflow-x:hidden;overflow-y:auto;box-sizing:border-box;position:relative}.main-layout .main-content .ant-layout-content .mobile-sidebar-toggle{position:fixed;top:70px;left:8px;z-index:999;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.main-layout .mobile-header{position:fixed;top:0;left:0;right:0;z-index:1001;background:#fff;padding:0 16px;box-shadow:0 2px 8px #0000001a;height:56px;display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box}.main-layout .mobile-header .mobile-header-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.main-layout .mobile-header .mobile-header-left .mobile-sidebar-toggle-btn{display:flex;align-items:center;justify-content:center;padding:4px 8px;min-width:32px;height:32px;color:#1f2937;font-size:16px;flex-shrink:0}.main-layout .mobile-header .mobile-header-left .mobile-sidebar-toggle-btn:hover{background:#f3f4f6;color:#1f2937}.main-layout .mobile-header .mobile-header-left .mobile-sidebar-toggle-btn:active{background:#e5e7eb}.main-layout .mobile-header .mobile-header-left .mobile-header-title{font-size:18px;font-weight:700;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-layout .mobile-header .mobile-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.main-layout .mobile-header .mobile-header-right .mobile-welcome-text{font-size:14px;color:#64748b;font-weight:500;white-space:nowrap}.main-layout .mobile-header .mobile-header-right .mobile-user-btn{padding:4px 8px;display:flex;align-items:center;justify-content:center}.main-layout .sidebar-wrapper{position:fixed;left:0;top:0;transition:transform .3s ease-in-out;z-index:1000;height:100vh;overflow:hidden}@media(max-width:600px){.main-layout .sidebar-wrapper{width:160px!important}}.main-layout .sidebar-wrapper.mobile-hidden{transform:translate(-100%)}.main-layout .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}@media(max-width:768px){.main-layout .main-content{margin-left:0!important;width:100%!important;margin-top:56px;overflow-x:hidden}.main-layout .main-content .ant-layout-content{padding:16px 12px!important;min-height:calc(100vh - 72px);margin:0!important;width:100%;box-sizing:border-box;overflow-x:hidden}.main-layout .sidebar-wrapper{top:0;height:100vh}.main-layout .sidebar-wrapper.mobile-hidden{transform:translate(-100%)}.main-layout .mobile-header{height:56px;padding:0 12px}.main-layout .mobile-header .mobile-header-left{gap:10px}.main-layout .mobile-header .mobile-header-left .mobile-sidebar-toggle-btn{min-width:30px;height:30px;font-size:14px}.main-layout .mobile-header .mobile-header-left .mobile-header-title{font-size:16px}.main-layout .mobile-header .mobile-header-right{gap:6px}.main-layout .mobile-header .mobile-header-right .mobile-welcome-text{font-size:13px}}@media(max-width:600px){.main-layout .main-content{margin-top:56px;padding-left:0;padding-right:0}.main-layout .main-content .ant-layout-content{padding:16px 14px!important;min-height:calc(100vh - 72px);margin:0!important;width:100%;box-sizing:border-box;overflow-x:hidden}.main-layout .sidebar-wrapper{top:0;height:100vh}.main-layout .mobile-header{height:56px;padding:0 10px}.main-layout .mobile-header .mobile-header-left{gap:8px}.main-layout .mobile-header .mobile-header-left .mobile-sidebar-toggle-btn{min-width:28px;height:28px;font-size:13px;padding:2px 6px}.main-layout .mobile-header .mobile-header-left .mobile-header-title{font-size:15px}.main-layout .mobile-header .mobile-header-right{gap:6px}.main-layout .mobile-header .mobile-header-right .mobile-welcome-text{font-size:12px}.main-layout .mobile-header .mobile-header-right .mobile-user-btn{padding:2px 6px}}@media(max-width:480px){.main-layout .main-content{margin-top:52px}.main-layout .main-content .ant-layout-content{padding:14px 12px!important;min-height:calc(100vh - 68px);margin:0!important;width:100%;box-sizing:border-box;overflow-x:hidden}.main-layout .sidebar-wrapper{top:0;height:100vh}.main-layout .mobile-header{height:52px;padding:0 10px}.main-layout .mobile-header .mobile-header-left{gap:8px}.main-layout .mobile-header .mobile-header-left .mobile-sidebar-toggle-btn{min-width:26px;height:26px;font-size:12px;padding:2px 4px}.main-layout .mobile-header .mobile-header-left .mobile-header-title{font-size:14px}.main-layout .mobile-header .mobile-header-right .mobile-welcome-text{display:none}.main-layout .mobile-header .mobile-header-right .mobile-user-btn{padding:2px 6px}}.dashboard-container{background:#fff;border-radius:8px;padding:16px;min-height:100%;width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-container .dashboard-header{margin-bottom:24px}.dashboard-container .dashboard-header h1{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.dashboard-container .dashboard-header p{color:#64748b;font-size:16px}.dashboard-container .stats-grid{margin-bottom:24px}.dashboard-container .stats-grid .ant-row{margin:0!important}.dashboard-container .stats-grid .ant-col{padding:0 12px!important}.dashboard-container .charts-section{margin-bottom:24px;width:100%;overflow-x:hidden}.dashboard-container .charts-section .ant-row{margin:0!important}.dashboard-container .charts-section .ant-col{padding:0 12px!important}.dashboard-container .charts-section .ant-card{width:100%;overflow-x:hidden}.dashboard-container .charts-section .chart-card .ant-card-body{padding:24px}.dashboard-container .charts-section .chart-card .chart-wrapper{width:100%;position:relative;display:block;overflow:visible}.dashboard-container .charts-section .chart-card .recharts-wrapper{width:100%!important;height:100%!important;position:relative!important}.dashboard-container .charts-section .chart-card .recharts-surface{width:100%!important;height:100%!important;overflow:visible!important}.dashboard-container .charts-section .chart-card svg{display:block!important;width:100%!important;height:100%!important;overflow:visible!important}.dashboard-container .stat-card-small .ant-card .ant-statistic .ant-statistic-title{font-size:13px}.dashboard-container .stat-card-small .ant-card .ant-statistic .ant-statistic-content{font-size:20px}.dashboard-container .table-section{margin-top:24px;width:100%}.dashboard-container .table-section .ant-card{width:100%;overflow:hidden}.dashboard-container .table-section .table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-container .table-section .table-wrapper .ant-table-wrapper{width:100%;min-width:600px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table{width:100%}@media(max-width:768px){.dashboard-container{padding:12px;width:100%}.dashboard-container .dashboard-header{margin-bottom:20px}.dashboard-container .dashboard-header h1{font-size:24px}.dashboard-container .dashboard-header p{font-size:14px}.dashboard-container .stats-grid{margin-bottom:20px}.dashboard-container .stats-grid .ant-col{padding:0 6px!important;margin-bottom:12px}.dashboard-container .stats-grid .stat-card-small .ant-card{padding:12px!important}.dashboard-container .stats-grid .stat-card-small .ant-card .ant-statistic .ant-statistic-title{font-size:11px;margin-bottom:4px}.dashboard-container .stats-grid .stat-card-small .ant-card .ant-statistic .ant-statistic-content{font-size:18px}.dashboard-container .stats-grid .stat-card-small .ant-card .mt-4{margin-top:8px!important;font-size:10px}.dashboard-container .charts-section{margin-bottom:20px}.dashboard-container .charts-section .ant-col{padding:0 6px!important;margin-bottom:16px}.dashboard-container .charts-section .chart-card .ant-card-body{padding:16px!important}.dashboard-container .table-section{margin-top:20px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper{min-width:500px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table{font-size:12px}}@media(max-width:600px){.dashboard-container{padding:10px}.dashboard-container .dashboard-header h1{font-size:20px}.dashboard-container .dashboard-header p{font-size:13px}.dashboard-container .stats-grid .ant-col,.dashboard-container .charts-section .ant-col{padding:0 4px!important}.dashboard-container .charts-section .chart-card .ant-card-body{padding:14px!important}.dashboard-container .charts-section .stat-card-small .ant-card{padding:10px!important}.dashboard-container .charts-section .stat-card-small .ant-card .ant-statistic .ant-statistic-title{font-size:10px}.dashboard-container .charts-section .stat-card-small .ant-card .ant-statistic .ant-statistic-content{font-size:16px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper{min-width:450px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table{font-size:11px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table .ant-table-thead>tr>th{padding:8px 4px!important;font-size:11px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{padding:8px 4px!important;font-size:11px}}@media(max-width:480px){.dashboard-container{padding:8px}.dashboard-container .dashboard-header h1{font-size:18px}.dashboard-container .dashboard-header p{font-size:12px}.dashboard-container .stats-grid .ant-col,.dashboard-container .charts-section .ant-col{padding:0 2px!important}.dashboard-container .charts-section .chart-card .ant-card-body{padding:12px!important}.dashboard-container .charts-section .stat-card-small .ant-card{padding:8px!important}.dashboard-container .charts-section .stat-card-small .ant-card .ant-statistic .ant-statistic-title{font-size:9px}.dashboard-container .charts-section .stat-card-small .ant-card .ant-statistic .ant-statistic-content{font-size:14px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper{min-width:400px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table{font-size:10px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table .ant-table-thead>tr>th{padding:6px 4px!important;font-size:10px}.dashboard-container .table-section .table-wrapper .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{padding:6px 4px!important;font-size:10px}}.company-container{background:#f8fafc;min-height:100vh;padding:24px;width:100%;box-sizing:border-box}.company-container .company-header{margin-bottom:24px;display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.company-container .company-header{flex-direction:row;align-items:center;justify-content:space-between}}.company-container .company-header .company-header-left .company-breadcrumb{margin-bottom:8px}.company-container .company-header .company-header-left .company-title{font-size:24px;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:12px;margin:0}@media(min-width:640px){.company-container .company-header .company-header-left .company-title{font-size:30px}}.company-container .company-header .company-header-left .company-title .company-title-icon{color:#2563eb}.company-container .company-header .company-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.company-container .company-header .company-header-actions .company-filter-select{width:100%}@media(min-width:640px){.company-container .company-header .company-header-actions .company-filter-select{width:256px}}.company-container .company-header .company-header-actions .company-add-btn{border-radius:12px;height:40px;padding:0 24px;font-weight:700;box-shadow:0 10px 15px -3px #3b82f61a,0 4px 6px -2px #3b82f60d;display:flex;align-items:center;gap:8px}.company-container .company-card{border-radius:24px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.company-container .company-card .company-table .ant-table-thead>tr>th{background-color:#f8fafc;color:#64748b;font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:.05em;border-bottom:1px solid #f1f5f9}.company-container .company-card .company-table .ant-table-tbody>tr:hover>td{background-color:#f1f7ff!important}.company-container .company-card .company-table .ant-table-row{transition:all .2s}.company-container .company-card .company-table .company-table-pagination{padding:0 24px 16px}.company-modal .ant-modal-content{border-radius:20px;padding:24px 32px}.company-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:0}.company-modal .ant-modal-header .company-modal-title{font-size:20px;font-weight:700;color:#1e293b}.company-modal .ant-modal-body{padding:24px 0}.company-form .company-form-item{margin-bottom:20px}.company-form .company-form-item .company-form-label{display:block;font-weight:600;color:#374151;font-size:14px;margin-bottom:6px}.company-form .company-form-item .company-form-label .required-star{color:#ef4444;margin-left:2px}.company-form .company-form-item .company-form-input{border-radius:6px;height:40px;border:1px solid #d1d5db;transition:all .2s}.company-form .company-form-item .company-form-input:hover{border-color:#9ca3af}.company-form .company-form-item .company-form-input:focus{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a}.company-form .company-form-item .company-form-error{color:#ef4444;font-size:12px;margin-top:4px}.company-form .company-form-actions{display:flex;justify-content:center;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9}.company-form .company-form-actions .company-form-cancel-btn{height:44px;padding:0 40px;border-radius:8px;background:#6b7280;border:none;color:#fff;font-weight:700}.company-form .company-form-actions .company-form-cancel-btn:hover{background:#4b5563;color:#fff}.company-form .company-form-actions .company-form-save-btn{height:44px;padding:0 40px;border-radius:8px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133}.company-form .company-form-actions .company-form-save-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.company-form .company-form-actions .company-form-save-btn:focus{background:#e65a1d}.company-view-modal .ant-modal-content{border-radius:20px;padding:24px 32px}.company-view-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:0}.company-view-modal .ant-modal-header .company-modal-title{font-size:20px;font-weight:700;color:#1e293b}.company-view-modal .company-view-descriptions{margin-top:16px}.company-view-modal .company-view-descriptions .ant-descriptions-item-label{font-weight:600;color:#374151;background:#f9fafb;width:200px}.company-view-modal .company-view-descriptions .ant-descriptions-item-content{color:#1f2937}.company-view-modal .company-view-edit-btn{background:#ff6f31;border:none}.company-view-modal .company-view-edit-btn:hover{background:#e65a1d}@media(max-width:768px){.company-container{padding:16px}.company-container .company-header .company-header-left .company-title{font-size:20px}.company-container .company-header .company-header-actions .company-add-btn{width:100%}}@media(max-width:480px){.company-container{padding:12px}.company-container .company-header .company-header-left .company-title{font-size:18px}.company-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.company-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column;padding:16px}.company-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px 0}.company-modal .company-form-actions{position:sticky;bottom:0;background:#fff;margin:16px -16px -16px;padding:16px;border-top:1px solid #f0f0f0}.company-modal .company-form-actions .company-form-cancel-btn,.company-modal .company-form-actions .company-form-save-btn{flex:1;padding:0 20px}.company-view-modal .ant-modal{margin:0;max-width:100%}.company-view-modal .ant-modal-content{border-radius:0;padding:16px}}.business-container{background:#f8fafc;min-height:100vh;padding:24px;width:100%;box-sizing:border-box}.business-container .business-header{margin-bottom:24px;display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.business-container .business-header{flex-direction:row;align-items:center;justify-content:space-between}}.business-container .business-header .business-header-left .business-breadcrumb{margin-bottom:8px}.business-container .business-header .business-header-left .business-title{font-size:24px;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:12px;margin:0}@media(min-width:640px){.business-container .business-header .business-header-left .business-title{font-size:30px}}.business-container .business-header .business-header-left .business-title .business-title-icon{color:#2563eb}.business-container .business-header .business-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.business-container .business-header .business-header-actions .business-filter-select{width:100%}@media(min-width:640px){.business-container .business-header .business-header-actions .business-filter-select{width:224px}}.business-container .business-header .business-header-actions .business-status-filter{width:100%}@media(min-width:640px){.business-container .business-header .business-header-actions .business-status-filter{width:176px}}.business-container .business-header .business-header-actions .business-add-btn{border-radius:12px;height:40px;padding:0 24px;font-weight:700;background:#ff6f31;border:none;box-shadow:0 10px 15px -3px #ff6f311a,0 4px 6px -2px #ff6f310d;display:flex;align-items:center;gap:8px}.business-container .business-header .business-header-actions .business-add-btn:hover{background:#e65a1d}.business-container .business-card{border-radius:24px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.business-container .business-card .business-table .ant-table-thead>tr>th{background-color:#fcfcfc;color:#1e293b;font-weight:700;font-size:13px;border-bottom:1px solid #f1f5f9;padding:16px 20px}.business-container .business-card .business-table .ant-table-tbody>tr>td{padding:16px 20px}.business-container .business-card .business-table .ant-table-tbody>tr:hover>td{background-color:#f8fafc!important}.business-container .business-card .business-table .ant-table-row{transition:all .2s}.business-container .business-card .business-table .business-table-pagination{padding:0 24px 16px}.business-modal .ant-modal-content{border-radius:12px;padding:24px 32px}.business-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:20px;margin-bottom:0}.business-modal .ant-modal-header .business-modal-title{font-size:20px;font-weight:700;color:#1e293b}.business-modal .ant-modal-body{padding:24px 0}.business-form .business-form-content{display:flex;flex-direction:column;gap:24px;margin-top:24px}.business-form .business-form-item{display:flex;flex-direction:column;gap:6px}.business-form .business-form-item .business-form-label{font-weight:700;color:#374151;font-size:13px}.business-form .business-form-item .business-form-label .required-star{color:#ef4444;margin-left:2px}.business-form .business-form-item .business-form-input,.business-form .business-form-item .business-form-select{border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.business-form .business-form-item .business-form-input:hover,.business-form .business-form-item .business-form-select:hover{border-color:#ff6f31}.business-form .business-form-item .business-form-input:focus,.business-form .business-form-item .business-form-input.ant-input-focused,.business-form .business-form-item .business-form-input.ant-select-focused .ant-select-selector,.business-form .business-form-item .business-form-select:focus,.business-form .business-form-item .business-form-select.ant-input-focused,.business-form .business-form-item .business-form-select.ant-select-focused .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.business-form .business-form-item .business-form-error{color:#ef4444;font-size:11px;font-weight:500;margin-top:4px}.business-form .business-form-actions{display:flex;justify-content:center;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid #f1f5f9}.business-form .business-form-actions .business-form-cancel-btn{height:44px;padding:0 48px;border-radius:8px;background:#64748b;border:none;color:#fff;font-weight:700}.business-form .business-form-actions .business-form-cancel-btn:hover{background:#475569;color:#fff}.business-form .business-form-actions .business-form-save-btn{height:44px;padding:0 48px;border-radius:8px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133}.business-form .business-form-actions .business-form-save-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.business-form .business-form-actions .business-form-save-btn:focus{background:#e65a1d}.business-view-modal .ant-modal-content{border-radius:12px;padding:24px 32px}.business-view-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:20px;margin-bottom:0}.business-view-modal .ant-modal-header .business-modal-title{font-size:20px;font-weight:700;color:#1e293b}.business-view-modal .business-view-content{margin-top:24px}.business-view-modal .business-view-section{margin-bottom:32px}.business-view-modal .business-view-section:last-child{margin-bottom:0}.business-view-modal .business-view-section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.business-view-modal .business-view-section-header .business-view-section-icon{color:#ff6f31;font-size:20px}.business-view-modal .business-view-section-header .business-view-section-title{font-size:15px;font-weight:700;color:#ff6f31;text-transform:uppercase;letter-spacing:.05em;margin:0}.business-view-modal .business-view-descriptions .ant-descriptions-item-label{font-weight:700;color:#64748b;background:#f9fafb;width:200px;font-size:13px}.business-view-modal .business-view-descriptions .ant-descriptions-item-content{color:#1f2937;font-size:15px}.business-view-modal .business-view-edit-btn{background:#ff6f31;border:none;display:flex;align-items:center;gap:8px}.business-view-modal .business-view-edit-btn:hover{background:#e65a1d}@media(max-width:768px){.business-container{padding:16px}.business-container .business-header .business-header-left .business-title{font-size:20px}.business-container .business-header .business-header-actions .business-add-btn{width:100%}}@media(max-width:480px){.business-container{padding:12px}.business-container .business-header .business-header-left .business-title{font-size:18px}.business-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.business-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column;padding:16px}.business-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px 0}.business-modal .business-form-actions{position:sticky;bottom:0;background:#fff;margin:16px -16px -16px;padding:16px;border-top:1px solid #f0f0f0}.business-modal .business-form-actions .business-form-cancel-btn,.business-modal .business-form-actions .business-form-save-btn{flex:1;padding:0 20px}.business-view-modal .ant-modal{margin:0;max-width:100%}.business-view-modal .ant-modal-content{border-radius:0;padding:16px}}.station-container{background:#f8fafc;min-height:100vh;padding:24px;width:100%;box-sizing:border-box}.station-container .station-header{margin-bottom:24px;display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.station-container .station-header{flex-direction:row;align-items:center;justify-content:space-between}}.station-container .station-header .station-header-left .station-breadcrumb{margin-bottom:8px}.station-container .station-header .station-header-left .station-title{font-size:24px;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:12px;margin:0}@media(min-width:640px){.station-container .station-header .station-header-left .station-title{font-size:30px}}.station-container .station-header .station-header-left .station-title .station-title-icon{color:#2563eb}.station-container .station-header .station-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.station-container .station-header .station-header-actions .station-filter-select{width:100%}@media(min-width:640px){.station-container .station-header .station-header-actions .station-filter-select{width:176px}}.station-container .station-header .station-header-actions .station-status-filter{width:100%}@media(min-width:640px){.station-container .station-header .station-header-actions .station-status-filter{width:160px}}.station-container .station-header .station-header-actions .station-add-btn{border-radius:12px;height:40px;padding:0 24px;font-weight:700;background:#ff6f31;border:none;box-shadow:0 10px 15px -3px #ff6f311a,0 4px 6px -2px #ff6f310d;display:flex;align-items:center;gap:8px}.station-container .station-header .station-header-actions .station-add-btn:hover{background:#e65a1d}.station-container .station-card{border-radius:24px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.station-container .station-card .station-table .ant-table-thead>tr>th{background-color:#fcfcfc;color:#1e293b;font-weight:700;font-size:12px;border-bottom:1px solid #f1f5f9;padding:16px}.station-container .station-card .station-table .ant-table-tbody>tr>td{padding:16px}.station-container .station-card .station-table .ant-table-tbody>tr:hover>td{background-color:#f8fafc!important}.station-container .station-card .station-table .ant-table-row{transition:all .2s}.station-container .station-card .station-table .station-table-pagination{padding:0 24px 16px}.station-modal .ant-modal-content{border-radius:20px;padding:32px;box-shadow:0 25px 50px -12px #00000026}.station-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:0}.station-modal .ant-modal-header .station-modal-title{font-size:20px;font-weight:700;color:#1e293b}.station-modal .ant-modal-body{padding:24px 0}.station-form{margin-top:24px}.station-form .station-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 32px}@media(max-width:768px){.station-form .station-form-grid{grid-template-columns:1fr;gap:20px}}.station-form .station-form-grid .station-form-item{display:flex;flex-direction:column;gap:6px}.station-form .station-form-grid .station-form-item.station-form-item-full{grid-column:1/-1}.station-form .station-form-grid .station-form-item .station-form-label{font-weight:700;color:#374151;font-size:13px}.station-form .station-form-grid .station-form-item .station-form-label .required-star{color:#ef4444;margin-left:2px}.station-form .station-form-grid .station-form-item .station-form-input,.station-form .station-form-grid .station-form-item .station-form-select,.station-form .station-form-grid .station-form-item .station-form-textarea{border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.station-form .station-form-grid .station-form-item .station-form-input:hover,.station-form .station-form-grid .station-form-item .station-form-select:hover,.station-form .station-form-grid .station-form-item .station-form-textarea:hover{border-color:#ff6f31}.station-form .station-form-grid .station-form-item .station-form-input:focus,.station-form .station-form-grid .station-form-item .station-form-input.ant-input-focused,.station-form .station-form-grid .station-form-item .station-form-input.ant-select-focused .ant-select-selector,.station-form .station-form-grid .station-form-item .station-form-select:focus,.station-form .station-form-grid .station-form-item .station-form-select.ant-input-focused,.station-form .station-form-grid .station-form-item .station-form-select.ant-select-focused .ant-select-selector,.station-form .station-form-grid .station-form-item .station-form-textarea:focus,.station-form .station-form-grid .station-form-item .station-form-textarea.ant-input-focused,.station-form .station-form-grid .station-form-item .station-form-textarea.ant-select-focused .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.station-form .station-form-grid .station-form-item .station-form-textarea{resize:vertical}.station-form .station-form-grid .station-form-item .station-form-error{color:#ef4444;font-size:10px;margin-top:4px}.station-form .station-form-actions{display:flex;justify-content:center;gap:12px;margin-top:32px;padding-top:20px;border-top:1px solid #f1f5f9}.station-form .station-form-actions .station-form-cancel-btn{height:44px;padding:0 48px;border-radius:8px;background:#64748b;border:none;color:#fff;font-weight:700}.station-form .station-form-actions .station-form-cancel-btn:hover{background:#475569;color:#fff}.station-form .station-form-actions .station-form-save-btn{height:44px;padding:0 48px;border-radius:8px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133}.station-form .station-form-actions .station-form-save-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.station-form .station-form-actions .station-form-save-btn:focus{background:#e65a1d}.station-view-modal .ant-modal-content{border-radius:20px;padding:32px;box-shadow:0 25px 50px -12px #00000026}.station-view-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:0}.station-view-modal .ant-modal-header .station-view-modal-title{font-size:20px;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:8px}.station-view-modal .ant-modal-header .station-view-modal-title .station-view-title-icon{color:#2563eb;font-size:24px}.station-view-modal .station-view-content{margin-top:24px;max-height:70vh;overflow-y:auto;padding-right:8px}.station-view-modal .station-view-content::-webkit-scrollbar{width:6px}.station-view-modal .station-view-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.station-view-modal .station-view-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.station-view-modal .station-view-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.station-view-modal .station-view-section{margin-bottom:32px;animation:slideUp .3s ease-out}.station-view-modal .station-view-section:last-child{margin-bottom:0}.station-view-modal .station-view-section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.station-view-modal .station-view-section-header .station-view-section-icon{color:#ff6f31;font-size:20px}.station-view-modal .station-view-section-header .station-view-section-title{font-size:16px;font-weight:700;color:#ff6f31;text-transform:uppercase;letter-spacing:.05em;margin:0}.station-view-modal .station-view-divider{margin:0;border-color:#f1f5f9}.station-view-modal .station-view-item{margin-bottom:16px}.station-view-modal .station-view-item .station-view-label{display:block;color:#64748b;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.station-view-modal .station-view-item .station-view-value{display:flex;align-items:center;gap:6px;color:#1f2937;font-size:15px;font-weight:500}.station-view-modal .station-view-item .station-view-value.station-view-value-name{font-size:16px;font-weight:700;color:#1e293b}.station-view-modal .station-view-item .station-view-value.station-view-value-code{font-family:monospace;font-weight:900;color:#2563eb;letter-spacing:.1em;font-size:16px}.station-view-modal .station-view-item .station-view-value .station-view-icon{color:#94a3b8;font-size:16px}.station-view-modal .station-view-item .station-view-tag{border-radius:6px;font-weight:700;text-transform:uppercase;padding:4px 12px;border:none;box-shadow:0 1px 2px #0000000d}.station-view-modal .station-view-item .station-view-na{color:#cbd5e1;font-style:italic;font-weight:400}.station-view-modal .station-view-expense{display:flex;align-items:center;gap:8px}.station-view-modal .station-view-expense .station-view-expense-icon{color:#10b981;font-size:20px}.station-view-modal .station-view-expense .station-view-expense-value{color:#10b981;font-weight:900;font-size:18px}.station-view-modal .station-view-location-box{background:#f8fafc;padding:24px;border-radius:16px;border:1px solid #f1f5f9}.station-view-modal .station-view-address{display:flex;flex-direction:column;gap:4px}.station-view-modal .station-view-address .station-view-address-line1{color:#1e293b;font-weight:700;font-size:15px;display:block}.station-view-modal .station-view-address .station-view-address-line2{color:#64748b;font-size:13px;display:block}.station-view-modal .station-view-address .station-view-address-city{color:#374151;font-weight:600;font-size:15px;display:block;margin-top:8px}.station-view-modal .station-view-address .station-view-address-city .station-view-pincode{margin-left:8px;font-family:monospace;color:#2563eb;background:#dbeafe;padding:2px 8px;border-radius:4px;font-size:13px}.station-view-modal .station-view-coordinates{display:flex;align-items:center;gap:24px;margin-bottom:24px}.station-view-modal .station-view-coordinates .station-view-coord-label{display:block;color:#64748b;font-size:10px;text-transform:uppercase;font-weight:700;margin-bottom:4px}.station-view-modal .station-view-coordinates .station-view-coord-value{display:block;color:#1e293b;font-family:monospace;font-weight:700;font-size:14px}.station-view-modal .station-view-maps-link{margin-top:24px}.station-view-modal .station-view-maps-link .station-view-label{margin-bottom:8px}.station-view-modal .station-view-maps-link .station-view-maps-button{display:inline-flex;align-items:center;gap:8px;color:#2563eb;font-weight:700;background:#dbeafe;padding:8px 16px;border-radius:8px;text-decoration:none;transition:all .2s}.station-view-modal .station-view-maps-link .station-view-maps-button:hover{background:#bfdbfe;color:#1d4ed8}.station-view-modal .station-view-actions{margin-top:32px;padding-top:20px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px;position:sticky;bottom:0;background:#fff;padding-bottom:8px}.station-view-modal .station-view-actions .station-view-close-btn{height:48px;padding:0 40px;border-radius:12px;background:#f1f5f9;border:none;color:#64748b;font-weight:700}.station-view-modal .station-view-actions .station-view-close-btn:hover{background:#e2e8f0;color:#475569}.station-view-modal .station-view-actions .station-view-edit-btn{height:48px;padding:0 40px;border-radius:12px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;display:flex;align-items:center;gap:8px}.station-view-modal .station-view-actions .station-view-edit-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.station-view-modal .station-view-actions .station-view-edit-btn:active{transform:scale(.95)}.station-view-modal .station-view-actions .station-view-delete-btn{height:48px;padding:0 40px;border-radius:12px;font-weight:700}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.station-container{padding:16px}.station-container .station-header .station-header-left .station-title{font-size:20px}.station-container .station-header .station-header-actions .station-add-btn{width:100%}}@media(max-width:480px){.station-container{padding:12px}.station-container .station-header .station-header-left .station-title{font-size:18px}.station-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.station-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column;padding:16px}.station-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px 0}.station-modal .station-form-grid{gap:16px}.station-modal .station-form-actions{position:sticky;bottom:0;background:#fff;margin:16px -16px -16px;padding:16px;border-top:1px solid #f0f0f0}.station-modal .station-form-actions .station-form-cancel-btn,.station-modal .station-form-actions .station-form-save-btn{flex:1;padding:0 20px}.station-view-modal .ant-modal{margin:0;max-width:100%}.station-view-modal .ant-modal-content{border-radius:0;padding:16px}.station-view-modal .station-view-actions{flex-direction:column}.station-view-modal .station-view-actions .station-view-close-btn,.station-view-modal .station-view-actions .station-view-edit-btn,.station-view-modal .station-view-actions .station-view-delete-btn{width:100%}}.staff-container{background:#f8fafc;min-height:100vh;padding:24px;width:100%;box-sizing:border-box}.staff-container .staff-header{margin-bottom:24px;display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.staff-container .staff-header{flex-direction:row;align-items:center;justify-content:space-between}}.staff-container .staff-header .staff-header-left .staff-breadcrumb{margin-bottom:8px}.staff-container .staff-header .staff-header-left .staff-title{font-size:24px;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:12px;margin:0}@media(min-width:640px){.staff-container .staff-header .staff-header-left .staff-title{font-size:30px}}.staff-container .staff-header .staff-header-left .staff-title .staff-title-icon{color:#2563eb}.staff-container .staff-filter-card{border-radius:12px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-bottom:24px;padding:16px}.staff-container .staff-filter-card .staff-filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.staff-container .staff-filter-card .staff-filter-header .staff-filter-title{display:flex;align-items:center;gap:8px}.staff-container .staff-filter-card .staff-filter-header .staff-filter-title .staff-filter-icon{color:#64748b;font-size:18px}.staff-container .staff-filter-card .staff-filter-header .staff-filter-title .staff-filter-text{font-weight:700;color:#475569;font-size:16px}.staff-container .staff-filter-card .staff-filter-header .staff-add-btn{background:#ff6f31;border:none;border-radius:8px;height:40px;padding:0 24px;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;display:flex;align-items:center;gap:8px}.staff-container .staff-filter-card .staff-filter-header .staff-add-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.staff-container .staff-filter-card .staff-filter-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}@media(min-width:768px){.staff-container .staff-filter-card .staff-filter-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.staff-container .staff-filter-card .staff-filter-grid{grid-template-columns:repeat(4,1fr)}}.staff-container .staff-filter-card .staff-filter-grid .staff-filter-item{display:flex;flex-direction:column;gap:6px}.staff-container .staff-filter-card .staff-filter-grid .staff-filter-item .staff-filter-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.staff-container .staff-filter-card .staff-filter-grid .staff-filter-item .staff-filter-select{width:100%;border-radius:8px}.staff-container .staff-filter-card .staff-filter-grid .staff-filter-item .staff-filter-select .ant-select-selector{border-radius:8px!important;border-color:#e2e8f0!important}.staff-container .staff-filter-card .staff-filter-grid .staff-filter-item .staff-filter-select.ant-select-focused:not(.ant-select-disabled) .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.staff-container .staff-filter-card .staff-filter-actions{display:flex;flex-wrap:wrap;align-items:flex-end;gap:24px;padding-top:24px;border-top:1px solid #f1f5f9}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-status{display:flex;flex-direction:column;gap:6px;width:100%}@media(min-width:640px){.staff-container .staff-filter-card .staff-filter-actions .staff-filter-status{width:256px}}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-status .staff-filter-label{font-size:12px;font-weight:700;color:#64748b}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-status .staff-filter-select{width:100%;border-radius:8px}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons{display:flex;gap:12px}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons .staff-filter-apply-btn{background:#ff6f31;border:none;border-radius:8px;height:40px;padding:0 32px;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons .staff-filter-apply-btn:hover{background:#e65a1d}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons .staff-filter-reset-btn{border-radius:8px;height:40px;padding:0 32px;font-weight:700;border:none;background:transparent;color:#64748b;display:flex;align-items:center;gap:8px;transition:all .2s}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons .staff-filter-reset-btn:hover{color:#1e293b;background:#f1f5f9}.staff-container .staff-table-card{border-radius:12px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.staff-container .staff-table-card .staff-table-header{padding:20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.staff-container .staff-table-card .staff-table-header .staff-table-header-left{display:flex;align-items:center;gap:8px}.staff-container .staff-table-card .staff-table-header .staff-table-header-left .staff-table-header-icon{color:#1e293b;font-size:18px}.staff-container .staff-table-card .staff-table-header .staff-table-header-left .staff-table-header-text{font-weight:700;color:#1e293b}.staff-container .staff-table-card .staff-table-header .staff-table-header-right{display:flex;align-items:center;gap:12px}.staff-container .staff-table-card .staff-table-header .staff-table-header-right .staff-table-status-select{width:128px}.staff-container .staff-table-card .staff-table-header .staff-table-header-right .staff-add-btn-small{background:#ff6f31;border:none;border-radius:8px;height:36px;padding:0 20px;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133}.staff-container .staff-table-card .staff-table-header .staff-table-header-right .staff-add-btn-small:hover{background:#e65a1d}.staff-container .staff-table-card .staff-empty-state{padding:96px 24px;text-align:center}.staff-container .staff-table-card .staff-empty-state .staff-empty-description{display:flex;flex-direction:column;gap:8px;align-items:center}.staff-container .staff-table-card .staff-empty-state .staff-empty-description .staff-empty-text{color:#64748b;font-weight:700;font-size:16px}.staff-container .staff-table-card .staff-empty-state .staff-empty-description .staff-empty-subtext{color:#94a3b8;font-size:14px}.staff-container .staff-table-card .staff-table .ant-table-thead>tr>th{background-color:#f8fafc;color:#1e293b;font-weight:800;font-size:13px;padding:16px 20px;border-bottom:2px solid #f1f5f9}.staff-container .staff-table-card .staff-table .ant-table-tbody>tr>td{padding:14px 20px;font-size:13px;border-bottom:1px solid #f8fafc}.staff-container .staff-table-card .staff-table .ant-table-row{transition:all .2s}.staff-container .staff-table-card .staff-table .ant-table-tbody>tr:hover>td{background-color:#f1f7ff!important}.staff-container .staff-table-card .staff-table .staff-table-pagination{padding:0 20px 16px}.staff-history-modal .staff-history-modal-title{font-weight:700;font-size:16px;color:#1e293b}.staff-history-modal .staff-history-table .ant-table-thead>tr>th{background-color:#f8fafc;font-weight:700;font-size:13px}.staff-history-modal .staff-history-date{color:#0f172a;font-weight:600}.staff-history-modal .staff-history-changed-by{font-weight:600;color:#0f172a}.staff-history-modal .staff-history-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}.staff-history-modal .staff-history-side{background:#f8fafc;border-radius:8px;padding:8px 10px;border:1px solid #e2e8f0}.staff-history-modal .staff-history-side-title{font-size:11px;font-weight:700;text-transform:uppercase;color:#64748b;margin-bottom:6px;letter-spacing:.06em}.staff-history-modal .staff-history-line{display:flex;gap:6px;font-size:12px;line-height:1.4;margin-bottom:2px}.staff-history-modal .staff-history-label{min-width:80px;color:#94a3b8;font-weight:600}.staff-history-modal .staff-history-value{color:#0f172a;font-weight:500}.staff-history-modal .staff-history-empty,.staff-history-modal .staff-history-remarks{font-size:12px}.staff-modal .ant-modal-content{border-radius:20px;padding:24px 32px}.staff-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:0}.staff-modal .ant-modal-header .staff-modal-title{font-size:20px;font-weight:700;color:#1e293b}.staff-modal .ant-modal-body{padding:24px 0}.staff-form .staff-form-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.staff-form .staff-form-grid{grid-template-columns:repeat(2,1fr)}}.staff-form .staff-form-grid .staff-form-item-full{grid-column:1/-1}.staff-form .staff-form-item{display:flex;flex-direction:column;gap:6px}.staff-form .staff-form-item .staff-form-label{font-size:14px;font-weight:600;color:#374151}.staff-form .staff-form-item .staff-form-label .required-star{color:#ef4444;margin-left:2px}.staff-form .staff-form-item .staff-form-input,.staff-form .staff-form-item .staff-form-select,.staff-form .staff-form-item .staff-form-textarea{border-radius:8px;border:1px solid #d1d5db;transition:all .2s}.staff-form .staff-form-item .staff-form-input:hover,.staff-form .staff-form-item .staff-form-select:hover,.staff-form .staff-form-item .staff-form-textarea:hover{border-color:#9ca3af}.staff-form .staff-form-item .staff-form-input:focus,.staff-form .staff-form-item .staff-form-input.ant-input-focused,.staff-form .staff-form-item .staff-form-input.ant-select-focused .ant-select-selector,.staff-form .staff-form-item .staff-form-select:focus,.staff-form .staff-form-item .staff-form-select.ant-input-focused,.staff-form .staff-form-item .staff-form-select.ant-select-focused .ant-select-selector,.staff-form .staff-form-item .staff-form-textarea:focus,.staff-form .staff-form-item .staff-form-textarea.ant-input-focused,.staff-form .staff-form-item .staff-form-textarea.ant-select-focused .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.staff-form .staff-form-item .staff-form-checkbox{color:#1e293b;font-weight:700}.staff-form .staff-form-item .staff-form-error{color:#ef4444;font-size:12px;margin-top:4px}.staff-form .staff-form-actions{display:flex;justify-content:center;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #f1f5f9}.staff-form .staff-form-actions .staff-form-cancel-btn{height:44px;padding:0 48px;border-radius:8px;background:#94a3b8;border:none;color:#fff;font-weight:700}.staff-form .staff-form-actions .staff-form-cancel-btn:hover{background:#64748b;color:#fff}.staff-form .staff-form-actions .staff-form-save-btn{height:44px;padding:0 48px;border-radius:8px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133}.staff-form .staff-form-actions .staff-form-save-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.staff-form .staff-form-actions .staff-form-save-btn:focus{background:#e65a1d}.staff-view-modal .ant-modal-content{border-radius:20px;padding:24px 32px}.staff-view-modal .ant-modal-header{border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:0}.staff-view-modal .ant-modal-header .staff-view-modal-title{font-size:20px;font-weight:700;color:#1e293b}.staff-view-modal .staff-view-content-simple{padding-top:16px}.staff-view-modal .staff-view-content-simple .staff-view-simple-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.staff-view-modal .staff-view-content-simple .staff-view-simple-header .staff-view-simple-avatar{width:80px;height:80px;background:#dbeafe;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:30px;font-weight:900}.staff-view-modal .staff-view-content-simple .staff-view-simple-header .staff-view-simple-name{font-size:24px;font-weight:900;color:#1e293b;line-height:1.2;margin:0 0 8px}.staff-view-modal .staff-view-content-simple .staff-view-simple-header .staff-view-simple-role-tag{background:#dbeafe;border:1px solid #bfdbfe;color:#2563eb;font-weight:900;text-transform:uppercase;font-size:10px;padding:4px 12px}.staff-view-modal .staff-view-content-simple .staff-view-simple-label{display:block;color:#94a3b8;font-size:10px;text-transform:uppercase;font-weight:900;margin-bottom:4px;letter-spacing:.05em}.staff-view-modal .staff-view-content-simple .staff-view-simple-value{display:block;color:#1e293b;font-weight:700}.staff-view-modal .staff-view-content-simple .staff-view-simple-actions{padding-top:32px;display:flex;justify-content:flex-end}.staff-view-modal .staff-view-content-simple .staff-view-simple-actions .staff-view-simple-close-btn{height:48px;padding:0 48px;border-radius:12px;background:#f1f5f9;border:none;color:#1e293b;font-weight:700;transition:all .2s}.staff-view-modal .staff-view-content-simple .staff-view-simple-actions .staff-view-simple-close-btn:hover{background:#e2e8f0}.staff-view-modal .ant-modal-header{border-bottom:none;padding-bottom:0;margin-bottom:0}.staff-view-modal .ant-modal-header .staff-view-modal-title{font-size:24px;font-weight:900;color:#1e293b;display:flex;align-items:center;gap:8px}.staff-view-modal .ant-modal-header .staff-view-modal-title .staff-view-title-icon{color:#3b82f6;font-size:24px}.staff-view-modal .staff-view-content{margin-top:32px;padding:0 8px}.staff-view-modal .staff-view-content .staff-view-profile-header{display:flex;align-items:flex-start;gap:24px;background:#f8fafc;padding:24px;border-radius:24px;border:1px solid #f1f5f9;margin-bottom:40px}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-avatar{width:96px;height:96px;background:#dbeafe;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2563eb;font-size:36px;font-weight:900;box-shadow:inset 0 2px 4px #0000000f;flex-shrink:0}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info{flex:1}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-name-row .staff-view-name{font-size:24px;font-weight:900;color:#0f172a;line-height:1;margin:0}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-name-row .staff-view-status-tag{border-radius:9999px;padding:4px 16px;border:none;font-weight:900;font-size:10px;text-transform:uppercase;box-shadow:0 1px 2px #0000000d}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-contact{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-contact .staff-view-contact-item{display:flex;align-items:center;gap:8px;color:#64748b;font-weight:500}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-contact .staff-view-contact-item .staff-view-contact-icon{color:#94a3b8;font-size:18px}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-joined{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:4px 12px;border-radius:8px;border:1px solid #f1f5f9;box-shadow:0 1px 2px #0000000d;margin-top:16px}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-joined .staff-view-joined-label{font-size:10px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-joined .staff-view-joined-date{font-size:14px;font-weight:700;color:#475569}.staff-view-modal .staff-view-content .staff-view-detail-card{height:100%;background:#fff;padding:24px;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 1px 2px #0000000d}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-title{display:flex;align-items:center;gap:8px;color:#2563eb;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-title.staff-view-detail-title-orange{color:#f97316}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-title .staff-view-detail-icon{font-size:16px}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content{display:flex;flex-direction:column;gap:24px}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content .staff-view-detail-item .staff-view-detail-label{display:block;color:#94a3b8;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content .staff-view-detail-item .staff-view-detail-value{display:block;color:#0f172a;font-size:15px;font-weight:700}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content .staff-view-detail-item .staff-view-detail-value-na{display:block;color:#94a3b8;font-style:italic}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content .staff-view-detail-item .staff-view-station{display:flex;align-items:center;gap:8px;margin-top:4px}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content .staff-view-detail-item .staff-view-station .staff-view-station-icon{color:#f87171}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content .staff-view-detail-item .staff-view-role-tag{border-radius:8px;padding:4px 16px;border:none;background:#fff7ed;color:#f97316;font-weight:900;font-size:14px;margin-top:4px}.staff-view-modal .staff-view-content .staff-view-detail-card .staff-view-detail-content .staff-view-detail-item .staff-view-employee-id{color:#2563eb;font-family:monospace;font-weight:900;font-size:18px;letter-spacing:.1em;display:block}.staff-view-modal .staff-view-content .staff-view-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:32px;border-top:1px solid #f1f5f9;margin-top:32px}.staff-view-modal .staff-view-content .staff-view-actions .staff-view-close-btn{height:48px;padding:0 40px;border-radius:12px;background:#f1f5f9;border:none;color:#64748b;font-weight:700;transition:all .2s}.staff-view-modal .staff-view-content .staff-view-actions .staff-view-close-btn:hover{background:#e2e8f0;color:#475569}.staff-view-modal .staff-view-content .staff-view-actions .staff-view-edit-btn{height:48px;padding:0 40px;border-radius:12px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;display:flex;align-items:center;gap:8px;transition:all .2s}.staff-view-modal .staff-view-content .staff-view-actions .staff-view-edit-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.staff-view-modal .staff-view-content .staff-view-actions .staff-view-delete-btn{height:48px;padding:0 40px;border-radius:12px;font-weight:700}@media(max-width:768px){.staff-container{padding:16px}.staff-container .staff-header .staff-header-left .staff-title{font-size:20px}.staff-container .staff-filter-card{padding:16px}.staff-container .staff-filter-card .staff-filter-header{flex-direction:column;align-items:stretch;gap:16px}.staff-container .staff-filter-card .staff-filter-header .staff-add-btn{width:100%}.staff-container .staff-filter-card .staff-filter-actions{flex-direction:column}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-status,.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons{width:100%}.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons .staff-filter-apply-btn,.staff-container .staff-filter-card .staff-filter-actions .staff-filter-buttons .staff-filter-reset-btn{flex:1}.staff-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.staff-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column;padding:16px}.staff-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px 0}.staff-modal .staff-form-actions{position:sticky;bottom:0;background:#fff;margin:16px -16px -16px;padding:16px;border-top:1px solid #f0f0f0}.staff-modal .staff-form-actions .staff-form-cancel-btn,.staff-modal .staff-form-actions .staff-form-save-btn{flex:1;padding:0 20px}.staff-view-modal .ant-modal{margin:0;max-width:100%}.staff-view-modal .ant-modal-content{border-radius:0;padding:16px}.staff-view-modal .staff-view-content .staff-view-profile-header{flex-direction:column;align-items:center;text-align:center}.staff-view-modal .staff-view-content .staff-view-profile-header .staff-view-profile-info .staff-view-name-row{flex-direction:column;align-items:center;gap:8px}.staff-view-modal .staff-view-content .staff-view-actions{flex-direction:column}.staff-view-modal .staff-view-content .staff-view-actions .staff-view-close-btn,.staff-view-modal .staff-view-content .staff-view-actions .staff-view-edit-btn,.staff-view-modal .staff-view-content .staff-view-actions .staff-view-delete-btn{width:100%}}@media(max-width:480px){.staff-container{padding:12px}.staff-container .staff-header .staff-header-left .staff-title{font-size:18px}}.custom-select .ant-select-selector{border-radius:8px!important;border-color:#e2e8f0!important;height:40px!important;display:flex;align-items:center;transition:all .2s!important}.custom-select.ant-select-focused .ant-select-selector,.custom-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#2563eb!important;box-shadow:0 0 0 2px #2563eb1a!important}.custom-select-small .ant-select-selector{border-radius:6px!important;height:34px!important;border-color:#f1f5f9!important}.petty-cash-role-container{background:#f8fafc;min-height:100vh;padding:24px;width:100%;box-sizing:border-box}.petty-cash-role-container .petty-cash-role-header{margin-bottom:24px;display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.petty-cash-role-container .petty-cash-role-header{flex-direction:row;align-items:center;justify-content:space-between}}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-header-left .petty-cash-role-breadcrumb{margin-bottom:8px}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-header-left .petty-cash-role-title{font-size:24px;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:12px;margin:0}@media(min-width:640px){.petty-cash-role-container .petty-cash-role-header .petty-cash-role-header-left .petty-cash-role-title{font-size:30px}}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-header-left .petty-cash-role-title .petty-cash-role-title-icon{color:#2563eb}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-add-btn{background:#ff6f31;border:none;border-radius:8px;height:40px;padding:0 24px;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;display:flex;align-items:center;gap:8px}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-add-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.petty-cash-role-container .petty-cash-role-card{border-radius:12px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar{padding:16px;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;background:#fff}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-toolbar-left{display:flex;flex-wrap:wrap;align-items:center;gap:4px;background:#f1f5f9;padding:4px;border-radius:8px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-toolbar-left .petty-cash-role-toolbar-btn{font-size:12px;font-weight:700;color:#64748b;padding:0 16px;height:32px;border-radius:6px;transition:all .2s}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-toolbar-left .petty-cash-role-toolbar-btn:hover{background:#fff;box-shadow:0 1px 2px #0000000d;color:#475569}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-toolbar-left .petty-cash-role-toolbar-btn.petty-cash-role-column-visibility-btn{display:flex;align-items:center;gap:4px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-search{display:flex;align-items:center;gap:8px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-search .petty-cash-role-search-label{font-size:12px;font-weight:700;color:#64748b}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-search .petty-cash-role-search-input{width:256px;border-radius:8px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-search .petty-cash-role-search-input .petty-cash-role-search-icon{color:#94a3b8}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper::-webkit-scrollbar{height:8px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table{min-width:800px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .ant-table-thead>tr>th{background-color:#f8fafc;color:#1e293b;font-weight:800;font-size:13px;border-bottom:2px solid #f1f5f9;padding:16px;white-space:nowrap}@media(max-width:768px){.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .ant-table-thead>tr>th{font-size:12px;padding:12px 8px}}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .ant-table-tbody>tr>td{padding:12px 16px;font-size:13px;border-bottom:1px solid #f8fafc;white-space:nowrap}@media(max-width:768px){.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .ant-table-tbody>tr>td{font-size:12px;padding:10px 8px}}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .ant-table-row{transition:all .2s}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .ant-table-tbody>tr:hover>td{background-color:#f1f7ff!important}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .petty-cash-role-edit-btn{background:#ffc107;border:none;color:#1e293b;font-weight:700;display:flex;align-items:center;gap:4px;transition:all .2s;white-space:nowrap}@media(max-width:768px){.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .petty-cash-role-edit-btn{font-size:12px;padding:4px 8px}}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .petty-cash-role-edit-btn:hover{background:#e0a800;color:#1e293b}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .petty-cash-role-table-pagination{padding:16px}@media(max-width:768px){.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .petty-cash-role-table-pagination{padding:12px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .petty-cash-role-table-pagination .ant-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .petty-cash-role-table-pagination .ant-pagination-options{display:none}}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table .ant-table-container{overflow-x:visible}.petty-cash-role-modal .ant-modal-content{border-radius:12px;padding:0;overflow:hidden}.petty-cash-role-modal .ant-modal-header{padding:16px 24px;margin-bottom:0;border-bottom:1px solid #f1f5f9}.petty-cash-role-modal .ant-modal-header .petty-cash-role-modal-title{font-size:20px;font-weight:700;color:#1e293b}.petty-cash-role-modal .ant-modal-body{padding:24px}.petty-cash-role-form{padding:16px 0}.petty-cash-role-form .petty-cash-role-form-label{display:block;font-size:13px;font-weight:700;color:#475569;margin-bottom:4px}.petty-cash-role-form .petty-cash-role-form-label .required-star{color:#ef4444;margin-left:2px}.petty-cash-role-form .petty-cash-role-form-select{width:100%;border-radius:8px;border-color:#e2e8f0;transition:all .2s}.petty-cash-role-form .petty-cash-role-form-select:hover{border-color:#9ca3af}.petty-cash-role-form .petty-cash-role-form-select:focus,.petty-cash-role-form .petty-cash-role-form-select.ant-select-focused .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.petty-cash-role-form .petty-cash-role-form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #f1f5f9}.petty-cash-role-form .petty-cash-role-form-actions .petty-cash-role-form-cancel-btn{height:40px;padding:0 32px;border-radius:8px;background:#64748b;border:none;color:#fff;font-weight:700;transition:all .2s}.petty-cash-role-form .petty-cash-role-form-actions .petty-cash-role-form-cancel-btn:hover{background:#475569;color:#fff}.petty-cash-role-form .petty-cash-role-form-actions .petty-cash-role-form-submit-btn{height:40px;padding:0 32px;border-radius:8px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;transition:all .2s}.petty-cash-role-form .petty-cash-role-form-actions .petty-cash-role-form-submit-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.petty-cash-role-form .petty-cash-role-form-actions .petty-cash-role-form-submit-btn:focus{background:#e65a1d}@media(max-width:768px){.petty-cash-role-container{padding:16px}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-header-left .petty-cash-role-title{font-size:20px}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-add-btn{width:100%}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar{flex-direction:column;align-items:stretch}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-toolbar-left{width:100%;justify-content:center}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-search,.petty-cash-role-container .petty-cash-role-card .petty-cash-role-toolbar .petty-cash-role-search .petty-cash-role-search-input{width:100%}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper{margin:0 -16px;padding:0 16px}.petty-cash-role-container .petty-cash-role-card .petty-cash-role-table-wrapper .petty-cash-role-table{min-width:600px}.petty-cash-role-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.petty-cash-role-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column;padding:0}.petty-cash-role-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px}.petty-cash-role-modal .petty-cash-role-form-actions{position:sticky;bottom:0;background:#fff;padding:16px;margin:16px -16px -16px;border-top:1px solid #f0f0f0}.petty-cash-role-modal .petty-cash-role-form-actions .petty-cash-role-form-cancel-btn,.petty-cash-role-modal .petty-cash-role-form-actions .petty-cash-role-form-submit-btn{flex:1;padding:0 20px}}@media(max-width:480px){.petty-cash-role-container{padding:12px}.petty-cash-role-container .petty-cash-role-header .petty-cash-role-header-left .petty-cash-role-title{font-size:18px}}.common-data-container{background:#f8fafc;min-height:100vh;padding:24px;width:100%;box-sizing:border-box}.common-data-container .common-data-header{margin-bottom:24px}.common-data-container .common-data-header .common-data-breadcrumb{margin-bottom:8px}.common-data-container .common-data-card{border-radius:12px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.common-data-container .common-data-card .common-data-card-header{padding:20px;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:24px;background:#fff}@media(min-width:768px){.common-data-container .common-data-card .common-data-card-header{flex-direction:row;align-items:center;justify-content:space-between}}.common-data-container .common-data-card .common-data-card-header .common-data-title-section{display:flex;align-items:center;gap:8px}.common-data-container .common-data-card .common-data-card-header .common-data-title-section .common-data-title-icon{color:#1e293b;font-size:20px}.common-data-container .common-data-card .common-data-card-header .common-data-title-section .common-data-title{font-size:18px;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.02em}.common-data-container .common-data-card .common-data-card-header .common-data-filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-filter-select{width:160px;border-radius:8px;border-color:#e2e8f0;height:40px}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-filter-select .ant-select-selector{border-radius:8px!important;border-color:#e2e8f0!important;height:40px!important;display:flex;align-items:center}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-filter-select:hover{border-color:#9ca3af}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-filter-select:focus,.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-filter-select.ant-select-focused .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-add-btn{background:#ff6f31;border:none;border-radius:8px;height:40px;padding:0 24px;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;display:flex;align-items:center;gap:8px}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-add-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.common-data-container .common-data-card .common-data-content{min-height:400px}.common-data-container .common-data-card .common-data-content .common-data-empty-state{padding:128px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8}.common-data-container .common-data-card .common-data-content .common-data-empty-state.common-data-empty-state-info{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.common-data-container .common-data-card .common-data-content .common-data-empty-state .common-data-info-icon{font-size:48px;margin-bottom:16px;color:#cbd5e1}.common-data-container .common-data-card .common-data-content .common-data-empty-state .common-data-empty-text{margin-top:16px;font-weight:500;color:#94a3b8}.common-data-container .common-data-card .common-data-content .common-data-empty-state .common-data-empty-text-large{font-weight:500;font-size:18px;color:#94a3b8;margin-bottom:8px}.common-data-container .common-data-card .common-data-content .common-data-empty-state .common-data-empty-text-small{font-size:14px;color:#cbd5e1}.common-data-container .common-data-card .common-data-content .common-data-empty-state .common-data-create-first-btn{margin-top:16px;color:#ff6f31;font-weight:700;padding:0}.common-data-container .common-data-card .common-data-content .common-data-empty-state .common-data-create-first-btn:hover{color:#e65a1d}.common-data-container .common-data-card .common-data-content .common-data-table .ant-table-thead>tr>th{background-color:transparent;color:#1e293b;font-weight:800;font-size:13px;border-bottom:1px solid #f1f5f9;padding:16px 20px}.common-data-container .common-data-card .common-data-content .common-data-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f8fafc}.common-data-container .common-data-card .common-data-content .common-data-table .ant-table-row{transition:all .2s}.common-data-container .common-data-card .common-data-content .common-data-table .ant-table-tbody>tr:hover>td{background-color:#fafbfc!important}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-name{font-weight:700;color:#1e293b}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-description{color:#64748b}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-status-tag{border-radius:9999px;padding:0 12px;border:none;font-weight:900;font-size:10px;text-transform:uppercase}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-edit-btn{display:flex;align-items:center;justify-content:center;border:1px solid #dbeafe;border-radius:6px;height:32px;width:32px;padding:0;transition:all .2s}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-edit-btn:hover{background:#dbeafe}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-edit-btn .common-data-edit-icon{color:#3b82f6;font-size:18px}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-status-switch.ant-switch-checked{background-color:#10b981}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-status-switch:not(.ant-switch-checked){background-color:#d1d5db}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-status-switch:hover:not(.ant-switch-disabled).ant-switch-checked{background-color:#059669}.common-data-container .common-data-card .common-data-content .common-data-table .common-data-status-switch:hover:not(.ant-switch-disabled):not(.ant-switch-checked){background-color:#9ca3af}.common-data-modal .ant-modal-content{border-radius:16px;padding:32px;overflow:hidden}.common-data-modal .ant-modal-header{margin-bottom:24px;padding:0;border:none}.common-data-modal .ant-modal-header .common-data-modal-title-wrapper{display:flex;flex-direction:column;gap:4px}.common-data-modal .ant-modal-header .common-data-modal-title-wrapper .common-data-modal-title{font-size:20px;font-weight:700;color:#1e293b}.common-data-modal .ant-modal-header .common-data-modal-title-wrapper .common-data-modal-breadcrumb{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#ff6f31;text-transform:uppercase;letter-spacing:.05em}.common-data-modal .ant-modal-header .common-data-modal-title-wrapper .common-data-modal-breadcrumb .common-data-modal-breadcrumb-icon{color:#cbd5e1}.common-data-modal .ant-modal-body{padding:0}.common-data-form{margin-top:24px}.common-data-form .common-data-form-item{display:flex;flex-direction:column;gap:6px;margin-bottom:24px}.common-data-form .common-data-form-item .common-data-form-label{font-size:13px;font-weight:700;color:#475569}.common-data-form .common-data-form-item .common-data-form-label .required-star{color:#ef4444;margin-left:2px}.common-data-form .common-data-form-item .common-data-form-input{border-radius:8px;border-color:#e2e8f0;transition:all .2s}.common-data-form .common-data-form-item .common-data-form-input:hover{border-color:#9ca3af}.common-data-form .common-data-form-item .common-data-form-input:focus,.common-data-form .common-data-form-item .common-data-form-input.ant-input-focused{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.common-data-form .common-data-form-item .common-data-form-textarea{border-radius:8px;border-color:#e2e8f0;transition:all .2s}.common-data-form .common-data-form-item .common-data-form-textarea:hover{border-color:#9ca3af}.common-data-form .common-data-form-item .common-data-form-textarea:focus,.common-data-form .common-data-form-item .common-data-form-textarea.ant-input-focused{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.common-data-form .common-data-form-item .common-data-form-error{color:#ef4444;font-size:12px}.common-data-form .common-data-form-actions{padding-top:8px}.common-data-form .common-data-form-actions .common-data-form-submit-btn{background:#ff6f31;border:none;border-radius:8px;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;transition:all .2s}.common-data-form .common-data-form-actions .common-data-form-submit-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d;opacity:.9}.common-data-form .common-data-form-actions .common-data-form-submit-btn:focus{background:#e65a1d}@media(max-width:768px){.common-data-container{padding:16px}.common-data-container .common-data-card .common-data-card-header .common-data-title-section .common-data-title{font-size:16px}.common-data-container .common-data-card .common-data-card-header .common-data-filters{width:100%}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-filter-select{width:100%;flex:1;min-width:0}.common-data-container .common-data-card .common-data-card-header .common-data-filters .common-data-add-btn{width:100%}.common-data-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.common-data-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column;padding:24px}.common-data-modal .ant-modal-body{flex:1;overflow-y:auto}}@media(max-width:480px){.common-data-container{padding:12px}.common-data-container .common-data-card .common-data-card-header .common-data-title-section .common-data-title{font-size:14px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.asset-form-modal .ant-modal-content{border-radius:24px;padding:0;overflow:hidden}.asset-form-modal .ant-modal-header{padding:24px 32px;margin-bottom:0;border-bottom:1px solid #f1f5f9}.asset-form-modal .ant-modal-header .asset-form-modal-title{font-size:20px;font-weight:700;color:#1e293b}.asset-form-modal .ant-modal-body{padding:24px 32px}.asset-form{padding:16px 0}.asset-form .asset-form-label{display:block;font-size:13px;font-weight:700;color:#475569;margin-bottom:6px}.asset-form .asset-form-label .required-star{color:#ef4444;margin-left:2px}.asset-form .asset-form-select{width:100%;border-radius:6px;border-color:#e2e8f0;transition:all .2s}.asset-form .asset-form-select .ant-select-selector{border-radius:6px!important;border-color:#e2e8f0!important}.asset-form .asset-form-select:hover{border-color:#9ca3af}.asset-form .asset-form-select:focus,.asset-form .asset-form-select.ant-select-focused .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.asset-form .asset-form-input{border-radius:6px;border-color:#e2e8f0;transition:all .2s}.asset-form .asset-form-input:hover{border-color:#9ca3af}.asset-form .asset-form-input:focus,.asset-form .asset-form-input.ant-input-focused{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.asset-form .asset-form-input-number{width:100%;border-radius:6px}.asset-form .asset-form-input-number .ant-input-number-input{border-radius:6px}.asset-form .asset-form-datepicker{width:100%;border-radius:6px}.asset-form .asset-form-datepicker .ant-picker{border-radius:6px!important;border-color:#e2e8f0!important;width:100%}.asset-form .asset-form-datepicker .ant-picker:hover{border-color:#9ca3af}.asset-form .asset-form-datepicker .ant-picker:focus,.asset-form .asset-form-datepicker .ant-picker.ant-picker-focused{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.asset-form .asset-form-textarea{border-radius:6px;border-color:#e2e8f0;transition:all .2s}.asset-form .asset-form-textarea:hover{border-color:#9ca3af}.asset-form .asset-form-textarea:focus,.asset-form .asset-form-textarea.ant-input-focused{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.asset-form .asset-form-actions{margin-top:40px;padding-top:24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px}.asset-form .asset-form-actions .asset-form-cancel-btn{height:44px;padding:0 40px;border-radius:8px;background:#64748b;border:none;color:#fff;font-weight:700;transition:all .2s}.asset-form .asset-form-actions .asset-form-cancel-btn:hover{background:#475569;color:#fff}.asset-form .asset-form-actions .asset-form-submit-btn{height:44px;padding:0 40px;border-radius:8px;background:#ff6f31;border:none;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #ff6f3133;transition:all .2s}.asset-form .asset-form-actions .asset-form-submit-btn:hover{background:#e65a1d;box-shadow:0 6px 8px -1px #ff6f314d}.asset-form .asset-form-actions .asset-form-submit-btn:focus{background:#e65a1d}@media(max-width:768px){.asset-form-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.asset-form-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column}.asset-form-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px}.asset-form-modal .asset-form-actions{position:sticky;bottom:0;background:#fff;padding:16px;margin:16px -16px -16px;border-top:1px solid #f0f0f0}.asset-form-modal .asset-form-actions .asset-form-cancel-btn,.asset-form-modal .asset-form-actions .asset-form-submit-btn{flex:1;padding:0 20px}}.asset-history-modal .ant-modal-content{border-radius:24px;padding:0;overflow:hidden}.asset-history-modal .ant-modal-header{padding:24px 32px;margin-bottom:0;border-bottom:1px solid #f1f5f9}.asset-history-modal .ant-modal-header .asset-history-modal-title{font-size:20px;font-weight:700;color:#1e293b}.asset-history-modal .ant-modal-body{padding:24px 32px}.asset-history-modal .asset-history-close-btn{background:#64748b;border:none;color:#fff;padding:0 24px;border-radius:6px;font-weight:500;transition:all .2s}.asset-history-modal .asset-history-close-btn:hover{background:#475569;color:#fff}.asset-history-content{padding:16px 0}.asset-history-table .ant-table-thead>tr>th{background-color:#f8fafc;color:#1e293b;font-weight:800;font-size:12px;border-bottom:1px solid #f1f5f9;padding:12px 16px}.asset-history-table .ant-table-tbody>tr>td{font-size:12px;padding:12px 16px;border-bottom:1px solid #f8fafc}.asset-history-table .ant-table-row{transition:all .2s}.asset-history-table .ant-table-tbody>tr:hover>td{background-color:#fafbfc!important}.asset-history-table .asset-history-date{color:#64748b;font-size:13px}.asset-history-table .asset-history-tag{border-radius:4px;padding:0 8px;border:none;font-weight:700;font-size:10px;text-transform:uppercase}.asset-history-table .asset-history-old-value{font-size:13px;color:#94a3b8}.asset-history-table .asset-history-new-value{color:#1e293b;font-size:12px;font-weight:500;word-break:break-all;max-width:200px;display:block}.asset-history-table .asset-history-changed-by{color:#3b82f6;font-size:12px}@media(max-width:768px){.asset-history-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.asset-history-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column}.asset-history-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px}.asset-history-modal .asset-history-table .ant-table{font-size:11px}.asset-history-modal .asset-history-table .ant-table-thead>tr>th,.asset-history-modal .asset-history-table .ant-table-tbody>tr>td{padding:8px;font-size:11px}}.asset-view-modal .ant-modal-content{border-radius:24px;padding:0;overflow:hidden}.asset-view-modal .ant-modal-header{padding:24px 32px;margin-bottom:0;border-bottom:1px solid #f1f5f9}.asset-view-modal .ant-modal-header .asset-view-modal-title{font-size:20px;font-weight:900;color:#1e293b;display:flex;align-items:center;gap:8px}.asset-view-modal .ant-modal-header .asset-view-modal-title .asset-view-modal-title-icon{color:#2563eb}.asset-view-modal .ant-modal-body{padding:24px 32px}.asset-view-content{margin-top:24px;max-height:75vh;overflow-y:auto;padding:0 8px}.asset-view-header-card{background:#f8fafc;border:1px solid #f1f5f9;padding:24px;border-radius:16px;display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media(min-width:768px){.asset-view-header-card{flex-direction:row;justify-content:space-between;align-items:center}}.asset-view-header-card .asset-view-header-title{margin:0 0 8px!important;color:#1e293b;font-weight:900}.asset-view-header-card .asset-view-header-badges{display:flex;align-items:center;gap:12px}.asset-view-header-card .asset-view-header-badges .asset-view-serial-badge{font-family:monospace;color:#2563eb;font-weight:700;background:#dbeafe;padding:2px 8px;border-radius:4px;font-size:12px}.asset-view-header-card .asset-view-header-badges .asset-view-status-tag{border-radius:9999px;padding:0 12px;border:none;font-weight:900;font-size:10px;text-transform:uppercase;margin:0}.asset-view-header-card .asset-view-condition-section{display:flex;flex-direction:column;align-items:flex-end}.asset-view-header-card .asset-view-condition-section .asset-view-condition-label{color:#94a3b8;font-size:10px;font-weight:900;text-transform:uppercase;margin-bottom:4px}.asset-view-header-card .asset-view-condition-section .asset-view-condition-tag{border-radius:6px;border:none;font-weight:700;font-size:14px;padding:4px 16px;margin:0;box-shadow:0 1px 2px #0000000d}.asset-view-section .asset-view-section-header{display:flex;align-items:center;gap:8px;border-left:4px solid;padding-left:12px;margin-bottom:24px}.asset-view-section .asset-view-section-header.asset-view-section-header-blue{border-color:#3b82f6}.asset-view-section .asset-view-section-header.asset-view-section-header-orange{border-color:#f97316}.asset-view-section .asset-view-section-header.asset-view-section-header-emerald{border-color:#10b981}.asset-view-section .asset-view-section-header .asset-view-section-icon{font-size:18px}.asset-view-section .asset-view-section-header.asset-view-section-header-blue .asset-view-section-icon{color:#3b82f6}.asset-view-section .asset-view-section-header.asset-view-section-header-orange .asset-view-section-icon{color:#f97316}.asset-view-section .asset-view-section-header.asset-view-section-header-emerald .asset-view-section-icon{color:#10b981}.asset-view-section .asset-view-section-header .asset-view-section-title{font-size:14px;font-weight:900;color:#1e293b;text-transform:uppercase;letter-spacing:.1em;margin:0}.asset-view-section .asset-view-section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.asset-view-detail-item{display:flex;flex-direction:column;gap:4px}.asset-view-detail-item .asset-view-detail-label{color:#94a3b8;display:block;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.05em}.asset-view-detail-item .asset-view-detail-value-wrapper{display:flex;align-items:center;gap:8px}.asset-view-detail-item .asset-view-detail-value-wrapper .asset-view-detail-icon{font-size:14px}.asset-view-detail-item .asset-view-detail-value-wrapper .asset-view-detail-icon.asset-view-detail-icon-blue{color:#3b82f6}.asset-view-detail-item .asset-view-detail-value-wrapper .asset-view-detail-icon.asset-view-detail-icon-orange{color:#f97316}.asset-view-detail-item .asset-view-detail-value-wrapper .asset-view-detail-value{color:#1e293b;font-weight:700;font-size:14px}.asset-view-detail-item .asset-view-detail-value-wrapper .asset-view-detail-value .asset-view-detail-value-na{color:#cbd5e1;font-style:italic;font-weight:400}.asset-view-col-span-2{grid-column:span 2}.asset-view-divider{margin:8px 0;border-color:#f1f5f9}.asset-view-description-box{background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #f1f5f9;height:100%}.asset-view-description-box .asset-view-description-label{color:#94a3b8;display:block;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.05em;margin-bottom:8px}.asset-view-description-box .asset-view-description-text{color:#64748b;font-size:14px;line-height:1.6}.asset-view-remarks-box{background:#eff6ff;padding:16px;border-radius:12px;border:1px solid #bfdbfe}.asset-view-remarks-box .asset-view-remarks-label{color:#94a3b8;display:block;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.05em;margin-bottom:4px}.asset-view-remarks-box .asset-view-remarks-text{color:#64748b;font-size:14px;font-style:italic}.asset-view-footer{margin-top:48px;padding-top:24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end}.asset-view-footer .asset-view-close-btn{padding:0 48px;height:48px;border-radius:12px;font-weight:700;background:#1e293b;border:none;color:#fff;transition:all .2s;box-shadow:0 10px 15px -3px #1e293b1a}.asset-view-footer .asset-view-close-btn:hover{background:#334155!important;color:#fff!important}@media(max-width:768px){.asset-view-modal .ant-modal{margin:0;max-width:100%;top:0;padding-bottom:0}.asset-view-modal .ant-modal-content{border-radius:0;height:100vh;display:flex;flex-direction:column}.asset-view-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px}.asset-view-modal .asset-view-content{max-height:none;padding:0}.asset-view-modal .asset-view-section-grid{grid-template-columns:1fr}}.assets-container{background:#f8fafc;min-height:100vh;padding:24px;width:100%;box-sizing:border-box}.assets-container .assets-header{margin-bottom:24px}.assets-container .assets-header .assets-breadcrumb{margin-bottom:8px}.assets-container .assets-card{border-radius:24px;border:none;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden}.assets-container .assets-card .assets-card-header{padding:24px;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:24px;background:#fff}@media(min-width:768px){.assets-container .assets-card .assets-card-header{flex-direction:row;align-items:center;justify-content:space-between}}.assets-container .assets-card .assets-card-header .assets-title-section{display:flex;align-items:center;gap:12px}.assets-container .assets-card .assets-card-header .assets-title-section .assets-title-icon-wrapper{width:40px;height:40px;background:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 15px -3px #2563eb1a}.assets-container .assets-card .assets-card-header .assets-title-section .assets-title-icon-wrapper .assets-title-icon{font-size:20px}.assets-container .assets-card .assets-card-header .assets-title-section .assets-title{margin:0 0 4px!important;color:#1e293b;font-weight:800}.assets-container .assets-card .assets-card-header .assets-title-section .assets-subtitle{color:#94a3b8;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.assets-container .assets-card .assets-card-header .assets-add-btn{background:#ff6f31;border:none;border-radius:12px;height:48px;padding:0 32px;font-weight:700;box-shadow:0 10px 15px -3px #ff6f311a;display:flex;align-items:center;gap:8px}.assets-container .assets-card .assets-card-header .assets-add-btn:hover{background:#e65a1d;box-shadow:0 10px 15px -3px #ff6f3133}.assets-container .assets-card .assets-filters{padding:24px;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;align-items:flex-end;gap:24px}.assets-container .assets-card .assets-filters .assets-filter-item{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.assets-container .assets-card .assets-filters .assets-filter-item.assets-filter-item-status{width:192px;flex:0 0 192px}.assets-container .assets-card .assets-filters .assets-filter-item .assets-filter-label{font-size:11px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:4px}.assets-container .assets-card .assets-filters .assets-filter-item .assets-filter-label .assets-filter-icon{font-size:14px}.assets-container .assets-card .assets-filters .assets-filter-item .assets-filter-select{width:100%;border-radius:12px;border-color:#e2e8f0;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1)}.assets-container .assets-card .assets-filters .assets-filter-item .assets-filter-select .ant-select-selector{border-radius:12px!important;border-color:#e2e8f0!important;height:44px!important;display:flex;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.assets-container .assets-card .assets-filters .assets-filter-item .assets-filter-select:hover .ant-select-selector,.assets-container .assets-card .assets-filters .assets-filter-item .assets-filter-select.ant-select-focused .ant-select-selector{border-color:#2563eb!important;box-shadow:0 4px 12px -2px #2563eb26!important}.assets-container .assets-card .assets-filters .assets-filter-clear-btn{height:44px;padding:0 16px;color:#64748b;font-weight:700;border-radius:12px;transition:all .2s}.assets-container .assets-card .assets-filters .assets-filter-clear-btn .assets-filter-clear-icon{color:#94a3b8}.assets-container .assets-card .assets-filters .assets-filter-clear-btn:hover{color:#ef4444;background:#fee2e2}.assets-container .assets-card .assets-content{min-height:450px}.assets-container .assets-card .assets-content .assets-empty-state{padding:128px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.assets-container .assets-card .assets-content .assets-empty-state.assets-empty-state-search .assets-empty-icon-wrapper{width:80px;height:80px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.assets-container .assets-card .assets-content .assets-empty-state.assets-empty-state-search .assets-empty-icon-wrapper .assets-empty-icon{font-size:48px;color:#cbd5e1}.assets-container .assets-card .assets-content .assets-empty-state .assets-empty-title{color:#94a3b8!important;margin-bottom:8px!important}.assets-container .assets-card .assets-content .assets-empty-state .assets-empty-text{color:#cbd5e1;font-weight:500}.assets-container .assets-card .assets-content .assets-empty-state .assets-empty-description{display:flex;flex-direction:column;gap:4px}.assets-container .assets-card .assets-content .assets-empty-state .assets-empty-description .assets-empty-description-title{color:#64748b;font-weight:700;font-size:18px}.assets-container .assets-card .assets-content .assets-empty-state .assets-empty-description .assets-empty-description-text{color:#94a3b8}.assets-container .assets-card .assets-content .assets-empty-state .assets-empty-create-btn{margin-top:16px;color:#ff6f31;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px;padding:0}.assets-container .assets-card .assets-content .assets-empty-state .assets-empty-create-btn:hover{color:#e65a1d}.assets-container .assets-card .assets-content .assets-table .ant-table-thead>tr>th{background-color:transparent;color:#64748b;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #f8fafc;padding:20px}.assets-container .assets-card .assets-content .assets-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f8fafc}.assets-container .assets-card .assets-content .assets-table .ant-table-row{transition:all .2s}.assets-container .assets-card .assets-content .assets-table .ant-table-tbody>tr:hover>td{background-color:#f1f7ff!important}.assets-container .assets-card .assets-content .assets-table .asset-table-item{font-weight:700;color:#1e293b}.assets-container .assets-card .assets-content .assets-table .asset-table-serial{font-family:monospace;font-size:11px;font-weight:700;color:#2563eb;background:#dbeafe;padding:2px 8px;border-radius:4px}.assets-container .assets-card .assets-content .assets-table .asset-table-condition-tag{border-radius:4px;border:none;padding:0 10px;font-weight:700;font-size:10px;background:#f1f5f9;color:#64748b;text-transform:uppercase}.assets-container .assets-card .assets-content .assets-table .asset-table-station{display:flex;flex-direction:column}.assets-container .assets-card .assets-content .assets-table .asset-table-station .asset-table-station-name{color:#1e293b;font-weight:500}.assets-container .assets-card .assets-content .assets-table .asset-table-station .asset-table-staff-name{font-size:10px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.assets-container .assets-card .assets-content .assets-table .asset-table-status-tag{border-radius:4px;padding:0 10px;border:none;font-weight:900;font-size:10px;text-transform:uppercase}.assets-container .assets-card .assets-content .assets-table .asset-action-btn{display:flex;align-items:center;justify-content:center;padding:0;height:32px;width:32px;border-radius:8px;transition:all .2s}.assets-container .assets-card .assets-content .assets-table .asset-action-btn .asset-action-icon{font-size:18px}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-view{border:1px solid #cffafe}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-view:hover{background:#cffafe}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-view .asset-action-icon-view{color:#0891b2}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-history{border:1px solid #e0e7ff}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-history:hover{background:#e0e7ff}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-history .asset-action-icon-history{color:#6366f1}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-edit{border:1px solid #fed7aa}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-edit:hover{background:#fed7aa}.assets-container .assets-card .assets-content .assets-table .asset-action-btn.asset-action-btn-edit .asset-action-icon-edit{color:#f97316}.assets-container .assets-card .assets-content .assets-table .asset-switch-active.ant-switch-checked{background-color:#10b981!important}.assets-container .assets-card .assets-content .assets-table .asset-switch-inactive:not(.ant-switch-checked){background-color:#cbd5e1!important}.assets-container .assets-card .assets-content .assets-table .assets-table-pagination{padding:16px 24px}@media(max-width:768px){.assets-container{padding:16px}.assets-container .assets-card .assets-card-header .assets-title-section .assets-title{font-size:16px!important}.assets-container .assets-card .assets-card-header .assets-add-btn{width:100%}.assets-container .assets-card .assets-filters{flex-direction:column}.assets-container .assets-card .assets-filters .assets-filter-item{width:100%;min-width:0}.assets-container .assets-card .assets-filters .assets-filter-item.assets-filter-item-status{width:100%;flex:1}}@media(max-width:480px){.assets-container{padding:12px}}.vehicle-view-modal .ant-modal-content{border-radius:24px;padding:32px}.vehicle-asset-container .vehicle-table .ant-table-thead>tr>th{background-color:#f8fafc;color:#1e293b;font-weight:800;font-size:13px;border-bottom:none;padding:16px 20px}.vehicle-asset-container .vehicle-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f1f5f9}.vehicle-asset-container .vehicle-table .ant-table-row:hover>td{background-color:#f1f7ff!important}.vehicle-asset-container .custom-select .ant-select-selector{border-radius:8px!important;border-color:#e2e8f0!important;height:38px!important;display:flex;align-items:center}.vehicle-add-container .vehicle-form-collapse .ant-collapse-item{border-radius:1.5rem!important;margin-bottom:2rem;border:1px solid #f1f5f9!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.vehicle-add-container .vehicle-form-collapse .ant-collapse-header{padding:1.5rem 2rem!important;background:#f8fafc}.vehicle-add-container .vehicle-form-collapse .ant-collapse-content-box{padding:2rem!important}.vehicle-add-container .ant-input,.vehicle-add-container .ant-select-selector,.vehicle-add-container .ant-picker{border-radius:12px!important;border-color:#e2e8f0!important;transition:all .2s!important}.vehicle-add-container .ant-input:focus,.vehicle-add-container .ant-select-focused .ant-select-selector,.vehicle-add-container .ant-picker-focused{border-color:#ff6f31!important;box-shadow:0 0 0 4px #ff6f311a!important}.petty-cash-form-modal .ant-modal-content{border-radius:20px;padding:32px}.petty-cash-form-modal .ant-select-selector,.petty-cash-form-modal .ant-input,.petty-cash-form-modal .ant-input-number,.petty-cash-form-modal .ant-picker{border-radius:8px!important;border-color:#e2e8f0!important}.petty-cash-form-modal .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,.petty-cash-form-modal .ant-input:focus,.petty-cash-form-modal .ant-input-number:focus,.petty-cash-form-modal .ant-picker-focused{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.add-petty-cash-container .petty-cash-table .ant-table-thead>tr>th{background-color:#1e293b;color:#fff;font-weight:800;font-size:13px;border-bottom:none;padding:16px 20px}.add-petty-cash-container .petty-cash-table .ant-table-tbody>tr>td{padding:18px 20px;font-size:13px;border-bottom:1px solid #f1f5f9}.add-petty-cash-container .petty-cash-table .ant-table-row:hover>td{background-color:#f1f7ff!important}.add-petty-cash-container .custom-select .ant-select-selector{border-radius:10px!important;border-color:#e2e8f0!important;height:44px!important;display:flex;align-items:center}.add-petty-cash-container .ant-modal-content{border-radius:24px!important}.expense-form-modal .ant-modal-content{border-radius:24px;padding:32px}.expense-form-modal .ant-select-selector,.expense-form-modal .ant-input,.expense-form-modal .ant-input-number{border-radius:12px!important;border-color:#e2e8f0!important}.expense-form-modal .ant-select-focused .ant-select-selector,.expense-form-modal .ant-input:focus,.expense-form-modal .ant-input-number:focus{border-color:#ff6f31!important;box-shadow:0 0 0 2px #ff6f311a!important}.expense-list-container .expense-table .ant-table-thead>tr>th{background-color:#1e293b;color:#fff;font-weight:800;font-size:13px;border-bottom:none;padding:16px 20px}.expense-list-container .expense-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f1f5f9}.expense-list-container .expense-table .ant-table-row:hover>td{background-color:#f1f7ff!important}.expense-list-container .custom-select .ant-select-selector{border-radius:10px!important;border-color:#e2e8f0!important;height:44px!important;display:flex;align-items:center}.ledger-container .ledger-accordion{background:transparent;border:none}.ledger-container .ledger-accordion .ant-collapse-item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000d}.ledger-container .ledger-accordion .ant-collapse-item:hover{box-shadow:0 4px 12px #00000014;transition:box-shadow .2s}.ledger-container .ledger-accordion .ant-collapse-header{padding:20px 24px!important;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;font-size:15px;color:#1e293b}.ledger-container .ledger-accordion .ant-collapse-header:hover{background:#f1f5f9}.ledger-container .ledger-accordion .ant-collapse-content{border-top:none;background:#fff}.ledger-container .ledger-accordion .ant-collapse-content-box{padding:24px!important}.ledger-container .ledger-transaction-table .ant-table-thead>tr>th{background-color:#1e293b;color:#fff;font-weight:800;font-size:13px;border-bottom:none;padding:16px 20px;text-align:center}.ledger-container .ledger-transaction-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f1f5f9;text-align:center}.ledger-container .ledger-transaction-table .ant-table-tbody>tr:hover>td{background-color:#f1f7ff!important}.ledger-container .ledger-transaction-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.ledger-container .rupee-amount{font-family:Arial,sans-serif}.ledger-container .rupee-amount:before{content:"₹";font-weight:700;margin-right:2px}.ledger-container .ant-table-tbody .rupee-amount:before{content:"₹";font-weight:700;margin-right:2px}.ledger-container .ledger-accordion-panel .ant-collapse-header{font-size:15px}.ledger-container #loadingSpinner{border:4px solid #f3f3f3;border-top:4px solid #ff6f31;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ledger-container .ant-empty{margin:40px 0}.approval-container .approval-table .ant-table-thead>tr>th{background-color:#1e293b;color:#fff;font-weight:800;font-size:13px;border-bottom:none;padding:16px 20px}.approval-container .approval-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f1f5f9}.approval-container .approval-table .ant-table-row:hover>td{background-color:#f1f7ff!important}.approval-container .custom-select .ant-select-selector{border-radius:12px!important;border-color:#e2e8f0!important;height:48px!important;display:flex;align-items:center;transition:all .2s!important}.approval-container .custom-select.ant-select-focused .ant-select-selector,.approval-container .custom-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 4px 12px -2px #ff6f311a!important}.tripsheet-form-modal .ant-modal-content{border-radius:12px;padding:24px 32px}.tripsheet-form-modal .ant-input,.tripsheet-form-modal .ant-select-selector,.tripsheet-form-modal .ant-input-number,.tripsheet-form-modal .ant-picker{border-radius:6px!important;border-color:#e2e8f0!important}.tripsheet-view-modal .ant-modal-content{border-radius:24px;padding:32px}.tripsheet-container .tripsheet-table .ant-table-thead>tr>th{background-color:#f8fafc;color:#1e293b;font-weight:800;font-size:13px;border-bottom:none;padding:16px 20px}.tripsheet-container .tripsheet-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f1f5f9}.tripsheet-container .tripsheet-table .ant-table-row:hover>td{background-color:#f1f7ff!important}.tripsheet-container .custom-select .ant-select-selector{border-radius:8px!important;border-color:#e2e8f0!important;height:44px!important;display:flex;align-items:center}.tripsheet-container .ant-switch-checked{background-color:#10b981!important}.reports-container .reports-table .ant-table-thead>tr>th{background-color:#1e293b;color:#fff;font-weight:800;font-size:13px;border-bottom:none;padding:16px 20px}.reports-container .reports-table .ant-table-tbody>tr>td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f1f5f9}.reports-container .reports-table .ant-table-row:hover>td{background-color:#f1f7ff!important}.reports-container .custom-select .ant-select-selector{border-radius:12px!important;border-color:#e2e8f0!important;height:48px!important;display:flex;align-items:center;transition:all .2s!important}.reports-container .custom-select.ant-select-focused .ant-select-selector,.reports-container .custom-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#ff6f31!important;box-shadow:0 4px 12px -2px #ff6f311a!important}.reports-container .ant-picker{border-radius:12px!important;border-color:#e2e8f0!important;height:48px!important;width:100%}.reports-container .ant-picker:hover,.reports-container .ant-picker-focused{border-color:#ff6f31!important;box-shadow:0 4px 12px -2px #ff6f311a!important}
