:root{--bg-primary: #0a0e17;--bg-secondary: #0f172a;--bg-card: rgba(15, 23, 42, .65);--bg-hover: rgba(59, 130, 246, .15);--border-color: rgba(255, 255, 255, .06);--border-focus: rgba(59, 130, 246, .5);--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-blue: #3b82f6;--accent-teal: #10b981;--accent-rose: #f43f5e;--accent-amber: #f59e0b;--glow-blue: rgba(59, 130, 246, .25);--shadow-main: 0 8px 32px 0 rgba(0, 0, 0, .37);--radius-lg: 16px;--radius-md: 10px;--radius-sm: 6px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}html,body,#root,.dashboard-layout{max-width:100vw!important;overflow-x:hidden!important}body{min-height:100vh;background:radial-gradient(circle at 50% 0%,#1e1b4b 0%,var(--bg-primary) 70%);background-attachment:fixed}.glass-panel{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-main);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-panel:hover{border-color:#3b82f633;box-shadow:0 8px 30px #3b82f61a}.dashboard-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:rgba(10,14,23,.85);border-right:1px solid var(--border-color);display:flex;flex-direction:column;height:100vh;position:sticky;top:0;z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar-logo{padding:24px;font-size:22px;font-weight:800;letter-spacing:.5px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border-color)}.sidebar-logo span{color:var(--accent-blue);text-shadow:0 0 10px var(--glow-blue)}.sidebar-menu{list-style:none;padding:16px;flex:1;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-md);color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .2s ease;cursor:pointer}.menu-item:hover,.menu-item.active{color:var(--text-primary);background:var(--bg-hover);border-left:3px solid var(--accent-blue)}.main-content{flex:1;display:flex;flex-direction:column;min-width:0}.header-bar{height:70px;background:rgba(10,14,23,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 30px}.view-container{padding:30px;flex:1;overflow-y:auto}.grid-cols-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:24px}h1,h2,h3,h4{font-weight:700;color:var(--text-primary);margin-bottom:8px}p{color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none}.btn-primary{background:var(--accent-blue);color:#fff;box-shadow:0 0 12px #3b82f666}.btn-primary:hover{background:#2563eb;box-shadow:0 0 20px #3b82f699;transform:translateY(-1px)}.btn-secondary{background:rgba(255,255,255,.05);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff3}.btn-danger{background:var(--accent-rose);color:#fff}.btn-danger:hover{background:#e11d48}.form-group{margin-bottom:20px;display:flex;flex-direction:column;gap:6px}.form-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary)}.form-control{background:rgba(10,14,23,.6);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:12px 16px;color:var(--text-primary);font-size:14px;transition:all .2s ease;width:100%}.form-control:focus{outline:none;border-color:var(--accent-blue);box-shadow:0 0 0 3px #3b82f626}.table-container{overflow-x:auto;border-radius:var(--radius-lg)}.data-table{width:100%;border-collapse:collapse;text-align:left}.data-table th{background:rgba(15,23,42,.8);padding:16px 20px;font-size:12px;font-weight:600;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.data-table td{padding:16px 20px;border-bottom:1px solid var(--border-color);color:var(--text-primary)}.data-table tr:hover td{background:rgba(255,255,255,.02)}.badge{display:inline-flex;padding:4px 10px;border-radius:50px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-success{background:rgba(16,185,129,.15);color:var(--accent-teal)}.badge-pending{background:rgba(245,158,11,.15);color:var(--accent-amber)}.badge-danger{background:rgba(244,63,94,.15);color:var(--accent-rose)}.badge-info{background:rgba(59,130,246,.15);color:var(--accent-blue)}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.auth-card{width:100%;max-width:420px;padding:40px}.kanban-board{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px}.kanban-column{flex:1;min-width:280px;background:rgba(15,23,42,.4);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:16px;display:flex;flex-direction:column;gap:12px}.kanban-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.kanban-card{background:rgba(30,41,59,.6);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:16px;cursor:grab;transition:all .2s ease}.kanban-card:hover{transform:translateY(-2px);border-color:#3b82f64d}.stat-card{padding:24px;display:flex;align-items:center;justify-content:space-between}.stat-icon{background:var(--bg-hover);color:var(--accent-blue);width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}:root.light-theme{--bg-primary: #f1f5f9;--bg-secondary: #ffffff;--bg-card: rgba(255, 255, 255, .85);--bg-hover: rgba(59, 130, 246, .08);--border-color: rgba(15, 23, 42, .08);--border-focus: rgba(59, 130, 246, .5);--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--shadow-main: 0 10px 30px rgba(15, 23, 42, .05);--glow-blue: rgba(59, 130, 246, .1);color-scheme:light}:root.light-theme body{background:radial-gradient(circle at 50% 0%,#dbeafe 0%,var(--bg-primary) 75%);background-attachment:fixed}:root.light-theme .sidebar{background:#ffffff!important}:root.light-theme .header-bar{background:rgba(255,255,255,.7)!important}:root.light-theme .kanban-column{background:rgba(0,0,0,.02)!important}:root.light-theme .kanban-card{background:#ffffff!important}body,.glass-panel,.sidebar,.header-bar,input,select,textarea,button,.kanban-column,.kanban-card{transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.checkout-grid{display:grid;grid-template-columns:3fr 2fr;gap:30px;align-items:start}.mobile-header-bar,.sidebar-overlay,.mobile-close-btn{display:none!important}@media (max-width: 768px){.mobile-header-bar,.mobile-close-btn{display:flex!important}.dashboard-layout{flex-direction:column}.sidebar{position:fixed!important;left:-280px;top:0;bottom:0;width:280px;height:100vh;z-index:9999!important;transition:left .3s cubic-bezier(.4,0,.2,1);background:var(--bg-secondary)!important;box-sizing:border-box;box-shadow:20px 0 50px #0000004d}body.sidebar-active .sidebar{left:0}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998!important}body.sidebar-active .sidebar-overlay{display:block}.main-content{margin-top:60px;padding-top:0;min-height:calc(100vh - 60px)}.header-bar{display:none!important}.view-container{padding:16px!important}.checkout-grid{grid-template-columns:1fr!important;gap:20px!important}.grid-cols-3{grid-template-columns:1fr!important;gap:16px!important}.public-pay-header{flex-direction:column;align-items:flex-start!important;gap:12px}.data-table{min-width:100%!important}.table-container{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}div[style*=grid-template-columns],div[style*=gridTemplateColumns]{grid-template-columns:1fr!important}div[style*=border-bottom][style*="display: flex"],div[style*=borderBottom][style*="display: flex"],div[style*=border-bottom][style*="display:flex"],div[style*=borderBottom][style*="display:flex"]{overflow-x:auto!important;white-space:nowrap!important;max-width:100%!important;padding-bottom:8px!important;scrollbar-width:none!important}div[style*=border-bottom][style*="display: flex"]::-webkit-scrollbar,div[style*=borderBottom][style*="display: flex"]::-webkit-scrollbar{display:none!important}div[style*=border-bottom][style*="display: flex"] button,div[style*=borderBottom][style*="display: flex"] button{flex-shrink:0!important}div[style*="position: fixed"][style*="alignItems: center"]>div,div[style*="position:fixed"][style*="alignItems:center"]>div,div[style*="position: fixed"][style*="align-items: center"]>div{width:95%!important;max-width:95%!important;padding:20px!important;margin:10px!important}}div[style*="position: fixed"][style*="zIndex: 1000"],div[style*="position:fixed"][style*="zIndex:1000"],div[style*="position: fixed"][style*="z-index: 1000"],div[style*="position:fixed"][style*="z-index:1000"]{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:260px!important;width:calc(100% - 260px)!important;height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(10,14,23,.4)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;animation:fadeIn .2s ease-out;box-sizing:border-box}div[style*="position: fixed"][style*="zIndex: 1000"]>div,div[style*="position:fixed"][style*="zIndex:1000"]>div,div[style*="position: fixed"][style*="z-index: 1000"]>div,div[style*="position:fixed"][style*="z-index:1000"]>div{width:90%!important;max-width:680px!important;max-height:90vh!important;overflow-y:auto!important;margin:20px auto!important;border-radius:var(--radius-lg)!important;background:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;box-shadow:0 20px 50px #00000080!important;padding:30px!important;box-sizing:border-box;animation:modalPopIn .25s cubic-bezier(.34,1.56,.64,1)!important}@keyframes modalPopIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}div[style*="display: flex"][style*="flex-direction: column"][style*="gap: 12px"],div[style*="display:flex"][style*="flex-direction:column"][style*="gap:12px"],div[style*="display: flex"][style*="flexDirection: column"][style*="gap: 12px"]{overflow-x:auto!important;max-width:100%!important;padding-bottom:12px!important}@media (max-width: 768px){div[style*="position: fixed"][style*="zIndex: 1000"],div[style*="position:fixed"][style*="zIndex:1000"],div[style*="position: fixed"][style*="z-index: 1000"],div[style*="position:fixed"][style*="z-index:1000"]{left:0!important;width:100%!important;padding-top:60px!important;align-items:center!important;justify-content:center!important}div[style*="position: fixed"][style*="zIndex: 1000"]>div,div[style*="position:fixed"][style*="zIndex:1000"]>div,div[style*="position: fixed"][style*="z-index: 1000"]>div,div[style*="position:fixed"][style*="z-index:1000"]>div{max-height:80vh!important;width:95%!important;padding:20px!important;margin:10px auto!important;border-radius:var(--radius-md)!important}h1{font-size:1.8rem!important}h2{font-size:1.4rem!important}h3{font-size:1.15rem!important;line-height:1.4!important}h4{font-size:1.02rem!important}div[style*="padding: 30px"],div[style*="padding:30px"],div[style*="padding: 24px"],div[style*="padding:24px"],.glass-panel{padding:15px!important}div[style*="display: flex"][style*="justify-content: space-between"],div[style*="display:flex"][style*="justify-content:space-between"],div[style*="display: flex"][style*="justifyContent: space-between"],div[style*="display:flex"][style*="justifyContent:space-between"]{flex-wrap:wrap!important;gap:12px!important}div[style*="repeat(4, 1fr)"]{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;gap:16px!important;padding-bottom:12px!important}div[style*="repeat(4, 1fr)"]>div{min-width:295px!important;flex-shrink:0!important}div[style*="display: flex"][style*="gap: 20px"][style*="background:"],div[style*="display:flex"][style*="gap:20px"][style*="background:"],div[style*="display: flex"][style*="gap: 30px"],div[style*="display:flex"][style*="gap:30px"]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.line-item-row{grid-template-columns:1fr!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-md)!important;padding:16px!important;background:rgba(255,255,255,.02)!important;margin-bottom:15px!important;gap:12px!important;box-sizing:border-box}.line-item-label{display:block!important;margin-bottom:6px!important;font-weight:600;font-size:12px}.table-container{overflow-x:visible!important}.data-table thead,.data-table thead tr,.data-table thead th{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;padding:0!important;margin:0!important;border:none!important}.data-table,.data-table tbody,.data-table tbody tr,.data-table tbody td{display:block!important;width:100%!important;box-sizing:border-box!important}.data-table tbody tr{background:rgba(255,255,255,.01)!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-md)!important;margin-bottom:20px!important;padding:16px!important;box-shadow:0 4px 15px #0003!important}.data-table tbody td{border-bottom:1px solid rgba(255,255,255,.03)!important;padding:10px 0!important;display:flex!important;justify-content:space-between!important;align-items:center!important;font-size:13px!important;text-align:right!important}.data-table tbody td:last-child{border-bottom:none!important;padding-bottom:0!important;justify-content:flex-end!important}.data-table tbody td:before{content:attr(data-label)!important;font-weight:700!important;color:var(--text-secondary)!important;text-transform:uppercase!important;font-size:10px!important;letter-spacing:.5px;margin-right:15px!important;text-align:left!important;flex-shrink:0!important}.data-table tbody td[data-label=Actions],.data-table tbody td[data-label=ACTIONS]{justify-content:flex-end!important;gap:8px!important;background:rgba(255,255,255,.01)!important;padding-top:12px!important;border-top:1px dashed var(--border-color)!important}}h1,h2,h3,h4,h5,h6{white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.line-item-label{display:none}.first-item-row .line-item-label{display:block}.pulsate-dot{animation:pulsate 1.5s infinite ease-in-out}@keyframes pulsate{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.15);opacity:1}to{transform:scale(.9);opacity:.6}}@media (max-width: 768px){.projects-grid-layout,.kanban-grid-wrapper{grid-template-columns:1fr!important}.kanban-column-panel{display:none!important}.kanban-column-panel.mobile-active-col{display:flex!important;min-height:50vh!important}.mobile-only-flex{display:flex!important}}
