:root{--bg: #0a0a0a;--surface: #111113;--surface-2: #1a1a1e;--surface-3: #222228;--border: rgba(255,255,255,.06);--border-hover: rgba(255,255,255,.12);--white: #ffffff;--white-90: rgba(255,255,255,.9);--white-70: rgba(255,255,255,.7);--white-50: rgba(255,255,255,.5);--white-30: rgba(255,255,255,.3);--white-10: rgba(255,255,255,.1);--pink: #FF007F;--pink-soft: rgba(255,0,127,.15);--pink-border: rgba(255,0,127,.3);--green: #22c55e;--green-soft: rgba(34,197,94,.15);--orange: #f59e0b;--orange-soft: rgba(245,158,11,.15);--blue: #3b82f6;--blue-soft: rgba(59,130,246,.15);--purple: #a855f7;--purple-soft: rgba(168,85,247,.15);--red: #ef4444;--red-soft: rgba(239,68,68,.15);--cyan: #06b6d4;--cyan-soft: rgba(6,182,212,.15);--sidebar-w: 240px;--header-h: 56px;--radius: 10px;--radius-sm: 6px;--duration: .2s;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--white-90);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.sidebar{position:fixed;left:0;top:0;width:var(--sidebar-w);height:100vh;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:100;transition:transform .3s ease}.sidebar-brand{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem}.sidebar-mark{display:block;height:44px;width:auto;object-fit:contain;filter:drop-shadow(0 0 6px rgba(255,0,127,.5))}.sidebar-logo{font-size:1rem;font-weight:800;line-height:1.1;letter-spacing:.05em;color:var(--white)}.sidebar-badge{font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--pink);background:var(--pink-soft);border:1px solid var(--pink-border);padding:.2rem .5rem;border-radius:20px}.sidebar-nav{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border:none;background:transparent;color:var(--white-50);font-size:.85rem;font-weight:500;font-family:inherit;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration);width:100%;text-align:left}.nav-item svg{width:18px;height:18px;flex-shrink:0}.nav-item:hover{background:var(--white-10);color:var(--white-70)}.nav-item.active{background:var(--pink-soft);color:var(--pink)}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--border)}.sidebar-link{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--white-30);text-decoration:none;transition:color var(--duration)}.sidebar-link:hover{color:var(--pink)}.sidebar-link svg{width:14px;height:14px}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);align-items:center;padding:0 1rem;gap:.75rem;z-index:101}.hamburger{width:32px;height:32px;display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:100%;height:2px;background:var(--white-70);border-radius:1px;transition:all .3s}.mobile-brand{font-size:.85rem;font-weight:800;letter-spacing:.05em}.mobile-badge{font-size:.55rem;font-weight:700;color:var(--pink);background:var(--pink-soft);padding:.15rem .4rem;border-radius:10px;margin-left:.35rem;letter-spacing:.1em}.main-content{margin-left:var(--sidebar-w);min-height:100vh;padding:2rem}.view{display:none}.view.active{display:block}.view-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.view-title{font-size:1.6rem;font-weight:800;color:var(--white)}.view-subtitle{font-size:.85rem;color:var(--white-30);margin-top:.15rem}.view-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.82rem;font-weight:600;font-family:inherit;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:all var(--duration);white-space:nowrap}.btn svg{width:16px;height:16px}.btn--primary{background:var(--pink);color:var(--white);border-color:var(--pink)}.btn--primary:hover{background:#e0006f}.btn--outline{background:transparent;color:var(--white-70);border-color:var(--border-hover)}.btn--outline:hover{border-color:var(--white-30);color:var(--white)}.btn--ghost{background:transparent;color:var(--red);border:none;padding-left:.5rem}.btn--ghost:hover{background:var(--red-soft)}.btn--sm{padding:.35rem .75rem;font-size:.75rem}.search-box{position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:.75rem;width:16px;height:16px;color:var(--white-30);pointer-events:none}.search-box input{padding:.55rem .75rem .55rem 2.25rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--white-90);font-size:.82rem;font-family:inherit;width:240px;transition:border-color var(--duration)}.search-box input::placeholder{color:var(--white-30)}.search-box input:focus{outline:none;border-color:var(--pink-border)}.filter-select{padding:.55rem .75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--white-70);font-size:.82rem;font-family:inherit;cursor:pointer}.filter-select:focus{outline:none;border-color:var(--pink-border)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stat-label{font-size:.75rem;font-weight:600;color:var(--white-30);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:800;color:var(--white)}.stat-card--pink{border-color:var(--pink-border)}.stat-card--pink .stat-value{color:var(--pink)}.stat-card--green{border-color:#22c55e33}.stat-card--green .stat-value{color:var(--green)}.stat-card--orange{border-color:#f59e0b33}.stat-card--orange .stat-value{color:var(--orange)}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.dash-card--wide{grid-column:1 / -1}.dash-card__title{font-size:.85rem;font-weight:700;color:var(--white-70);margin-bottom:1rem}.pipeline-bars{display:flex;flex-direction:column;gap:.6rem}.pipe-bar{display:flex;align-items:center;gap:.75rem}.pipe-bar__label{font-size:.75rem;color:var(--white-50);width:80px;flex-shrink:0;text-align:right}.pipe-bar__track{flex:1;height:8px;background:var(--surface-3);border-radius:4px;overflow:hidden}.pipe-bar__fill{height:100%;border-radius:4px;transition:width .5s ease}.pipe-bar__count{font-size:.75rem;font-weight:700;color:var(--white-70);width:24px;text-align:right}.activity-feed{max-height:280px;overflow-y:auto}.activity-item{display:flex;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.activity-text{font-size:.8rem;color:var(--white-70)}.activity-time{font-size:.7rem;color:var(--white-30);margin-top:.15rem}.followup-list{display:flex;flex-direction:column;gap:.5rem}.followup-item{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem;background:var(--surface-2);border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;transition:border-color var(--duration)}.followup-item:hover{border-color:var(--pink-border)}.followup-shop{font-size:.82rem;font-weight:600;color:var(--white-90)}.followup-contact{font-size:.75rem;color:var(--white-50)}.followup-date{font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.followup-date--overdue{background:var(--red-soft);color:var(--red)}.followup-date--today{background:var(--orange-soft);color:var(--orange)}.followup-date--upcoming{background:var(--blue-soft);color:var(--blue)}.empty-state{font-size:.82rem;color:var(--white-30);text-align:center;padding:2rem 1rem}.table-wrap{overflow-x:auto}.contacts-table{width:100%;border-collapse:collapse;font-size:.82rem}.contacts-table thead{position:sticky;top:0;background:var(--surface);z-index:2}.contacts-table th{text-align:left;padding:.65rem .85rem;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--white-30);border-bottom:1px solid var(--border);white-space:nowrap}.contacts-table th.sortable{cursor:pointer}.contacts-table th.sortable:hover{color:var(--white-50)}.contacts-table td{padding:.75rem .85rem;border-bottom:1px solid var(--border);color:var(--white-70);vertical-align:middle}.contacts-table tbody tr{cursor:pointer;transition:background var(--duration)}.contacts-table tbody tr:hover{background:var(--white-10)}.contact-shop{font-weight:600;color:var(--white)}.stage-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:20px;font-size:.7rem;font-weight:600;letter-spacing:.03em;white-space:nowrap}.stage-badge--lead{background:var(--blue-soft);color:var(--blue)}.stage-badge--contacted{background:var(--cyan-soft);color:var(--cyan)}.stage-badge--demo{background:var(--purple-soft);color:var(--purple)}.stage-badge--trial{background:var(--orange-soft);color:var(--orange)}.stage-badge--active{background:var(--green-soft);color:var(--green)}.stage-badge--churned{background:var(--red-soft);color:var(--red)}.tier-badge{font-size:.72rem;color:var(--white-50)}.empty-table{display:none;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;text-align:center}.empty-table svg{width:48px;height:48px;color:var(--white-10)}.empty-table p{color:var(--white-30)}.empty-table.visible{display:flex}.action-btn{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.3rem .5rem;color:var(--white-50);cursor:pointer;font-size:.7rem;font-family:inherit;transition:all var(--duration)}.action-btn:hover{border-color:var(--pink-border);color:var(--pink)}.pipeline-board{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;min-height:60vh}.pipeline-column{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;min-height:200px}.pipeline-col-header{display:flex;align-items:center;gap:.5rem;padding:.85rem;border-bottom:1px solid var(--border)}.pipeline-col-header h3{font-size:.8rem;font-weight:700;color:var(--white-70);flex:1}.stage-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.stage-dot--lead{background:var(--blue)}.stage-dot--contacted{background:var(--cyan)}.stage-dot--demo{background:var(--purple)}.stage-dot--trial{background:var(--orange)}.stage-dot--active{background:var(--green)}.stage-count{font-size:.7rem;font-weight:700;color:var(--white-30);background:var(--surface-3);padding:.1rem .45rem;border-radius:10px}.pipeline-cards{padding:.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.pipe-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;cursor:pointer;transition:all var(--duration)}.pipe-card:hover{border-color:var(--pink-border);transform:translateY(-1px)}.pipe-card__shop{font-size:.8rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.pipe-card__name{font-size:.72rem;color:var(--white-50)}.pipe-card__meta{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.pipe-card__city{font-size:.68rem;color:var(--white-30)}.pipe-card__tier{font-size:.65rem;font-weight:600;padding:.1rem .4rem;border-radius:10px;background:var(--pink-soft);color:var(--pink)}.marketing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:2rem}.template-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--duration)}.template-card:hover{border-color:var(--pink-border)}.template-card--sms{border-left:3px solid var(--green)}.template-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border)}.template-icon{font-size:1.5rem}.template-header h3{font-size:.9rem;font-weight:700;color:var(--white)}.template-stage{font-size:.7rem;color:var(--white-30);margin-top:.1rem}.template-preview{padding:1rem;font-size:.82rem;color:var(--white-50);line-height:1.6;min-height:80px}.template-actions{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border)}.marketing-section{margin-top:2rem}.marketing-section__title{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:1rem}.modal{position:fixed;inset:0;z-index:500;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;overflow-y:auto}.modal.open{opacity:1;visibility:visible;pointer-events:auto}.modal__backdrop{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(4px)}.modal__content{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:640px;transform:translateY(20px);transition:transform .3s ease;box-shadow:0 24px 48px #0006}.modal.open .modal__content{transform:translateY(0)}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal__title{font-size:1.1rem;font-weight:700;color:var(--white)}.modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);border-radius:50%;color:var(--white-50);cursor:pointer;transition:all var(--duration)}.modal__close:hover{background:var(--red-soft);border-color:var(--red);color:var(--red)}.modal__close svg{width:16px;height:16px}.modal__form{padding:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group--full{grid-column:1 / -1}.form-group label{font-size:.72rem;font-weight:600;color:var(--white-50);text-transform:uppercase;letter-spacing:.06em}.form-group input,.form-group select,.form-group textarea{padding:.55rem .75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--white-90);font-size:.85rem;font-family:inherit;transition:border-color var(--duration)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--pink-border)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--white-30)}.form-group textarea{resize:vertical}.form-group select{cursor:pointer}.modal__footer{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;margin-top:.5rem;border-top:1px solid var(--border)}.modal__footer-right{display:flex;gap:.5rem;margin-left:auto}.notes-history{padding:0 1.5rem 1.5rem}.notes-history__title{font-size:.85rem;font-weight:700;color:var(--white-70);margin-bottom:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.notes-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.note-item{background:var(--surface-2);border-radius:var(--radius-sm);padding:.6rem .75rem}.note-text{font-size:.8rem;color:var(--white-70)}.note-time{font-size:.68rem;color:var(--white-30);margin-top:.2rem}.add-note{display:flex;gap:.5rem}.add-note input{flex:1;padding:.5rem .75rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--white-90);font-size:.82rem;font-family:inherit}.add-note input:focus{outline:none;border-color:var(--pink-border)}.add-note input::placeholder{color:var(--white-30)}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;display:flex;flex-direction:column;gap:.5rem}.toast{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--white-90);font-size:.82rem;box-shadow:0 8px 24px #0000004d;animation:toastIn .3s ease}.toast--success{border-color:#22c55e4d}.toast--error{border-color:#ef44444d}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.stats-row{grid-template-columns:repeat(2,1fr)}.pipeline-board{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.mobile-header{display:flex}.main-content{margin-left:0;padding:1.25rem;padding-top:calc(var(--header-h) + 1.25rem)}.stats-row{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.pipeline-board{grid-template-columns:1fr;min-height:auto}.pipeline-column{min-height:120px}.view-header{flex-direction:column}.view-actions,.search-box input{width:100%}.form-grid{grid-template-columns:1fr}.modal{padding:1rem}}@media (max-width: 480px){.stats-row,.marketing-grid{grid-template-columns:1fr}.stat-value{font-size:1.5rem}}
