@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--font-family:"Plus Jakarta Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Roboto Mono", ui-monospace, SFMono-Regular, monospace;--bg-dark:#0b0f19;--bg-card:#131b2e;--bg-card-hover:#1a243d;--bg-input:#1c273e;--border-color:#ffffff14;--border-focus:#e59e00;--brand-gold:#e59e00;--brand-gold-hover:#d97706;--brand-gold-glow:#e59e004d;--brand-green:#00873e;--brand-green-light:#10b981;--brand-green-glow:#10b9814d;--brand-blue:#38bdf8;--brand-blue-hover:#0284c7;--primary:#e59e00;--primary-hover:#d97706;--primary-glow:#e59e004d;--accent-success:#10b981;--accent-warning:#fbbf24;--accent-danger:#f87171;--text-main:#fff;--text-muted:#cbd5e1;--text-dim:#94a3b8;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-card:0 8px 32px 0 #00000073;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}html{-webkit-text-size-adjust:100%;font-size:13.5px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;font-size:.875rem;line-height:1.45;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#e59e00}.app-container{background:radial-gradient(circle at 10% 15%,#e59e0014 0%,#0000 40%),radial-gradient(circle at 90% 85%,#10b98114 0%,#0000 40%),radial-gradient(circle,#38bdf80a 0%,#0000 60%);min-height:100vh;display:flex}.main-wrapper{flex-direction:column;flex:1;min-width:0;display:flex}.content-area{flex:1;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem 2rem}.glass-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition);padding:1.25rem;position:relative}.glass-card:hover{border-color:#e59e004d;box-shadow:0 10px 36px #00000080,0 0 15px #e59e001a}.page-title{color:var(--text-main);letter-spacing:-.02em;align-items:center;gap:.65rem;font-size:1.4rem;font-weight:800;display:flex}.page-subtitle{color:var(--text-muted);margin-top:.2rem;font-size:.8rem}.brand-name-bharat{color:#e59e00;font-weight:800}.brand-name-ro{color:#10b981;font-weight:800}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);white-space:nowrap;border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:.45rem;padding:.45rem .95rem;font-size:.8rem;font-weight:600;display:inline-flex}.btn-primary{color:#0b0f19;box-shadow:0 4px 14px var(--brand-gold-glow);background:linear-gradient(135deg,#e59e00 0%,#d97706 100%);font-weight:700}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e59e0073}.btn-secondary{color:var(--text-main);border-color:var(--border-color);background:#ffffff0d}.btn-secondary:hover{background:#ffffff1a;border-color:#e59e0066}.btn-danger{color:var(--accent-danger);background:#f8717126;border-color:#f871714d}.btn-danger:hover{background:#f8717140}.input-group{flex-direction:column;gap:.375rem;display:flex}.input-label{color:#e2e8f0;letter-spacing:.01em;font-size:.85rem;font-weight:700}.input-field{background:var(--bg-input);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-main);transition:var(--transition);padding:.625rem .875rem;font-size:.875rem}.input-field:focus{border-color:var(--brand-gold);box-shadow:0 0 0 3px var(--brand-gold-glow);outline:none}.badge{border-radius:var(--radius-full);align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-success{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.badge-warning{color:#e59e00;background:#e59e0026;border:1px solid #e59e004d}.badge-danger{color:#f87171;background:#f8717126;border:1px solid #f871714d}.badge-info{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d}.table-container{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.data-table th{color:var(--text-muted);border-bottom:1px solid var(--border-color);background:#0f172a80;padding:.875rem 1rem;font-weight:600}.data-table td{color:var(--text-main);border-bottom:1px solid var(--border-color);padding:1rem}.data-table tbody tr:hover{background:#e59e0008}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:540px;max-height:90vh;box-shadow:var(--shadow-card);padding:2rem;position:relative;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border-color)!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-bottom:1.25rem!important;padding-bottom:.85rem!important;display:flex!important;position:relative!important}.modal-header h2,.modal-header h3,.modal-header h4{color:var(--text-main);align-items:center;gap:.5rem;font-weight:700;display:flex;margin:0!important}.cust-header-info{flex-wrap:wrap!important;align-items:center!important;gap:.75rem!important;display:flex!important}.close-btn,.btn-close{color:var(--text-muted)!important;cursor:pointer!important;background:#ffffff14!important;border:1px solid #ffffff26!important;border-radius:50%!important;outline:none!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;margin-left:auto!important;padding:0!important;transition:all .2s!important;display:flex!important}.close-btn:hover,.btn-close:hover{color:#f87171!important;background:#f8717140!important;border-color:#f8717166!important;transform:rotate(90deg)!important}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.services-container{width:100%;max-width:1500px;margin:0 auto}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-align{align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.flex-end{justify-content:flex-end;align-items:center;display:flex}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.grid-3{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.grid-4{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.glass-panel{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stat-card{align-items:center;gap:1rem;padding:1.25rem;display:flex}.stat-icon-wrap{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon-wrap.blue{color:#38bdf8;background:#38bdf826}.stat-icon-wrap.purple{color:#c084fc;background:#a855f726}.stat-icon-wrap.orange{color:#e59e00;background:#e59e0026}.stat-icon-wrap.green{color:#10b981;background:#10b98126}.stat-label{color:var(--text-muted);font-size:.8rem;font-weight:600}.stat-value{color:var(--text-main);font-size:1.5rem;font-weight:800}.sub-text{color:var(--text-muted);font-size:.75rem;font-weight:400}.tabs-header{border-bottom:1px solid var(--border-color);gap:.5rem;padding-bottom:.5rem;display:flex}.tab-btn{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;display:flex}.tab-btn:hover{color:var(--text-main);background:#ffffff0a}.tab-btn.active{color:#0b0f19;background:var(--brand-gold);font-weight:700}.service-card{transition:var(--transition);flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.service-card:hover{border-color:#e59e0066;transform:translateY(-2px)}.disabled-card{opacity:.6;filter:grayscale(.4)}.service-icon-bg{border-radius:var(--radius-sm);background:#e59e001f;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.service-name{color:var(--text-main);font-size:1.15rem;font-weight:700}.service-price{align-items:baseline;gap:.25rem;display:flex}.service-price .currency{color:#10b981;font-size:1rem;font-weight:700}.service-price .amount{color:#10b981;font-size:1.75rem;font-weight:800}.service-desc{min-height:40px;font-size:.85rem}.status-badge{border-radius:var(--radius-full);padding:.25rem .625rem;font-size:.75rem;font-weight:700}.badge-secondary{color:#94a3b8;background:#64748b33}.badge-cust{color:#38bdf8;background:#38bdf81a;border-radius:4px;padding:.2rem .5rem;font-family:monospace;font-size:.8rem}.btn-accent{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);font-weight:700}.btn-accent:hover{box-shadow:0 4px 14px #10b98166}.btn-outline{border:1px solid var(--border-color);color:var(--text-main);background:0 0}.btn-outline:hover{background:#ffffff14}.btn-danger-outline{color:#f87171;background:0 0;border:1px solid #f8717166}.btn-danger-outline:hover{background:#f8717126}.select-field,.select-field-sm{background:var(--bg-input);color:var(--text-main);border:1px solid var(--border-color);border-radius:var(--radius-sm);outline:none;padding:.5rem .75rem;font-size:.875rem}.select-field-sm{padding:.25rem .5rem;font-size:.8rem}.select-field:focus,.select-field-sm:focus{border-color:var(--brand-gold)}.custom-table{border-collapse:collapse;text-align:left;width:100%}.custom-table th{color:var(--text-muted);border-bottom:1px solid var(--border-color);background:#0f172a99;padding:.875rem 1rem;font-weight:700}.custom-table td{border-bottom:1px solid var(--border-color);padding:1rem}.custom-table tr:hover{background:#ffffff05}.toast-notification{border-radius:var(--radius-sm);z-index:2000;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-weight:600;animation:.3s ease-out slideIn;display:flex;position:fixed;top:1.5rem;right:1.5rem;box-shadow:0 10px 30px #00000080}.toast-notification.success{color:#a7f3d0;background:#065f46;border:1px solid #10b981}.toast-notification.error{color:#fecaca;background:#991b1b;border:1px solid #f87171}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.service-quick-box{transition:var(--transition)}.service-quick-box:hover{border-color:var(--brand-gold);box-shadow:0 4px 14px #e59e0026}.customer-services-wrapper{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.cust-stat-pill{border-radius:var(--radius-full);align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.7rem;font-weight:500;display:inline-flex}.cust-stat-pill.pill-gold{color:#fbbf24;background:#e59e001f;border:1px solid #e59e0040}.cust-stat-pill.pill-blue{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf840}.cust-stat-pill.pill-green{color:#34d399;background:#10b9811f;border:1px solid #10b98140}.cust-service-card{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition);background:#0f172ab3;flex-direction:column;justify-content:space-between;display:flex}.cust-serv-title{color:var(--text-main);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.cust-serv-desc{color:var(--text-muted);margin-bottom:.5rem;font-size:.775rem;line-height:1.35}.status-filter-pills{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:#0f172acc;padding:.2rem}.status-tab-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:4px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.75rem;font-weight:500;display:inline-flex}.status-tab-btn.active{background:var(--brand-gold);color:#0b0f19;font-weight:700}.cust-table-wrapper{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#0f172a80;overflow-x:auto}.cust-table-styled th{color:var(--text-muted);letter-spacing:.04em;border-bottom:1px solid var(--border-color);white-space:nowrap;background:#0f172ae6;padding:.65rem .9rem;font-size:.675rem;font-weight:600}.cust-table-styled td{border-bottom:1px solid var(--border-color);color:var(--text-main);vertical-align:middle;padding:.65rem .9rem}.cust-id-cell code{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.75rem}.cust-service-name{color:#f8fafc;font-size:.825rem;font-weight:600}.cust-price-cell{color:#34d399;font-size:.85rem;font-weight:700}.cust-date-cell{color:var(--text-muted);white-space:nowrap;font-size:.775rem}.status-dot{border-radius:50%;width:6px;height:6px}.badge-pending .status-dot{background:#fbbf24;box-shadow:0 0 5px #fbbf24}.badge-inprogress .status-dot{background:#38bdf8;box-shadow:0 0 5px #38bdf8}.badge-completed .status-dot{background:#34d399;box-shadow:0 0 5px #34d399}.badge-cancelled .status-dot{background:#f87171;box-shadow:0 0 5px #f87171}.filter-monitor-wrapper{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.5rem}.filter-main-icon-bg{border-radius:var(--radius-md);background:#e59e001f;border:1px solid #e59e0040;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.system-health-pill{border-radius:var(--radius-md);background:#10b9810d;border:1px solid #10b98140}.health-ring-mini{border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.health-ring-mini:after{content:"";background:var(--bg-card);border-radius:50%;position:absolute;inset:4px}.health-ring-val{z-index:1;color:#34d399;font-size:.75rem;font-weight:800;position:relative}.filter-stages-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1280px){.filter-stages-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.filter-stages-grid{grid-template-columns:1fr}}.stage-card{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition);background:#0f172a99;flex-direction:column;justify-content:space-between;padding:1.15rem;display:flex}.stage-card:hover{border-color:#e59e0059;transform:translateY(-2px);box-shadow:0 8px 20px #0006}.stage-emoji-bubble{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:flex}.stage-name{color:#f8fafc;font-size:.875rem;line-height:1.2}.stage-lifespan{color:var(--text-muted);font-size:.725rem}.stage-status-badge{border-radius:var(--radius-full);white-space:nowrap;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.badge-optimal{color:#6ee7b7;background:#10b98133;border:1px solid #10b98173;box-shadow:0 0 8px #10b98133}.badge-healthy{color:#7dd3fc;background:#38bdf833;border:1px solid #38bdf873;box-shadow:0 0 8px #38bdf833}.badge-warning-stage{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b73;box-shadow:0 0 8px #f59e0b33}.badge-critical{color:#fca5a5;background:#ef444440;border:1px solid #ef444480;box-shadow:0 0 8px #ef44444d}.btn-gold-outline{color:#fcd34d;background:#e59e0014;border:1px solid #e59e0066;border-radius:6px;padding:.25rem .65rem;font-weight:600;transition:all .2s}.btn-gold-outline:hover{color:#fff;background:#e59e0040;border-color:#e59e00;box-shadow:0 0 10px #e59e0059}.stage-progress-track{border-radius:var(--radius-full);background:#ffffff14;width:100%;height:9px;overflow:hidden}.stage-progress-bar{border-radius:var(--radius-full);height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.product-showcase-wrapper{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#0f172a80}.product-img-box{border-radius:var(--radius-sm);background:#0f172a;border:1px solid #e59e0040;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex;overflow:hidden}.product-card-thumb{object-fit:cover;width:100%;height:100%}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.service-requests-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.8rem}.service-requests-table th{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;background:#0f172ae6;border-bottom:1px solid #ffffff1a;padding:.75rem 1rem;font-size:.7rem;font-weight:700}.service-requests-table td{color:#f8fafc;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #ffffff0d;padding:.75rem 1rem}.service-requests-table tbody tr:hover{background:#e59e000d}.status-select-dropdown{color:#f8fafc;cursor:pointer;background:#1e293b;border:1px solid #e59e0066;border-radius:6px;outline:none;padding:.35rem .65rem;font-size:.775rem;font-weight:600;transition:all .2s}.status-select-dropdown:hover,.status-select-dropdown:focus{border-color:#e59e00;box-shadow:0 0 8px #e59e004d}.status-select-dropdown option{color:#f8fafc;background:#0f172a;padding:.5rem}.modal-tab-nav-bar{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#0f172ae6;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.35rem;display:flex}.modal-tab-btn{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:.45rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.modal-tab-btn:hover{color:var(--text-main);background:#ffffff0f}.modal-tab-btn.active{background:var(--brand-gold);color:#0b0f19;font-weight:700;box-shadow:0 4px 12px #e59e0040}.tab-pill-badge{text-transform:uppercase;color:#10b981;background:#10b98133;border:1px solid #10b9814d;border-radius:999px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.modal-tab-btn.active .tab-pill-badge{color:#0b0f19;background:#0b0f1940;border-color:#0b0f1966}.support-chat-thread{border-radius:var(--radius-md);background:#0b0f1999;border:1px solid #ffffff0d;flex-direction:column;gap:.75rem;max-height:260px;display:flex;overflow-y:auto}.chat-bubble-wrapper{width:100%;display:flex}.chat-bubble-wrapper.customer{justify-content:flex-start}.chat-bubble-wrapper.admin{justify-content:flex-end}.chat-bubble-wrapper.system{justify-content:center}.chat-system-pill{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:999px;padding:.25rem .75rem;font-size:.725rem;font-weight:500}.chat-bubble{border-radius:12px;max-width:80%;padding:.65rem .9rem;font-size:.8rem}.bubble-customer{color:#f8fafc;background:#0f172ae6;border:1px solid #38bdf84d;border-bottom-left-radius:2px}.bubble-admin{color:#f8fafc;background:#e59e0026;border:1px solid #e59e0059;border-bottom-right-radius:2px}.chat-meta{color:#94a3b8;border-bottom:1px solid #ffffff14;gap:.75rem;padding-bottom:.2rem;font-size:.675rem}.sender-tag{color:#fbbf24;font-weight:700}.bubble-customer .sender-tag{color:#38bdf8}.tds-ring-card{border-radius:var(--radius-md);background:#0f172a99;border:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;display:flex}.circle-gauge-wrapper{width:96px;height:96px;margin:0 auto;position:relative}.circle-gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.circle-bg{fill:none;stroke:#ffffff14;stroke-width:8px}.circle-bar{fill:none;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset 1s}.bar-amber{stroke:#fbbf24;filter:drop-shadow(0 0 6px #fbbf2480)}.bar-emerald{stroke:#10b981;filter:drop-shadow(0 0 6px #10b98180)}.bar-cyan{stroke:#38bdf8;filter:drop-shadow(0 0 6px #38bdf880)}.gauge-center-val{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.val-number{font-size:1.15rem;font-weight:800;line-height:1}.val-unit{color:#94a3b8;letter-spacing:.05em;margin-top:.15rem;font-size:.6rem;font-weight:700}.tech-avatar-circle{background:#e59e001f;border:1px solid #e59e004d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.review-user-avatar{background:#fbbf2426;border:1px solid #fbbf244d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.fill-gold{fill:#fbbf24;color:#fbbf24}.review-thumb-img{object-fit:cover;border-radius:var(--radius-sm);border:1px solid #ffffff26;width:100px;height:100px;transition:transform .2s,border-color .2s}.review-thumb-img:hover{border-color:var(--brand-gold);transform:scale(1.05);box-shadow:0 4px 14px #e59e004d}.customer-workspace-page{width:100%;max-width:1500px;margin:0 auto;animation:.25s ease-out fadeIn}.workspace-page-header{border-bottom:1px solid var(--border-color)}.modal-tab-nav-bar{border-radius:var(--radius-md);border:1px solid var(--border-color);white-space:nowrap;scrollbar-width:thin;background:#0f172ae6;align-items:center;gap:.5rem;padding:.45rem;display:flex;overflow-x:auto}.modal-tab-nav-bar::-webkit-scrollbar{height:4px}.modal-tab-nav-bar::-webkit-scrollbar-thumb{background:#e59e0066;border-radius:4px}.split-master-detail-wrapper{align-items:stretch;gap:1rem;width:100%;margin-top:.5rem;display:flex}.master-roster-column{flex-direction:column;flex-shrink:0;width:290px;min-width:280px;max-height:calc(100vh - 120px);display:flex}.master-customer-list{scrollbar-width:thin;max-height:calc(100vh - 230px);padding-right:2px;overflow-y:auto}.master-customer-list::-webkit-scrollbar{width:4px}.master-customer-list::-webkit-scrollbar-thumb{background:#e59e004d;border-radius:4px}.master-cust-card{border-radius:var(--radius-md);background:#0f172a80;border:1px solid #ffffff14;transition:all .2s}.master-cust-card:hover{background:#ffffff0d;border-color:#e59e004d;transform:translate(2px)}.master-cust-card.selected-cust-active{box-shadow:0 4px 14px #e59e0040;border-color:var(--brand-gold)!important;background:#e59e0026!important}.cust-card-avatar{object-fit:cover;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:38px;height:38px}.badge-pill-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.dot-success{background:#10b981;box-shadow:0 0 6px #10b98199}.dot-warning{background:#fbbf24;box-shadow:0 0 6px #fbbf2499}.detail-workspace-column{scrollbar-width:thin;flex:1;min-width:0;max-height:calc(100vh - 120px);overflow-y:auto}.swal2-glass-popup{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#0f172af2!important;border:1px solid #f59e0b4d!important;border-radius:16px!important;box-shadow:0 20px 40px #0009,0 0 20px #f59e0b26!important}.swal2-glass-title{color:#f8fafc!important;font-family:inherit!important;font-size:1.35rem!important;font-weight:700!important}.swal2-html-container{color:#cbd5e1!important;font-size:.95rem!important}.swal2-glass-btn{border-radius:8px!important;padding:.6rem 1.5rem!important;font-weight:600!important;box-shadow:0 4px 12px #0000004d!important}.swal2-glass-cancel-btn{border-radius:8px!important;padding:.6rem 1.5rem!important;font-weight:600!important}.ro-services-main-card{margin-top:1.5rem!important;margin-bottom:1.5rem!important;padding:1.75rem!important}.ro-services-header-bar{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.available-services-catalog{margin-bottom:2rem}.services-catalog-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.services-grid-layout{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.cust-service-card{background:#0f172aa6;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.cust-service-card:hover{border-color:#e59e0066;transform:translateY(-3px);box-shadow:0 10px 25px #00000080,0 0 15px #e59e0026}.cust-serv-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cust-serv-badge{text-transform:uppercase;letter-spacing:.05em;color:#fcd34d;background:#e59e0026;border:1px solid #e59e004d;border-radius:6px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.cust-serv-price{color:#34d399;font-size:1.15rem;font-weight:800}.cust-serv-title{color:#f8fafc;margin:0 0 .4rem;font-size:1rem;font-weight:700}.cust-serv-desc{color:#94a3b8;flex-grow:1;margin-bottom:1.25rem;font-size:.8rem;line-height:1.45}.cust-serv-footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:.85rem;display:flex}.cust-book-btn{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#e59e00 0%,#d97706 100%);border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #e59e004d}.cust-book-btn:hover{transform:scale(1.03);box-shadow:0 6px 16px #e59e0073}.my-requests-tracker-section{border-top:1px solid #ffffff14!important;margin-top:1.75rem!important;padding-top:1.75rem!important}.status-filter-pills{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.status-tab-btn{color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.4rem;padding:.38rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.status-tab-btn:hover{color:#f8fafc;background:#ffffff1f}.status-tab-btn.active{color:#0f172a;background:#e59e00;border-color:#e59e00;font-weight:700;box-shadow:0 4px 12px #e59e004d}.tab-count{background:#00000040;border-radius:999px;padding:.1rem .45rem;font-size:.7rem}.status-tab-btn.active .tab-count{color:#0f172a;background:#0f172a4d}.cust-table-wrapper{border:1px solid #ffffff14;border-radius:12px;overflow-x:auto;margin-top:1.25rem!important}.cust-table-styled{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.cust-table-styled th{color:#94a3b8;letter-spacing:.05em;white-space:nowrap;background:#0f172ad9;border-bottom:1px solid #ffffff1a;font-size:.75rem;font-weight:700;padding:1rem 1.25rem!important}.cust-table-styled td{color:#f8fafc;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #ffffff0d;padding:1rem 1.25rem!important}.cust-table-styled tbody tr:hover{background:#e59e000a}.cust-id-cell code{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf840;border-radius:6px;padding:.25rem .65rem;font-family:monospace;font-size:.8rem;font-weight:600}.cust-service-name{color:#f8fafc;font-weight:700}.cust-price-cell{color:#34d399;font-weight:800}.cust-date-cell{color:#94a3b8}.cust-status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.cust-status-badge .status-dot{border-radius:50%;width:7px;height:7px}.badge-pending{color:#fcd34d;background:#f59e0b26;border:1px solid #f59e0b4d}.badge-pending .status-dot{background:#fcd34d}.badge-inprogress{color:#7dd3fc;background:#38bdf826;border:1px solid #38bdf84d}.badge-inprogress .status-dot{background:#7dd3fc}.badge-completed{color:#6ee7b7;background:#10b98126;border:1px solid #10b9814d}.badge-completed .status-dot{background:#6ee7b7}.badge-cancelled{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d}.badge-cancelled .status-dot{background:#fca5a5}
