*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#001330;--bg2:#001a3d;--card:#062552;--card2:#0b2f66;--cyan:#96dcf9;--yellow:#fbbf24;--text:#eef6ff;--muted:#c6d5e6;--muted2:#9fb3ca;--border:#ffffff1f;--shadow:0 12px 34px #00000057;--shadow2:0 16px 46px #0000006b}.sales-dashboard{background:#001330;background:var(--bg);color:#eef6ff;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh}.dashboard-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#001330eb;border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.dashboard-navbar-brand{align-items:center;color:inherit;display:flex;gap:1rem;text-decoration:none}.dashboard-logo-img{height:50px;width:auto}.dashboard-brand-text{line-height:1.2}.dashboard-brand-name{color:#96dcf9;color:var(--cyan);font-size:1.25rem;font-weight:700;text-shadow:0 0 22px #96dcf92e}.brand-yellow{color:#fbbf24;color:var(--yellow);text-shadow:0 0 22px #fbbf2429}.user-info{align-items:center;display:flex;gap:1.5rem}.user-email{color:#eef6ffc7;font-size:.95rem}.logout-btn{background:#fbbf24;background:var(--yellow);border:none;border-radius:9999px;box-shadow:0 0 0 .25rem #fbbf2438;color:#072245;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .2s}.logout-btn:hover{background:#ffd166;transform:translateY(-1px)}.dashboard-content{margin:0 auto;max-width:1400px;padding:2rem}.welcome-section{margin-bottom:2rem}.welcome-section h2{color:#eef6ff;color:var(--text);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.welcome-section p{color:#c6d5e6;color:var(--muted);font-size:1.125rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{align-items:center;background:linear-gradient(180deg,#062552eb,#062552c7);border:1px solid #ffffff1f;border:1px solid var(--border);border-radius:1rem;box-shadow:0 12px 34px #00000057;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.5rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.stat-card:hover{background:linear-gradient(180deg,#0b2f66eb,#062552c7);border-color:#96dcf933;box-shadow:0 16px 46px #0000006b;box-shadow:var(--shadow2);transform:translateY(-3px)}.stat-icon{align-items:center;background:#96dcf91f;border:1px solid #96dcf938;border-radius:16px;box-shadow:0 0 0 .25rem #96dcf90f;color:#96dcf9;color:var(--cyan);display:inline-flex;flex:0 0 auto;font-size:1.5rem;height:56px;justify-content:center;width:56px}.stat-info{flex:1 1}.stat-info h3{color:#9fb3ca;color:var(--muted2);font-size:.875rem;font-weight:500;margin:0 0 .25rem}.stat-value{color:#eef6ff;color:var(--text);font-size:2rem;font-weight:700;margin:0}.content-section{background:linear-gradient(180deg,#062552eb,#062552c7);border:1px solid #ffffff1f;border:1px solid var(--border);border-radius:1rem;box-shadow:0 12px 34px #00000057;box-shadow:var(--shadow);padding:1.5rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.content-section:hover{background:linear-gradient(180deg,#0b2f66eb,#062552c7);border-color:#96dcf933;box-shadow:0 16px 46px #0000006b;box-shadow:var(--shadow2);transform:translateY(-3px)}.content-section h3{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--border);color:#eef6ff;color:var(--text);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;margin-top:0;padding-bottom:1rem}.deals-list{display:flex;flex-direction:column;gap:1rem}.deal-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;display:flex;justify-content:space-between;padding:1rem;transition:all .2s}.deal-item:hover{background:#ffffff14;border-color:#96dcf94d}.deal-info{flex:1 1}.deal-info strong{color:#eef6ff;color:var(--text);display:block;font-weight:600;margin-bottom:.25rem}.deal-value{color:#9fb3ca;color:var(--muted2);font-size:.9rem}.deal-stage{background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.deal-stage.success{background:#4ade8026;border-color:#4ade804d;color:#4ade80}.deal-stage.pending{background:#fbbf2426;border-color:#fbbf244d;color:#fbbf24;color:var(--yellow)}@media (max-width:768px){.dashboard-content{padding:1rem}.header-content{padding:0 1rem}.welcome-section h2{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}.App{min-height:100vh}
/*# sourceMappingURL=main.e53f456f.css.map*/