@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary-orange:#ff5000;--orange-hover:#e04600;--bg-slate:#f8fafc;--text-dark:#0f172a;--text-muted:#64748b;--border-light:#e2e8f0;--card-bg:#fff}*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}body{background-color:var(--bg-slate);color:var(--text-dark);-webkit-font-smoothing:antialiased}.app-container{min-height:100vh;display:flex;position:relative}.main-wrapper{flex-direction:column;flex:1;min-width:0;display:flex}.content-body{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:16px 20px}.header-hero{z-index:900;color:#fff;background:#0f172a;border-bottom:1px solid #ffffff1a;width:100%;transition:transform .3s;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.header-hero.header-hidden{transform:translateY(-100%)}.header-compact{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:10px 18px;display:flex}.header-brand-group{align-items:center;gap:10px;display:flex}.mobile-burger-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.header-app-name{color:#fff;letter-spacing:.5px;font-size:14px;font-weight:800}.sidebar{color:#fff;z-index:1050;background:#0f172a;flex-direction:column;flex-shrink:0;gap:16px;width:260px;padding:20px 16px;transition:transform .3s;display:flex}.sidebar-brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;padding-bottom:12px;display:flex}.brand-logo-circle{color:#fff;background:#ff5000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex}.brand-title{letter-spacing:.5px;color:#fff;font-size:14px;font-weight:800}.brand-sub{color:#94a3b8;font-size:9px;font-weight:600}.mobile-close-btn{cursor:pointer;background:0 0;border:none;margin-left:auto;display:none}.role-active-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;padding:10px}.role-active-badge{color:#ff5000;font-size:10px;font-weight:800}.role-menu-counter{color:#94a3b8;margin-top:2px;font-size:9px}.sidebar-nav{flex-direction:column;gap:6px;display:flex}.nav-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#ff5000}.active-dot{background:#fff;border-radius:50%;width:6px;height:6px}.role-switcher-badge{background:#ffffff1a;border-radius:99px;padding:3px;display:inline-flex}.role-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:99px;padding:4px 10px;font-size:10px;font-weight:800;transition:all .2s}.role-btn.active{background:#ff5000;color:#fff!important}.grid-2{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:16px;padding:16px 20px;box-shadow:0 1px 3px #0f172a0a}.card-title{justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;font-weight:800;display:flex}.card-orange-hero{color:#fff!important;background:linear-gradient(135deg,#ff5000 0%,#e04600 100%)!important;border:none!important;box-shadow:0 4px 14px #ff500040!important}.currency-amount{white-space:nowrap;letter-spacing:-.2px;font-size:clamp(12px,3.4vw,15px);font-weight:800;line-height:1.2}.circular-ring-container{justify-content:center;align-items:center;display:flex;position:relative}.circular-ring-container .ring-text{font-size:9px;font-weight:800;position:absolute}.milestone-tracker{white-space:nowrap;-webkit-overflow-scrolling:touch;justify-content:space-between;align-items:flex-start;gap:16px;margin:16px 0;padding:8px 4px 10px;display:flex;position:relative;overflow-x:auto}.milestone-step{z-index:1;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;min-width:96px;display:flex}.milestone-circle{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:flex}.milestone-step.completed .milestone-circle{color:#fff;background:#10b981}.milestone-step.active .milestone-circle{color:#fff;background:#ff5000;box-shadow:0 0 0 3px #ff500033}.milestone-name{color:#64748b;text-align:center;font-size:10px;font-weight:700;white-space:nowrap!important}.btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary-orange);color:#fff}.btn-primary:hover{background:var(--orange-hover)}.btn-outline{border:1px solid var(--border-light);color:var(--text-dark);background:0 0}.btn-outline:hover{background:var(--bg-slate)}.badge{white-space:nowrap;border-radius:6px;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.badge-navy{color:#fff;background:#0f172a}.badge-orange{color:#ff5000;background:#ff50001a}.badge-success{color:#10b981;background:#10b9811a}.badge-warning{color:#f59e0b;background:#f59e0b1a}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-card{box-sizing:border-box;background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:20px;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;overflow-x:hidden!important}.modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.modal-title{font-size:15px;font-weight:800}.form-group{margin-bottom:12px}.form-label{color:var(--text-dark);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.form-input,.form-select,.form-textarea{border:1px solid var(--border-light);width:100%;color:var(--text-dark);background:#fff;border-radius:8px;outline:none;padding:8px 12px;font-family:inherit;font-size:12px;transition:border-color .15s;max-width:100%!important}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary-orange)}.form-textarea{resize:vertical;min-height:52px}.mobile-bottom-nav{border-top:1px solid var(--border-light);z-index:900;background:#fff;height:60px;padding:0 8px;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-nav-btn{color:var(--text-muted);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:9px;font-weight:700;display:flex}.mobile-nav-btn.active{color:var(--primary-orange)}.mobile-fab-center-btn{background:var(--primary-orange);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-top:-20px;display:flex;box-shadow:0 4px 10px #ff50004d}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:12px}.table th,.table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:10px 12px;white-space:nowrap!important}.table th{color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:700}@media (width>=769px){.mobile-burger-btn{display:none!important}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.sidebar{width:270px;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px #0000004d}.sidebar.mobile-open{transform:translate(0)}.mobile-close-btn{display:block!important}.desktop-only-btn{display:none!important}.mobile-bottom-nav{justify-content:space-around;align-items:center;display:flex}.content-body{padding-bottom:80px}}
