*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #3b82f6;--primary-hover: #2563eb;--danger: #ef4444;--danger-hover: #dc2626;--success: #10b981;--warning: #f59e0b;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--sidebar-width: 240px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--gray-800);background:var(--gray-50)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg,var(--gray-900) 0%,#0f172a 100%);color:#fff;position:fixed;top:0;left:0;bottom:0;display:flex;flex-direction:column;overflow:hidden}.sidebar-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--gray-700);border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--gray-600)}.logo{padding:1.25rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.logo-icon{width:38px;height:38px;background:linear-gradient(135deg,var(--primary) 0%,#818cf8 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #3b82f64d}.logo-text{font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:-.01em}.nav-container{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:.5rem 0}.nav-section{padding:.5rem 0;flex-shrink:0}.nav-section-title{display:block;padding:.625rem 1.25rem .375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500)}.nav-section-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.06);padding-top:.5rem;flex-shrink:0}.nav-links{list-style:none;padding:0;margin:0}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;margin:2px .75rem;border-radius:8px;color:var(--gray-400);transition:all .15s ease;font-size:.875rem;font-weight:450;text-decoration:none}.nav-link:hover{background:#ffffff0f;color:#fff;text-decoration:none}.nav-link.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #3b82f640}.nav-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;opacity:.8}.nav-link:hover .nav-icon,.nav-link.active .nav-icon{opacity:1}.nav-text{flex:1}.nav-link.nav-external{color:var(--gray-400)}.nav-link.nav-external:hover{background:#ffffff0f;color:#fff}.nav-link .external-icon{opacity:.4;flex-shrink:0;margin-left:auto}.nav-link:hover .external-icon{opacity:.7}.content{flex:1;margin-left:var(--sidebar-width);padding:2rem;max-width:calc(100vw - var(--sidebar-width));background:var(--gray-50);min-height:100vh}.page{max-width:1400px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:600;color:var(--gray-900)}.header-actions{display:flex;gap:.5rem}.back-link{display:inline-block;font-size:.875rem;color:var(--gray-500);margin-bottom:.5rem}.back-link:hover{color:var(--primary)}.subtitle{color:var(--gray-500);margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:1px solid var(--gray-300);background:#fff;color:var(--gray-700);cursor:pointer;transition:all .15s}.btn:hover{background:var(--gray-50);text-decoration:none}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-sm{padding:.25rem .5rem;font-size:.75rem}.card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.card h2{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--gray-100)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stat-value{font-size:2rem;font-weight:700;color:var(--gray-900)}.stat-label{font-size:.875rem;color:var(--gray-500);margin-top:.25rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.pipeline-bars{display:flex;flex-direction:column;gap:.75rem}.pipeline-item{display:grid;grid-template-columns:120px 1fr 100px;gap:1rem;align-items:center}.pipeline-label{display:flex;flex-direction:column}.stage-name{font-weight:500;text-transform:capitalize}.stage-count{font-size:.75rem;color:var(--gray-500)}.pipeline-bar-container{background:var(--gray-100);border-radius:.25rem;height:8px;overflow:hidden}.pipeline-bar{height:100%;border-radius:.25rem;transition:width .3s}.pipeline-value{text-align:right;font-weight:500}.recent-list{display:flex;flex-direction:column}.recent-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100);color:inherit}.recent-item:last-child{border-bottom:none}.recent-item:hover{text-decoration:none}a.recent-item:hover{background:var(--gray-50);margin:0 -1rem;padding-left:1rem;padding-right:1rem}.recent-item-main{flex:1;min-width:0}.recent-item-title{display:block;font-weight:500;color:var(--gray-900)}.recent-item-subtitle{display:block;font-size:.875rem;color:var(--gray-500)}.recent-item-meta{display:flex;align-items:center;gap:.75rem}.activity-icon{font-size:1.25rem}.stage-badge{display:inline-block;padding:.125rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px;text-transform:capitalize}.stage-badge.stage-lead{background:var(--gray-100);color:var(--gray-700)}.stage-badge.stage-qualified{background:#dbeafe;color:#1d4ed8}.stage-badge.stage-proposal{background:#ede9fe;color:#6d28d9}.stage-badge.stage-negotiation{background:#fef3c7;color:#b45309}.stage-badge.stage-won{background:#d1fae5;color:#047857}.stage-badge.stage-lost{background:#fee2e2;color:#b91c1c}.table-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem 1rem;text-align:left}.table th{background:var(--gray-50);font-weight:600;color:var(--gray-600);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--gray-200)}.table td{border-bottom:1px solid var(--gray-100)}.table tr:last-child td{border-bottom:none}.table tr:hover{background:var(--gray-50)}.table .actions{display:flex;gap:.5rem}.table .link{font-weight:500}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.detail-list{display:grid;gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item.full-width{grid-column:1 / -1}.detail-item dt{font-size:.75rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.detail-item dd{color:var(--gray-900)}.link-list{list-style:none}.link-list li{border-bottom:1px solid var(--gray-100)}.link-list li:last-child{border-bottom:none}.link-list a{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:inherit}.link-list a:hover{text-decoration:none}.link-list-title{font-weight:500;color:var(--gray-900)}.link-list-subtitle{font-size:.875rem;color:var(--gray-500)}.link-list-meta{display:flex;align-items:center;gap:.75rem}.stage-selector{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.stage-btn{padding:.5rem 1rem;border:2px solid var(--gray-200);background:#fff;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.stage-btn:hover{border-color:var(--gray-400)}.stage-btn.active{border-color:var(--primary);background:var(--primary);color:#fff}.timeline{list-style:none;position:relative}.timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--gray-200)}.timeline-item{display:flex;gap:1rem;padding:.75rem 0;position:relative}.timeline-marker{width:16px;height:16px;border-radius:50%;background:var(--gray-400);border:2px solid white;z-index:1;flex-shrink:0}.timeline-marker[data-type=call]{background:var(--success)}.timeline-marker[data-type=email]{background:var(--primary)}.timeline-marker[data-type=meeting]{background:var(--warning)}.timeline-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.timeline-type{font-size:.75rem;font-weight:500;text-transform:uppercase;color:var(--gray-500)}.timeline-subject{font-weight:500;color:var(--gray-900)}.timeline-date{font-size:.75rem;color:var(--gray-400)}.pipeline-container{max-width:none;padding:0}.pipeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.pipeline-header h1{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.pipeline-subtitle{font-size:.875rem;color:var(--gray-500);margin:0}.pipeline-header-right{display:flex;gap:.75rem}.pipeline-header-right .btn{display:inline-flex;align-items:center;gap:.5rem}.pipeline-header-right .btn svg{flex-shrink:0}.pipeline-summary{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.pipeline-stat{background:#fff;border-radius:.75rem;padding:1rem 1.5rem;box-shadow:0 1px 3px #00000014;min-width:150px;border:1px solid var(--gray-100)}.pipeline-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--gray-900);line-height:1.2}.pipeline-stat-label{display:block;font-size:.75rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.pipeline-stat-won .pipeline-stat-value{color:var(--success)}.pipeline-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:1rem;color:var(--gray-500)}.pipeline-loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pipeline-board{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;min-height:calc(100vh - 320px)}.pipeline-board::-webkit-scrollbar{height:8px}.pipeline-board::-webkit-scrollbar-track{background:var(--gray-100);border-radius:4px}.pipeline-board::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px}.pipeline-board::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.pipeline-column{flex:0 0 300px;background:var(--gray-50);border-radius:.75rem;display:flex;flex-direction:column;max-height:calc(100vh - 280px);border:1px solid var(--gray-200);transition:all .2s ease}.pipeline-column-dragging{opacity:.9}.pipeline-column-drop-target{background:var(--gray-100);border-color:var(--primary);border-style:dashed;border-width:2px}.pipeline-column-header{padding:1rem;background:#fff;border-radius:.75rem .75rem 0 0;border-top:4px solid var(--gray-400);display:flex;justify-content:space-between;align-items:center}.pipeline-column-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--gray-800)}.pipeline-column-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.375rem;font-size:.875rem}.pipeline-column-badge{font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:9999px;min-width:24px;text-align:center}.pipeline-column-stats{padding:.75rem 1rem;background:#fff;border-bottom:1px solid var(--gray-100);display:flex;justify-content:space-between;align-items:center}.pipeline-column-total{font-size:1rem;font-weight:700;color:var(--gray-900)}.pipeline-column-avg{font-size:.75rem;color:var(--gray-500)}.pipeline-column-body{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-height:100px}.pipeline-column-body>*{transition:transform .2s ease,opacity .2s ease}.pipeline-column-body::-webkit-scrollbar{width:6px}.pipeline-column-body::-webkit-scrollbar-track{background:transparent}.pipeline-column-body::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.pipeline-card{background:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #00000014;cursor:grab;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease;border:1px solid var(--gray-100);will-change:transform,box-shadow}.pipeline-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px);border-color:var(--gray-200)}.pipeline-card:active{cursor:grabbing}.pipeline-card-dragging{opacity:.4;transform:scale(.98);box-shadow:0 8px 24px #00000026;pointer-events:none}.pipeline-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.pipeline-card-title{font-weight:600;font-size:.875rem;color:var(--gray-900);line-height:1.3;flex:1}.pipeline-card-title:hover{color:var(--primary);text-decoration:none}.pipeline-card-value{font-size:.875rem;font-weight:700;color:var(--success);white-space:nowrap;background:#d1fae5;padding:.125rem .5rem;border-radius:.25rem}.pipeline-card-company,.pipeline-card-contact{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--gray-600);margin-bottom:.375rem}.pipeline-card-company svg,.pipeline-card-contact svg{color:var(--gray-400);flex-shrink:0}.pipeline-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--gray-100)}.pipeline-card-date{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--gray-500)}.pipeline-card-date svg{color:var(--gray-400)}.pipeline-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;color:var(--gray-400);font-size:.875rem;text-align:center;border:2px dashed var(--gray-200);border-radius:.5rem;margin:.25rem}.pipeline-drop-indicator{background:var(--primary);background:linear-gradient(135deg,var(--primary) 0%,#60a5fa 100%);color:#fff;border-radius:.5rem;padding:1rem;text-align:center;font-weight:500;font-size:.875rem;border:2px dashed white;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200)}.modal-header h2{font-size:1.125rem;font-weight:600;margin:0;border:none;padding:0}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-400);line-height:1}.modal-close:hover{color:var(--gray-600)}.modal-body{padding:1.5rem}.form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.form-group input,.form-group select,.form-group textarea{padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:.875rem;transition:border-color .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.loading{display:flex;align-items:center;justify-content:center;height:200px;color:var(--gray-400)}.empty{color:var(--gray-400);font-style:italic;padding:1rem 0;text-align:center}.error{color:var(--danger);padding:2rem;text-align:center}.deal-value{font-size:1.25rem;font-weight:600;color:var(--success)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-800) 100%);padding:1rem}.login-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:400px;overflow:hidden}.login-header{text-align:center;padding:2.5rem 2rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,#2563eb 100%);color:#fff}.login-logo{width:48px;height:48px;margin-bottom:1rem}.login-header h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.login-subtitle{font-size:.875rem;opacity:.9;margin:0}.login-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:1rem 1.5rem 0;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#b91c1c;font-size:.875rem}.login-error svg{width:20px;height:20px;flex-shrink:0}.login-form{padding:1.5rem 2rem 2rem}.login-form .form-group{margin-bottom:1rem}.login-form .form-group label{display:block;margin-bottom:.375rem;font-weight:500;color:var(--gray-700)}.login-form .form-group input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:all .15s}.login-form .form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f626}.login-form .form-group input:disabled{background:var(--gray-100);cursor:not-allowed}.login-btn{width:100%;padding:.75rem 1rem;margin-top:.5rem;font-size:1rem;font-weight:600}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-footer{padding:1rem 2rem 1.5rem;text-align:center;border-top:1px solid var(--gray-100)}.login-footer p{font-size:.75rem;color:var(--gray-500);margin:0}.login-footer code{background:var(--gray-100);padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;color:var(--gray-700)}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gray-50);gap:1rem;color:var(--gray-500)}.loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.sidebar-user{padding:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;background:#00000026}.user-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.user-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--primary) 0%,#818cf8 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0;box-shadow:0 2px 6px #3b82f64d}.user-details{display:flex;flex-direction:column;gap:1px;min-width:0}.user-name{font-weight:500;color:#fff;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.user-role{font-size:.6875rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.logout-btn{background:#ffffff0d;border:none;color:var(--gray-400);padding:.5rem;cursor:pointer;border-radius:8px;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.logout-btn:hover{background:#ef444426;color:#f87171}.logout-btn:active{background:#ef444440}.user-table-name{display:flex;align-items:center;gap:.75rem}.user-table-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;flex-shrink:0}.user-you-badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--gray-100);color:var(--gray-600);padding:.125rem .375rem;border-radius:.25rem;margin-left:.5rem}.status-toggle,.role-toggle{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;border-radius:9999px;border:none;cursor:pointer;transition:all .15s}.status-toggle:disabled,.role-toggle:disabled{opacity:.5;cursor:not-allowed}.status-toggle.active{background:#d1fae5;color:#047857}.status-toggle.active:hover:not(:disabled){background:#a7f3d0}.status-toggle.inactive{background:#fee2e2;color:#b91c1c}.status-toggle.inactive:hover:not(:disabled){background:#fecaca}.role-toggle.admin{background:#dbeafe;color:#1d4ed8}.role-toggle.admin:hover:not(:disabled){background:#bfdbfe}.role-toggle.user{background:var(--gray-100);color:var(--gray-700)}.role-toggle.user:hover:not(:disabled){background:var(--gray-200)}.modal-description{color:var(--gray-600);margin-bottom:1rem;font-size:.875rem}.modal-description strong{color:var(--gray-900)}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding-right:2.75rem}.password-toggle{position:absolute;right:.5rem;background:none;border:none;padding:.375rem;cursor:pointer;color:var(--gray-400);display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.password-toggle:hover{color:var(--gray-600);background:var(--gray-100)}.password-toggle:active{background:var(--gray-200)}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:var(--gray-900);color:#fff;align-items:center;padding:0 1rem;gap:1rem;z-index:100;box-shadow:0 2px 8px #00000026}.hamburger-btn{background:none;border:none;color:#fff;padding:.5rem;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s}.hamburger-btn:hover{background:#ffffff1a}.mobile-logo{font-size:1.125rem;font-weight:700}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:199}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.pipeline-column{flex:0 0 280px}.detail-grid{grid-template-columns:1fr}}@media(max-width:768px){.mobile-header{display:flex}.sidebar-overlay{display:block}.sidebar{transform:translate(-100%);transition:transform .3s ease;z-index:200}.sidebar.sidebar-open{transform:translate(0)}.content{margin-left:0;padding:1rem;padding-top:calc(56px + 1rem);max-width:100vw}.page-header{flex-direction:column;gap:1rem}.page-header h1{font-size:1.5rem}.header-actions{width:100%;flex-wrap:wrap}.header-actions .btn{flex:1;min-width:120px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.card{padding:1rem}.table-container{overflow-x:auto}.table{min-width:600px}.form-row{grid-template-columns:1fr}.modal{max-width:calc(100% - 2rem);margin:1rem}.pipeline-board{padding-bottom:1.5rem}.pipeline-column{flex:0 0 260px}.pipeline-summary{flex-wrap:wrap;gap:.75rem}.pipeline-stat{flex:1;min-width:140px;padding:.75rem 1rem}.pipeline-item{grid-template-columns:100px 1fr 80px;gap:.5rem}.login-card{margin:1rem;max-width:calc(100% - 2rem)}.login-header{padding:2rem 1.5rem 1.25rem}.login-form{padding:1.25rem 1.5rem 1.5rem}}@media(max-width:480px){.content{padding:.75rem;padding-top:calc(56px + .75rem)}.page-header h1{font-size:1.25rem}.stats-grid{grid-template-columns:1fr}.header-actions{flex-direction:column}.header-actions .btn{width:100%}.btn{padding:.625rem 1rem}.card{padding:.875rem;border-radius:.375rem}.card h2{font-size:.9375rem}.table th,.table td{padding:.5rem .75rem;font-size:.8125rem}.pipeline-column{flex:0 0 240px;max-height:calc(100vh - 200px)}.pipeline-card{padding:.75rem}.pipeline-card-title{font-size:.8125rem}.recent-item{padding:.625rem 0}.modal-header{padding:.875rem 1rem}.modal-body{padding:1rem}.form-group input,.form-group select,.form-group textarea{font-size:16px}.login-header h1{font-size:1.25rem}.login-form .form-group input{font-size:16px}}
