@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0d13;--bg2: #111620;--bg3: #1a2030;--bg4: #1e2638;--border: rgba(255,255,255,.08);--border-hover: rgba(255,255,255,.15);--teal: #00d4aa;--teal-dim: rgba(0,212,170,.12);--teal-border: rgba(0,212,170,.3);--purple: #7c6af7;--purple-dim: rgba(124,106,247,.15);--text: #e8eaf0;--text-muted: #7a8399;--text-dim: #4a5568;--red: #e05a5a;--red-dim: rgba(224,90,90,.15);--orange: #f0a050;--orange-dim: rgba(240,160,80,.15);--font: "Inter", system-ui, -apple-system, sans-serif;--radius: 10px;--radius-sm: 6px;--radius-lg: 16px;--shadow: 0 4px 24px rgba(0,0,0,.4);--shadow-sm: 0 2px 8px rgba(0,0,0,.3)}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}a,a:link,a:visited,a:hover,a:active{color:inherit;text-decoration:none}button,input,textarea,select{font-family:var(--font)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bg3)}.spinner{width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--teal);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner-sm{width:16px;height:16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{display:flex;align-items:center;justify-content:center;height:100vh}.page-loading{display:flex;align-items:center;justify-content:center;padding:4rem}.list-empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.875rem}.btn-teal{display:inline-flex;align-items:center;gap:6px;padding:.6rem 1.25rem;background:var(--teal);color:#0a0d13;font-weight:600;font-size:.875rem;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:opacity .2s;white-space:nowrap}.btn-teal:hover:not(:disabled){opacity:.88}.btn-teal:disabled{opacity:.45;cursor:not-allowed}.btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:.6rem 1.25rem;background:transparent;color:var(--text-muted);font-weight:500;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;white-space:nowrap}.btn-ghost:hover:not(:disabled){border-color:var(--border-hover);color:var(--text)}.btn-ghost:disabled{opacity:.4;cursor:not-allowed}.btn-danger{display:inline-flex;align-items:center;gap:6px;padding:.6rem 1.25rem;background:var(--red-dim);color:var(--red);font-weight:500;font-size:.875rem;border:1px solid rgba(224,90,90,.25);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;white-space:nowrap}.btn-danger:hover:not(:disabled){background:#e05a5a40}.btn-sm{padding:.4rem .875rem;font-size:.8rem}.btn-primary{width:100%;padding:.75rem;background:var(--teal);color:#0a0d13;font-weight:600;font-size:.9rem;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s;margin-top:.5rem}.btn-primary:hover{opacity:.88}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-logout{background:none;border:1px solid var(--border);color:var(--text-muted);padding:5px 14px;border-radius:var(--radius-sm);font-size:.8rem;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-logout:hover{border-color:var(--border-hover);color:var(--text)}.field{margin-bottom:1rem}.field-label,.field label{display:block;font-size:.75rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.field-input,.field input{width:100%;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .875rem;color:var(--text);font-size:.9rem;outline:none;transition:border-color .2s}.field-input:focus,.field input:focus{border-color:var(--teal)}.field-input::placeholder,.field input::placeholder{color:var(--text-muted)}.field-textarea,textarea{width:100%;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .875rem;color:var(--text);font-size:.875rem;outline:none;resize:vertical;transition:border-color .2s;line-height:1.6}.field-textarea:focus,textarea:focus{border-color:var(--teal)}.field-textarea::placeholder,textarea::placeholder{color:var(--text-muted)}.form-error{color:var(--red);font-size:.8rem;margin-bottom:.75rem}.form-success{color:var(--teal);font-size:.8rem;margin-bottom:.75rem}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 0%,rgba(0,212,170,.06) 0%,transparent 60%)}.login-card{width:100%;max-width:420px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem}.login-logo{display:flex;align-items:baseline;gap:8px;margin-bottom:1.75rem}.logo-text{font-size:1.6rem;font-weight:700;color:var(--teal);letter-spacing:-.02em}.logo-sub{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.login-card h1{font-size:1.4rem;font-weight:600}.login-sub{color:var(--text-muted);font-size:.875rem;margin-top:4px;margin-bottom:1.75rem}.page-container{padding:2rem;max-width:1200px;width:100%}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;gap:1rem}.page-header-actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.page-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.page-sub{color:var(--text-muted);font-size:.875rem;margin-top:4px}.section{margin-top:2rem}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.stats-grid--sm{grid-template-columns:repeat(3,1fr)}.stat-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;position:relative;overflow:hidden;transition:border-color .2s}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.stat-card--teal:before{background:var(--teal)}.stat-card--purple:before{background:var(--purple)}.stat-card--red:before{background:var(--red)}.stat-card--orange:before{background:var(--orange)}.stat-card:hover{border-color:var(--border-hover)}.stat-value{font-size:2rem;font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:.5rem;display:flex;align-items:center}.stat-card--teal .stat-value{color:var(--teal)}.stat-card--purple .stat-value{color:var(--purple)}.stat-card--red .stat-value{color:var(--red)}.stat-card--orange .stat-value{color:var(--orange)}.stat-label{font-size:.875rem;font-weight:500;color:var(--text)}.stat-sub{font-size:.75rem;color:var(--text-muted);margin-top:2px}.stat-link{display:block;font-size:.75rem;color:var(--teal);margin-top:.75rem;opacity:.8;transition:opacity .2s}.stat-link:hover{opacity:1}.activity-feed{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.activity-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;border-bottom:1px solid var(--border);transition:background .15s}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:var(--bg3)}.activity-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-icon--contact{background:var(--teal-dim);color:var(--teal)}.activity-icon--ticket{background:var(--purple-dim);color:var(--purple)}.activity-icon--note{background:var(--orange-dim);color:var(--orange)}.activity-icon--message{background:var(--teal-dim);color:var(--teal)}.activity-content{flex:1;display:flex;align-items:center;gap:.75rem;font-size:.875rem}.activity-message{color:var(--text)}.activity-time{font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.co-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.co-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:58px;background:var(--bg2);border-bottom:1px solid var(--border);flex-shrink:0;z-index:100}.co-header-left,.co-header-right{display:flex;align-items:center;gap:1rem}.co-brand{display:flex;align-items:center;gap:8px}.co-brand-dot{width:8px;height:8px;border-radius:50%;background:var(--purple);flex-shrink:0}.co-brand-name{font-weight:700;font-size:.95rem;color:var(--text)}.co-brand-tag{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:var(--bg3);border:1px solid var(--border);padding:2px 8px;border-radius:10px}.co-user-email{font-size:.8rem;color:var(--text-muted)}.hamburger{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:6px;display:none;transition:color .2s}.hamburger:hover{color:var(--text)}.co-body{display:flex;flex:1;overflow:hidden;position:relative}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90}.co-sidebar{width:220px;background:var(--bg2);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:transform .3s ease}.co-nav{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.co-nav-item{display:flex;align-items:center;gap:10px;padding:.65rem .875rem;border-radius:var(--radius-sm);color:var(--text-muted);font-size:.875rem;font-weight:500;transition:all .15s;cursor:pointer}.co-nav-item:hover{background:var(--bg3);color:var(--text)}.co-nav-item.active{background:var(--teal-dim);color:var(--teal)}.co-nav-item.active .co-nav-icon{color:var(--teal)}.co-nav-icon{display:flex;align-items:center;flex-shrink:0}.co-sidebar-footer{padding:1rem .75rem;border-top:1px solid var(--border)}.co-sidebar-user{display:flex;align-items:center;gap:10px}.co-sidebar-avatar{width:32px;height:32px;border-radius:50%;background:var(--purple-dim);border:1px solid var(--purple);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--purple);flex-shrink:0}.co-sidebar-email{font-size:.75rem;color:var(--text);font-weight:500}.co-sidebar-role{font-size:.7rem;color:var(--text-muted);margin-top:1px}.co-main{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cl-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.cl-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:58px;background:var(--bg2);border-bottom:1px solid var(--border);flex-shrink:0;z-index:100}.cl-header-left{display:flex;align-items:center;gap:2rem}.cl-header-right{display:flex;align-items:center;gap:1rem}.cl-brand{display:flex;align-items:center;gap:8px}.cl-brand-dot{width:8px;height:8px;border-radius:50%;background:var(--teal)}.cl-brand-name{font-weight:700;font-size:.95rem;color:var(--text)}.cl-user-name{font-size:.8rem;color:var(--text-muted)}.cl-nav{display:flex;align-items:center;gap:4px}.cl-nav-link{padding:.4rem .875rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-muted);transition:all .15s}.cl-nav-link:hover{color:var(--text);background:var(--bg3)}.cl-nav-link.active{color:var(--teal);background:var(--teal-dim)}.cl-main{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cl-bottom-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--bg2);border-top:1px solid var(--border);padding:.5rem 0 env(safe-area-inset-bottom);z-index:200}.cl-bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:.375rem .5rem;color:var(--text-muted);font-size:.65rem;font-weight:500;transition:color .15s;border:none;background:none;cursor:pointer}.cl-bottom-tab:hover{color:var(--text)}.cl-bottom-tab.active{color:var(--teal)}.notif-wrapper{position:relative}.notif-bell{position:relative;width:36px;height:36px;border-radius:var(--radius-sm);background:none;border:1px solid var(--border);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.notif-bell:hover{border-color:var(--border-hover);color:var(--text)}.notif-badge{position:absolute;top:-4px;right:-4px;background:var(--red);color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid var(--bg2)}.notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:500;overflow:hidden}.notif-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--border);font-weight:600;font-size:.875rem}.notif-mark-all{background:none;border:none;color:var(--teal);font-size:.75rem;cursor:pointer;font-family:var(--font);transition:opacity .2s}.notif-mark-all:hover{opacity:.75}.notif-list{max-height:380px;overflow-y:auto}.notif-empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.875rem}.notif-item{padding:.875rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--bg3)}.notif-item.unread{background:#00d4aa0a}.notif-item.unread .notif-item-title{color:var(--text)}.notif-item-title{font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:2px}.notif-item-body{font-size:.8rem;color:var(--text-muted);margin-bottom:4px}.notif-item-time{font-size:.7rem;color:var(--text-dim)}.crm-layout{display:flex;flex:1;overflow:hidden;height:100%}.crm-list-panel{width:320px;flex-shrink:0;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.crm-list-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem .75rem}.crm-panel-title{font-size:1rem;font-weight:600}.crm-count{font-size:.75rem;background:var(--bg3);color:var(--text-muted);padding:2px 8px;border-radius:10px}.crm-search-bar{position:relative;padding:0 .875rem .75rem}.crm-search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;margin-top:-6px}.crm-search{width:100%;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .875rem .55rem 2.25rem;color:var(--text);font-size:.875rem;outline:none;transition:border-color .2s}.crm-search:focus{border-color:var(--teal)}.crm-search::placeholder{color:var(--text-muted)}.crm-filters{display:flex;gap:.5rem;padding:0 .875rem .875rem}.crm-select,select{flex:1;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .75rem;color:var(--text);font-size:.8rem;outline:none;cursor:pointer;transition:border-color .2s}.crm-select:focus,select:focus{border-color:var(--teal)}.crm-contact-list{flex:1;overflow-y:auto}.crm-contact-item{display:flex;align-items:center;gap:10px;padding:.875rem 1rem;cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s}.crm-contact-item:hover,.crm-contact-item.active{background:var(--bg3)}.crm-contact-avatar{width:36px;height:36px;border-radius:50%;background:var(--bg3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;color:var(--teal);flex-shrink:0}.crm-contact-name{font-size:.875rem;font-weight:500}.crm-contact-meta{font-size:.75rem;color:var(--text-muted);margin-top:1px}.crm-contact-info{flex:1;min-width:0}.stage-badge{font-size:.65rem;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:600;flex-shrink:0;white-space:nowrap}.stage-new{background:var(--teal-dim);color:var(--teal);border:1px solid var(--teal-border)}.stage-qualified{background:var(--purple-dim);color:var(--purple);border:1px solid rgba(124,106,247,.3)}.stage-active{background:var(--orange-dim);color:var(--orange);border:1px solid rgba(240,160,80,.3)}.stage-closed{background:var(--bg3);color:var(--text-muted);border:1px solid var(--border)}.crm-detail-panel{flex:1;overflow-y:auto;display:flex;flex-direction:column}.crm-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-muted);font-size:.875rem}.crm-detail{padding:2rem}.crm-detail-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.crm-detail-avatar{width:52px;height:52px;border-radius:50%;background:var(--teal-dim);border:1px solid var(--teal-border);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:var(--teal);flex-shrink:0}.crm-detail-info{flex:1}.crm-detail-info h2{font-size:1.25rem;font-weight:600}.crm-detail-info p{color:var(--text-muted);font-size:.875rem;margin-top:3px}.crm-stage-control{display:flex;align-items:center;gap:.75rem}.crm-stage-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.crm-stage-select{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;color:var(--text);font-size:.875rem;outline:none;cursor:pointer;transition:border-color .2s}.crm-stage-select:focus{border-color:var(--teal)}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.875rem;margin-bottom:1.5rem}.detail-field{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem}.detail-label{display:block;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.detail-value{font-size:.875rem;font-weight:500}.crm-section{margin-top:1.75rem}.crm-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem}.note-input-row{display:flex;gap:.75rem;margin-bottom:1rem}.note-textarea{flex:1;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .875rem;color:var(--text);font-size:.875rem;resize:vertical;outline:none;min-height:72px;transition:border-color .2s}.note-textarea:focus{border-color:var(--teal)}.note-textarea::placeholder{color:var(--text-muted)}.notes-list{display:flex;flex-direction:column;gap:.75rem}.note-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem}.note-meta{display:flex;justify-content:space-between;margin-bottom:6px}.note-author{font-size:.75rem;font-weight:600;color:var(--teal)}.note-time{font-size:.7rem;color:var(--text-muted)}.note-content{font-size:.875rem;white-space:pre-wrap}.convo-list{display:flex;flex-direction:column;gap:.75rem}.convo-item{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem}.convo-item.direction-outbound{border-left:3px solid var(--teal)}.convo-item.direction-inbound{border-left:3px solid var(--border)}.convo-meta{display:flex;gap:8px;margin-bottom:6px;align-items:center}.convo-channel{font-size:.7rem;background:var(--bg3);padding:2px 8px;border-radius:10px}.convo-direction{font-size:.7rem;padding:2px 8px;border-radius:10px}.convo-direction.inbound{background:#ffffff0d;color:var(--text-muted)}.convo-direction.outbound{background:var(--teal-dim);color:var(--teal)}.convo-message{font-size:.875rem;color:var(--text);white-space:pre-wrap}.kanban-board{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;flex:1}.kanban-column{min-width:260px;width:260px;flex-shrink:0;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden}.kanban-column-header{display:flex;align-items:center;gap:8px;padding:.875rem 1rem;border-bottom:1px solid var(--border)}.kanban-column-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.kanban-column-title{flex:1;font-size:.875rem;font-weight:600}.kanban-column-count{font-size:.7rem;background:var(--bg3);color:var(--text-muted);padding:2px 7px;border-radius:10px}.kanban-cards{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.625rem}.kanban-empty{padding:1rem;text-align:center;color:var(--text-muted);font-size:.8rem}.kanban-card{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem;cursor:pointer;transition:all .15s}.kanban-card:hover{border-color:var(--border-hover);background:var(--bg4);transform:translateY(-1px)}.kanban-card-header{display:flex;align-items:center;gap:8px;margin-bottom:.5rem}.kanban-card-avatar{width:30px;height:30px;border-radius:50%;background:var(--bg2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--teal);flex-shrink:0}.kanban-card-name{font-size:.875rem;font-weight:500}.kanban-card-company{font-size:.75rem;color:var(--text-muted)}.kanban-card-tag{display:inline-block;font-size:.7rem;background:var(--bg2);color:var(--text-muted);padding:2px 8px;border-radius:10px;border:1px solid var(--border);margin-top:4px}.kanban-card-email{font-size:.75rem;color:var(--text-muted);margin-top:4px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h3{font-size:1rem;font-weight:600}.modal-close{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close:hover{color:var(--text)}.modal-body{padding:1.5rem}.modal-contact-name{font-size:1.1rem;font-weight:600}.modal-contact-sub{color:var(--text-muted);font-size:.875rem;margin-top:2px}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--border)}.inbox-layout{display:flex;flex:1;overflow:hidden;height:100%}.inbox-list-panel{width:360px;flex-shrink:0;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.inbox-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem 0}.inbox-filter-tabs{display:flex;padding:.75rem 1rem 0;gap:4px;border-bottom:1px solid var(--border);padding-bottom:0}.inbox-filter-tab{display:flex;align-items:center;gap:5px;padding:.5rem .875rem;background:none;border:none;color:var(--text-muted);font-size:.8rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;margin-bottom:-1px}.inbox-filter-tab:hover{color:var(--text)}.inbox-filter-tab.active{color:var(--teal);border-bottom-color:var(--teal)}.inbox-filter-badge{background:var(--red-dim);color:var(--red);font-size:.65rem;font-weight:700;padding:1px 5px;border-radius:8px}.inbox-list{flex:1;overflow-y:auto}.inbox-item{display:flex;align-items:center;gap:10px;padding:.875rem 1rem;cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s}.inbox-item:hover,.inbox-item.active{background:var(--bg3)}.inbox-item-content{flex:1;min-width:0}.inbox-item-subject{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-item-meta{font-size:.75rem;color:var(--text-muted);margin-top:2px}.inbox-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.inbox-item-time{font-size:.7rem;color:var(--text-muted)}.inbox-status-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:10px}.inbox-status-badge.open{background:var(--red-dim);color:var(--red)}.inbox-status-badge.resolved{background:var(--teal-dim);color:var(--teal)}.inbox-detail-panel{flex:1;overflow-y:auto;display:flex;flex-direction:column}.inbox-detail{padding:2rem}.inbox-detail-header{margin-bottom:1.5rem}.inbox-detail-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.inbox-detail-subject{font-size:1.25rem;font-weight:600;flex:1}.inbox-detail-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.inbox-description{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.inbox-reply-section{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.inbox-reply-input{width:100%;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;color:var(--text);font-size:.875rem;resize:vertical;outline:none;margin-bottom:.875rem;min-height:100px;transition:border-color .2s}.inbox-reply-input:focus{border-color:var(--teal)}.inbox-reply-input::placeholder{color:var(--text-muted)}.inbox-reply-actions{display:flex;gap:.75rem}.inbox-resolved-banner{display:flex;align-items:center;gap:.75rem;background:var(--teal-dim);border:1px solid var(--teal-border);border-radius:var(--radius-sm);padding:.875rem 1.25rem;color:var(--teal);font-size:.875rem;font-weight:500;margin-top:1.5rem}.priority-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.priority-dot-lg{width:14px;height:14px;border-radius:50%;flex-shrink:0}.priority-high{background:var(--red)}.priority-medium{background:var(--orange)}.priority-low{background:var(--teal)}.upload-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem}.upload-card-title{font-size:.875rem;font-weight:600;margin-bottom:1rem}.upload-row{display:flex;gap:1.5rem;align-items:flex-start}.upload-file-area{flex:1;border:1.5px dashed var(--border);border-radius:var(--radius-sm);padding:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.875rem;cursor:pointer;transition:all .2s}.upload-file-area:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-dim)}.upload-options{min-width:200px}.upload-progress{display:flex;align-items:center;gap:.75rem;margin-top:1rem;color:var(--text-muted);font-size:.875rem}.docs-table{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.docs-table-header{display:grid;grid-template-columns:2fr 100px 1fr 120px 160px;padding:.75rem 1.25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border)}.docs-table-row{display:grid;grid-template-columns:2fr 100px 1fr 120px 160px;padding:.875rem 1.25rem;border-bottom:1px solid var(--border);align-items:center;transition:background .15s}.docs-table-row:last-child{border-bottom:none}.docs-table-row:hover{background:var(--bg3)}.docs-file-cell{display:flex;align-items:center;gap:.75rem}.docs-file-icon{font-size:1.25rem;line-height:1}.docs-file-name{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-cell{font-size:.8rem;color:var(--text-muted)}.docs-actions{display:flex;gap:.5rem}.docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.doc-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.875rem;transition:border-color .2s}.doc-card:hover{border-color:var(--border-hover)}.doc-card-icon{font-size:2rem;line-height:1}.doc-card-name{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-card-meta{display:flex;gap:.5rem;font-size:.75rem;color:var(--text-muted);margin-top:2px}.doc-card-scope{font-size:.7rem;color:var(--text-muted);margin-top:2px}.doc-download-btn{align-self:flex-start;margin-top:auto}.empty-docs-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:var(--text-muted);text-align:center;font-size:.875rem}.welcome-card{display:flex;align-items:center;gap:1.25rem;background:linear-gradient(135deg,var(--bg2) 0%,var(--bg3) 100%);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:2rem;position:relative;overflow:hidden}.welcome-card:after{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(0,212,170,.08) 0%,transparent 70%)}.welcome-avatar{width:56px;height:56px;border-radius:50%;background:var(--teal-dim);border:2px solid var(--teal-border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--teal);flex-shrink:0}.welcome-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}.welcome-sub{color:var(--text-muted);font-size:.875rem;margin-top:4px}.chat-page{display:flex;flex-direction:column;height:100%;max-width:800px;width:100%;margin:0 auto;padding:0 1rem}.chat-header{display:flex;align-items:center;gap:.875rem;padding:1.25rem 0 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.chat-nova-avatar{width:40px;height:40px;border-radius:50%;background:var(--teal);color:#0a0d13;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.chat-nova-name{font-weight:600;font-size:.95rem}.chat-nova-sub{font-size:.75rem;color:var(--text-muted);margin-top:1px}.chat-status-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);margin-left:auto;box-shadow:0 0 6px var(--teal);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chat-messages-container{flex:1;overflow-y:auto;padding:1.25rem 0}.chat-messages{display:flex;flex-direction:column;gap:1rem}.message{display:flex;gap:10px;align-items:flex-start}.message.user{flex-direction:row-reverse}.avatar{width:32px;height:32px;border-radius:50%;background:var(--teal);color:#0a0d13;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.message.user .avatar{background:var(--purple-dim);color:var(--purple);border:1px solid var(--purple)}.bubble{max-width:75%;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.6;white-space:pre-wrap}.message.assistant .bubble{background:var(--bg2);border:1px solid var(--border);border-top-left-radius:4px}.message.user .bubble{background:var(--teal-dim);border:1px solid rgba(0,212,170,.2);border-top-right-radius:4px}.bubble.typing{display:flex;align-items:center;gap:5px;padding:.875rem 1rem}.bubble.typing span{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:bounce 1.2s infinite}.bubble.typing span:nth-child(2){animation-delay:.2s}.bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-bar{display:flex;gap:8px;padding:1rem 0 1.5rem;flex-shrink:0}.chat-input-bar input{flex:1;background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:.7rem 1rem;color:var(--text);font-size:.9rem;outline:none;transition:border-color .2s}.chat-input-bar input:focus{border-color:var(--teal)}.chat-input-bar input::placeholder{color:var(--text-muted)}.btn-send{width:42px;height:42px;border-radius:10px;background:var(--teal);border:none;color:#0a0d13;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;flex-shrink:0}.btn-send:hover{opacity:.85}.btn-send:disabled{opacity:.4;cursor:not-allowed}.tickets-list{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.ticket-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s;gap:1rem}.ticket-item:last-child{border-bottom:none}.ticket-item:hover{background:var(--bg3)}.ticket-item-left{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0}.ticket-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.ticket-item-title{font-size:.9rem;font-weight:500}.ticket-item-meta{font-size:.8rem;color:var(--text-muted);margin-top:2px}.ticket-item-time{font-size:.7rem;color:var(--text-muted)}.ticket-status-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:10px;white-space:nowrap}.ticket-status-badge.open{background:var(--teal-dim);color:var(--teal)}.ticket-status-badge.in_progress{background:var(--orange-dim);color:var(--orange)}.ticket-status-badge.resolved{background:var(--bg3);color:var(--text-muted)}.ticket-status-badge.closed{background:var(--bg3);color:var(--text-dim)}.ticket-form-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;max-width:640px}.ticket-form-title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.priority-radio-group{display:flex;gap:.625rem}.priority-radio{display:flex;align-items:center;gap:6px;padding:.5rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-muted);transition:all .15s}.priority-radio.selected{border-color:var(--p-color, var(--teal));background:#0003;color:var(--text)}.priority-radio-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ticket-detail{padding:0}.ticket-detail-header{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem}.ticket-detail-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.ticket-detail-title{font-size:1.2rem;font-weight:600;flex:1}.ticket-detail-meta{display:flex;align-items:center;gap:.75rem}.ticket-detail-date{font-size:.8rem;color:var(--text-muted)}.ticket-detail-description{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem;font-size:.875rem;line-height:1.7}.ticket-thread{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.thread-message{display:flex;margin-bottom:.875rem}.thread-message--client{justify-content:flex-end}.thread-message--company{justify-content:flex-start}.thread-bubble{max-width:70%;border-radius:10px;padding:.875rem 1rem}.thread-message--client .thread-bubble{background:var(--teal-dim);border:1px solid rgba(0,212,170,.2)}.thread-message--company .thread-bubble{background:var(--bg3);border:1px solid var(--border)}.thread-meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:4px}.thread-role{font-size:.75rem;font-weight:600;color:var(--text-muted)}.thread-time{font-size:.7rem;color:var(--text-muted)}.thread-content{font-size:.875rem;white-space:pre-wrap}.ticket-reply-box{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.settings-section{margin-bottom:2rem}.settings-section-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.settings-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.settings-card-header{display:flex;align-items:center;gap:1rem}.settings-card-avatar{width:52px;height:52px;border-radius:50%;background:var(--teal-dim);border:2px solid var(--teal-border);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:var(--teal);flex-shrink:0}.settings-card-name{font-size:1.1rem;font-weight:600}.settings-card-email{font-size:.8rem;color:var(--text-muted);margin-top:2px}.settings-form-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;max-width:480px}@media (max-width: 768px){.hamburger{display:flex}.co-sidebar{position:fixed;top:58px;left:0;bottom:0;z-index:95;transform:translate(-100%);box-shadow:var(--shadow)}.co-sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}.cl-nav{display:none}.cl-header-left{gap:0}.cl-bottom-bar{display:flex}.cl-main{padding-bottom:68px}.page-container{padding:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid--sm{grid-template-columns:repeat(1,1fr)}.crm-layout{flex-direction:column}.crm-list-panel{width:100%;max-height:40vh;border-right:none;border-bottom:1px solid var(--border)}.crm-detail-panel{flex:1}.inbox-layout{flex-direction:column}.inbox-list-panel{width:100%;max-height:40vh;border-right:none;border-bottom:1px solid var(--border)}.inbox-detail-panel{flex:1}.kanban-board{padding-bottom:1rem}.kanban-column{min-width:240px}.docs-table-header,.docs-table-row{grid-template-columns:1fr auto 120px}.docs-table-header span:nth-child(2),.docs-table-header span:nth-child(3),.docs-table-row .docs-cell:nth-child(2),.docs-table-row .docs-cell:nth-child(3){display:none}.upload-row{flex-direction:column}.modal{max-width:100%;margin:0 1rem}.welcome-card{padding:1.25rem;gap:1rem}.welcome-title{font-size:1.2rem}.chat-page{padding:0 .75rem}.thread-bubble{max-width:90%}.notif-dropdown{width:280px;right:-60px}.co-user-email,.cl-user-name{display:none}.crm-detail-header{flex-direction:column;gap:.875rem}.crm-stage-control{width:100%}.crm-stage-select{flex:1}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}.kanban-board{flex-direction:column;overflow-x:visible}.kanban-column{width:100%;min-width:unset}.docs-grid{grid-template-columns:1fr}.priority-radio-group{flex-wrap:wrap}.inbox-reply-actions,.modal-footer,.crm-filters{flex-direction:column}}
