@layer components{.customers-page[data-selection-lock=display-only],.customers-page[data-selection-lock=display-only] :not(input,textarea,select,option,[contenteditable=true],[contenteditable=plaintext-only]){user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important}.customers-page[data-selection-lock=display-only] :is(input,textarea,select,option,[contenteditable=true],[contenteditable=plaintext-only]){user-select:text!important;-webkit-user-select:text!important;-webkit-touch-callout:default!important}.btn,.control{height:36px;border:1px solid var(--border);background:var(--surface);padding:0 var(--sp-4);border-radius:var(--r-sm);display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:13.5px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .14s,border-color .14s,box-shadow .14s,color .14s}.btn:hover{background:var(--surface-2);border-color:var(--border-hover);color:var(--text);box-shadow:var(--sh-xs)}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.btn.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 4px 12px rgba(47,111,109,.28)}.btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.btn.secondary{background:var(--surface-2);border-color:var(--border);color:var(--text);font-weight:600}.btn.secondary:hover{background:var(--surface);border-color:var(--border-hover)}.btn-assign-me{height:22px;padding:0 var(--sp-2);border:1px solid var(--accent);border-radius:var(--r-sm);background:var(--accent);font-size:11px;font-weight:600;color:#fff;cursor:pointer;display:inline-flex;align-items:center}.btn-assign-me:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.assign-pill{gap:5px;background:var(--accent-soft);border:1px solid rgba(47,111,109,.2);border-radius:999px;padding:3px 10px 3px 4px;font-size:12px;font-weight:600;color:var(--accent)}.assign-pill,.assign-pill-av{display:inline-flex;align-items:center}.assign-pill-av{width:18px;height:18px;border-radius:50%;background:var(--accent);color:#fff;font-size:9px;font-weight:700;justify-content:center;flex-shrink:0}.customer-toolbar{display:flex;flex-direction:column;gap:var(--sp-2)}.customer-toolbar-bottom,.customer-toolbar-top{display:flex;align-items:center;gap:var(--sp-2)}.customer-toolbar-bottom{justify-content:space-between}.customer-toolbar-filters{display:flex;flex:1 1 auto;min-width:0}.filter-row-actions{display:flex;gap:var(--sp-2);margin-left:auto;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.customer-filters-inline{flex-wrap:wrap;width:100%}.customer-filters-inline,.search-wrap{display:flex;align-items:center;gap:var(--sp-2)}.search-wrap{width:min(100%,460px);min-height:44px;padding:0 14px;border:1px solid rgba(92,108,126,.18);border-radius:999px;background:linear-gradient(180deg,rgba(248,251,251,.96),rgba(255,255,255,.98));box-shadow:0 1px 2px rgba(15,23,42,.04),0 8px 18px rgba(15,23,42,.04);transition:border-color .14s,box-shadow .14s,background .14s,transform .14s}.search-wrap:focus-within{border-color:rgba(47,111,109,.44);background:var(--surface);box-shadow:0 0 0 4px rgba(47,111,109,.12),0 12px 24px rgba(15,23,42,.08)}.filter-search-icon{flex-shrink:0;color:var(--muted);stroke-width:2.1}.search-input{flex:1 1 auto;min-width:0;border:0;background:transparent;font:inherit;font-size:14px;font-weight:500;color:var(--text);outline:none}.search-input::placeholder{color:var(--muted)}.filter-select{position:relative;min-width:140px}.filter-select select{appearance:none;width:100%;height:36px;border:1px solid var(--border);background:var(--surface);padding:0 32px 0 var(--sp-3);color:var(--text);border-radius:var(--r-sm);font-size:13.5px;cursor:pointer;transition:border-color .14s,box-shadow .14s}.filter-select select:hover{border-color:#ced3db}.filter-select select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(47,111,109,.12)}.filter-select:after{content:"▾";position:absolute;right:var(--sp-3);top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;font-size:11px}.filter-chip-row{display:flex;align-items:center;gap:var(--sp-2);flex-wrap:wrap}.filter-chip{height:30px;padding:0 var(--sp-3);border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:12.5px;font-weight:500;cursor:pointer;border-radius:var(--r-pill);transition:background .14s,border-color .14s,color .14s}.filter-chip:hover{background:var(--surface-2);border-color:var(--border-hover);color:var(--text)}.filter-chip:disabled{opacity:.56;cursor:not-allowed;box-shadow:none}.filter-chip.active{background:#0f172a;border-color:#0f172a;color:#fff}.customer-date-filter-block{display:flex;flex-direction:column;gap:8px;min-width:min(100%,320px)}.customer-filter-field-block{display:flex;flex-direction:column;gap:8px;min-width:min(100%,280px)}.customer-filter-caption{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.customer-date-chip-row{gap:6px}.customer-date-manual-entry{padding:0}.customer-date-input-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.customer-date-field{display:flex;flex-direction:column;gap:6px;min-width:0;padding:0}.customer-date-field-label{font-size:11px;font-weight:700;color:var(--muted)}.customer-filter-text-field{display:flex;min-width:0}.customer-filter-text-input{width:100%;min-width:0;min-height:38px;padding:0 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-family:inherit;font-size:14px;font-weight:500;transition:border-color .14s,box-shadow .14s,background .14s}.customer-filter-text-input::placeholder{color:var(--muted)}.customer-filter-text-input:hover{border-color:var(--border-hover)}.customer-filter-text-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(47,111,109,.12)}.customer-filter-text-field[data-filled=true] .customer-filter-text-input{border-color:rgba(92,108,126,.28);background:color-mix(in srgb,var(--accent) 8%,white);box-shadow:0 0 0 1px rgba(47,111,109,.08)}.customer-date-input{width:100%;min-width:0;min-height:38px;padding:0 3px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-family:inherit;font-size:14px;font-weight:500;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color .14s,box-shadow .14s,background .14s}.customer-date-input::-webkit-datetime-edit{padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-date-input::-webkit-datetime-edit-fields-wrapper{padding:0;overflow:hidden}.customer-date-input::-webkit-calendar-picker-indicator{margin-left:6px;border-radius:999px;cursor:pointer;opacity:.72;transition:opacity .14s,transform .14s}.customer-date-input:hover{border-color:var(--border-hover);background:var(--surface)}.customer-date-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(47,111,109,.12)}.customer-date-input:disabled{cursor:not-allowed;background:var(--surface-2);color:var(--muted);box-shadow:none}.customer-date-field[data-filled=true] .customer-date-input{border-color:rgba(92,108,126,.28);background:color-mix(in srgb,var(--accent) 8%,white);box-shadow:0 0 0 1px rgba(47,111,109,.08)}.customer-date-field[data-filled=true] .customer-date-field-label{color:var(--accent)}.customer-date-input:focus::-webkit-calendar-picker-indicator,.customer-date-input:hover::-webkit-calendar-picker-indicator{opacity:1;transform:scale(1.04)}.card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-sm);padding:var(--sp-3)}.badge{display:inline-flex;align-items:center;min-height:22px;padding:2px 9px;border-radius:var(--r-pill);font-size:12.88px;font-weight:600;line-height:1}.badge.badge-compact{min-height:18px;padding:1px 7px;font-size:13.44px}.badge.badge-inline{flex-shrink:0}.badge.default{background:var(--surface-2);color:var(--muted)}.badge.teal{background:var(--accent-soft);color:var(--accent)}.badge.success{background:var(--success-bg);color:var(--success-text)}.badge.warn{background:var(--warn-bg);color:var(--warn-text)}.badge.cool{background:var(--cool-bg);color:var(--cool-text)}.badge.danger{background:var(--danger-bg);color:var(--danger-text)}.badge.customer-status-default{background:#475569;color:#fff}.badge.customer-status-teal{background:var(--accent);color:#fff}.badge.customer-status-success{background:#15803d;color:#fff}.badge.customer-status-warn{background:#f59e0b;color:#fff}.badge.customer-status-cool{background:#1d4ed8;color:#fff}.badge.customer-status-danger{background:#b91c1c;color:#fff}.badge.customer-status-text{min-height:0;padding:0;border-radius:0;background:transparent;line-height:1.2}.badge.customer-status-text.customer-status-default{color:#475569}.badge.customer-status-text.customer-status-teal{color:var(--accent)}.badge.customer-status-text.customer-status-success{color:#15803d}.badge.customer-status-text.customer-status-warn{color:#d97706}.badge.customer-status-text.customer-status-cool{color:#1d4ed8}.badge.customer-status-text.customer-status-danger{color:#b91c1c}.badge.customer-status-free{background:#ede9fe;color:#5b21b6;border-color:#c4b5fd}.badge.customer-status-text.customer-status-free{color:#5b21b6}.badge.customer-status-called-no-appointment{background:#f3e8ff;color:#6d28d9;border-color:#d8b4fe}.badge.customer-status-text.customer-status-called-no-appointment{color:#6d28d9}.brand-tag{display:inline-flex;align-items:center;min-height:18px;padding:2px 6px;border-radius:var(--r-pill);font-size:11px;font-weight:600;line-height:1;white-space:nowrap}.brand-tag.next{background:#8b5cf6;color:#fff}.brand-tag.stylehouse{background:#ec4899;color:#fff}.brand-tag.argo{background:#f97316;color:#fff}.brand-tag.basehouse{background:#65a30d;color:#fff}.brand-tag.listo{background:#ca8a04;color:#fff}.brand-tag.sense{background:#7c3aed;color:#fff}.brand-tag.hinokiya{background:#0ea5e9;color:#fff}.brand-tag.default{background:#475569;color:#fff}.table{width:100%;border-collapse:collapse}.customer-table-wrap{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-xs);overflow:hidden}.customers-no-branch{margin:-12px -16px;flex-direction:column;padding:96px 16px;background:var(--surface);border-bottom:1px solid var(--border)}.customers-no-branch,.customers-no-branch-icon{display:flex;align-items:center;justify-content:center}.customers-no-branch-icon{width:48px;height:48px;border-radius:50%;background:#fffbeb;margin-bottom:16px}.customers-no-branch-icon-svg{color:#d97706}.customers-no-branch-title{font-size:var(--font-size-base);font-weight:500;color:var(--text);margin-bottom:var(--sp-1)}.customers-no-branch-message{font-size:12px;color:var(--muted);text-align:center;max-width:280px}.customer-table-empty{display:flex;flex-direction:column;align-items:center;padding:40px var(--sp-4);background:var(--surface)}.customer-table-empty-actions{margin-top:var(--sp-3)}.muted-value{color:var(--muted)}.table th,.tag-overflow-count{font-size:11px;color:var(--muted)}.table th{padding:10px 14px;border-bottom:2px solid var(--border);text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.table td{padding:var(--sp-2) var(--sp-3);border-bottom:1px solid var(--border);overflow:hidden;font-size:13.5px;font-weight:500}.table-status-col{width:15%;min-width:128px}.col-resize-handle{position:absolute;top:0;right:-3px;width:7px;height:100%;cursor:col-resize;z-index:10;user-select:none}.col-resize-handle:after{content:"";position:absolute;top:20%;left:50%;transform:translateX(-50%);width:2px;height:60%;border-radius:1px;background:var(--border);transition:background .15s,opacity .15s}.col-resize-handle.is-resizing:after,.col-resize-handle:hover:after{background:var(--accent);opacity:1}.table-resizing{user-select:none}.table-resizing,.table-resizing *{cursor:col-resize!important}.table tr:last-child td{border-bottom:0}.table-clickable tbody tr{cursor:pointer;transition:background .1s}.table-clickable tbody tr:hover td{background:var(--surface-2)}.customer-table-row td{vertical-align:middle}.customer-table-flat colgroup{display:none}.customer-table-flat tbody tr td{padding:0;border-bottom:0;background:transparent}.customer-table-flat tbody tr:hover td{background:transparent}.customer-table-flat tbody tr:hover .cust-row{background:var(--surface-2)}.customer-table-scroll{overflow-x:auto}.customer-table-fixed{table-layout:fixed;width:100%}.customer-table-head-cell{position:relative;overflow:hidden}.cust-table-name-cell{min-width:0}.cust-table-identity{display:flex;align-items:center;gap:var(--sp-3);min-width:0}.cust-table-name-inline{min-width:0;flex:1 1 auto}.cust-table-cell{min-width:0}.cust-table-division{display:flex;align-items:center}.cust-table-primary{min-width:0;color:var(--text);font-size:13px;font-weight:500;line-height:1.4}.cust-table-actions{width:72px;min-width:72px;text-align:center}.cust-table-name-inline .cust-row-name-line{flex-wrap:nowrap}.cust-table-name-inline .cust-name{flex:0 1 auto}.cust-table-name-inline .cust-sub{flex:0 1 auto;margin-left:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cust-table-name-inline .cust-row-name-meta{margin-left:auto;min-width:0}.cust-row{display:flex;align-items:center;gap:var(--sp-3);padding:14px var(--sp-4);border-bottom:1px solid var(--border);background:var(--surface);transition:background .1s}.cust-row-main{flex:1 1 auto;min-width:0}.cust-row-name-line{display:flex;align-items:center;gap:8px;min-width:0}.cust-row-name-meta{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.cust-inquiry-line{margin-top:2px;font-size:12px;font-weight:500;line-height:1.35;color:color-mix(in srgb,var(--muted) 82%,var(--text))}.cust-action-slot{width:64px;min-width:64px;display:flex;align-items:center;justify-content:center;align-self:center}.cust-lock-indicator,.m-cust-lock-indicator{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-width:0;border-radius:var(--r-pill);border:1px solid color-mix(in srgb,var(--warn-text) 20%,white);background:color-mix(in srgb,var(--warn-bg) 90%,white);color:var(--warn-text);font-weight:600;white-space:nowrap;overflow:hidden}.cust-lock-indicator{gap:8px;padding:6px 12px;font-size:12px}.m-cust-lock-indicator{gap:6px;padding:5px 10px;font-size:11px}.cust-lock-indicator-dot{display:inline-block;width:8px;height:8px;flex-shrink:0;border-radius:50%;background:var(--warn-text);animation:cust-lock-pulse 1.5s ease-in-out infinite}.cust-lock-indicator-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.call-btn-locked-wrap{display:flex;flex-direction:column;align-items:center;gap:3px}.call-btn-locked-label{display:inline-flex;align-items:center;gap:2px;font-size:10.26px;font-weight:700;color:var(--muted);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:54px}.call-btn-locked-label-icon{flex-shrink:0;stroke:var(--muted);fill:none}.customer-list-call-btn.is-locked,.customer-list-call-btn.is-locked:disabled{background-color:var(--call-button-disabled)!important;color:rgba(255,255,255,.6)!important;box-shadow:none!important;cursor:not-allowed!important;opacity:1!important;transform:none!important;animation:none!important}.customer-list-call-btn.is-locked svg,.customer-list-call-btn.is-locked:disabled svg{fill:none!important;stroke:rgba(255,255,255,.6)!important;stroke-width:2.5!important}.cust-last-call{margin-top:4px;min-width:0}.cust-last-call-meta{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cust-last-call-time{font-size:11px;font-weight:700;line-height:1.3;color:var(--accent)}.cust-last-call-outcome{font-weight:600}.cust-last-call-by,.cust-last-call-outcome{font-size:11px;line-height:1.3;color:var(--muted)}.cust-last-call-by{font-weight:500}.cust-last-call-separator{margin:0 6px;color:color-mix(in srgb,var(--muted) 72%,white)}.table-loading[data-loaded=false] .table-real,.table-loading[data-loaded=true] .table-skeleton{display:none}.skeleton-table{display:grid;gap:var(--sp-2)}.skeleton-head,.skeleton-row{display:grid;grid-template-columns:1.4fr 1fr .9fr .9fr 1fr 1fr;gap:var(--sp-2);align-items:center;padding:var(--sp-3);border-bottom:1px solid var(--border)}.skeleton-line{height:11px;border-radius:var(--sp-1);background:linear-gradient(90deg,var(--surface-2) 0,var(--border) 50%,var(--surface-2) 100%);background-size:200% 100%;animation:skeleton-pulse 1.3s ease-in-out infinite}.skeleton-line.sm{width:60%}.skeleton-line.md{width:80%}.skeleton-line.lg{width:100%}.m-list-row-skeleton{pointer-events:none;position:relative;overflow:hidden}.m-list-row-skeleton-no-avatar{gap:12px;padding-left:9px;padding-right:9px}.m-list-row-skeleton-no-avatar:not(:last-child):after{left:9px;right:9px}.m-row-avatar-skeleton{width:48px;height:48px;border-radius:8px;flex:0 0 48px;align-self:flex-start;background:linear-gradient(135deg,rgba(220,236,235,.95),rgba(190,216,214,.95));box-shadow:inset 0 0 0 1px rgba(47,111,109,.12)}.m-list-row-skeleton .m-classic-body{display:flex;flex-direction:column;gap:7px}.m-list-row-skeleton .m-row-info{gap:7px}.m-list-row-skeleton .m-classic-top .skeleton-line.md{width:108px;flex-shrink:0}.m-badge-skeleton{width:68px;height:20px;border-radius:var(--r-pill);flex-shrink:0;background:linear-gradient(90deg,rgba(226,232,240,.88),rgba(241,245,249,.98) 48%,rgba(226,232,240,.88));background-size:220% 100%;animation:skeleton-pulse 1.3s ease-in-out infinite}.m-list-row-skeleton .skeleton-line.sm{width:188px}.m-action-skeleton{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,rgba(226,232,240,.92),rgba(241,245,249,.98));box-shadow:inset 0 0 0 1px rgba(148,163,184,.2)}.cust-page-skel-block{background:linear-gradient(90deg,rgba(226,232,240,.88),rgba(241,245,249,.98) 48%,rgba(226,232,240,.88));background-size:220% 100%;animation:skeleton-pulse 1.3s ease-in-out infinite;box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}.customers-page-skeleton-mobile{min-height:100vh;background:var(--bg);pointer-events:none}.cust-page-skel-mobile-chips{display:flex;align-items:center;gap:8px;padding:8px 0 2px;overflow:hidden}.cust-page-skel-mobile-list{padding-bottom:88px}.cust-page-skel-mobile-row{align-items:flex-start;gap:12px}.cust-page-skel-mobile-body{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:9px;padding-top:2px}.cust-page-skel-mobile-top{gap:10px}.cust-page-skel-mobile-top,.page-hd{display:flex;align-items:center;justify-content:space-between}.page-hd{gap:var(--sp-3);margin-bottom:var(--sp-4)}.page-hd-left{display:flex;align-items:center;gap:var(--sp-3)}.page-hd-title{font-size:22px;font-weight:700;letter-spacing:-.025em;margin:0}.page-hd-count{height:22px;padding:0 var(--sp-2);border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border);font-size:12px;font-weight:600;color:var(--muted);display:inline-flex;align-items:center}.page-hd-right{gap:var(--sp-2)}.page-hd-right,.tbl-foot{display:flex;align-items:center}.tbl-foot{justify-content:space-between;padding:10px 16px;border-top:1px solid var(--border)}.tbl-foot-count{font-size:13px;font-weight:400;color:var(--muted)}.tbl-foot-count strong{color:var(--text);font-weight:600}.tbl-pagination{display:flex;gap:var(--sp-1)}.page-btn{height:30px;min-width:30px;padding:0 var(--sp-2);border:1px solid var(--border);background:var(--surface);border-radius:var(--r-sm);font-size:12.5px;font-weight:500;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,border-color .12s,color .12s}.page-btn:hover{background:var(--surface-2);border-color:var(--border-hover);color:var(--text)}.page-btn.active{background:#0f172a;border-color:#0f172a;color:#fff}.page-btn:disabled{opacity:.4;cursor:default}.m-cd-back{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);text-decoration:none;flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;border-radius:999px;-webkit-tap-highlight-color:transparent}.m-cd-back svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.m-cd-hero{display:none;flex-direction:column;align-items:center;padding:10px var(--sp-4) var(--sp-4);background:var(--surface);border-bottom:1px solid var(--border);gap:8px}.m-cd-hero-back-row{width:100%;display:flex;justify-content:flex-start;margin-bottom:2px}.m-cd-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#d4e8e7,#b8d8d7);color:var(--accent);font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:var(--sp-1)}.m-cd-avatar.av-green{background:linear-gradient(135deg,#a7f3d0,#34d399);color:#065f46}.m-cd-avatar.av-amber{background:linear-gradient(135deg,#fde68a,#fbbf24);color:#92400e}.m-cd-avatar.av-purple{background:linear-gradient(135deg,#ddd6fe,#a78bfa);color:#4c1d95}.m-cd-name{font-size:22px;font-weight:700;color:var(--text);text-align:center;line-height:1.2}.m-cd-furi{font-size:12.5px;color:var(--muted);text-align:center}.m-cd-badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:2px}.m-cd-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-2);width:100%;max-width:320px;margin-top:var(--sp-3)}.m-cd-act{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;background:transparent;border:0;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent}.m-cd-act span{font-size:11.5px;font-weight:500;color:var(--muted)}.m-cd-act-icon{width:44px;height:44px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;transition:background .12s}.m-cd-act-icon svg{width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.m-cd-act:active .m-cd-act-icon{background:var(--accent-soft)}.m-cd-act-icon.m-cd-act-call{background:var(--accent);width:49px;height:49px}.m-cd-act-icon.m-cd-act-call svg{stroke:#fff;width:20px;height:20px}.m-cd-kpi-strip{display:none;grid-template-columns:repeat(4,1fr);background:var(--surface);border-bottom:1px solid var(--border)}.m-cd-kpi{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:76px;gap:8px;padding:12px 14px;background:var(--surface);border-right:1px solid var(--border)}.m-cd-kpi.is-live{align-items:stretch}.m-cd-kpi:last-child{border-right:0}.m-cd-kpi-val{font-size:21px;font-weight:700;color:var(--accent);line-height:1;min-height:21px;display:flex;align-items:center}.m-cd-kpi.is-activity .m-cd-kpi-val{font-size:clamp(11px,2.2vw,15px);line-height:1.1;white-space:nowrap;letter-spacing:-.02em}.m-cd-kpi.is-live .m-cd-kpi-val{flex:1;width:100%;justify-content:center}.m-cd-kpi-lbl{font-size:10.5px;color:var(--muted);font-weight:600;letter-spacing:.03em;line-height:1.2;text-align:left;white-space:nowrap}.m-cd-kpi.is-live .m-cd-kpi-lbl{width:100%;text-align:center}.m-cd-tab-nav{display:none;overflow-x:auto;flex-wrap:nowrap;border-bottom:1px solid var(--border);background:var(--surface);scrollbar-width:none;position:sticky;top:0;z-index:20;padding:0 var(--sp-3);gap:0;align-items:stretch;min-height:44px}.m-cd-tab-nav::-webkit-scrollbar{display:none}.m-cd-tab-nav .tab-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;flex-shrink:0;white-space:nowrap;border-radius:0;min-height:44px;padding:0 12px;background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted);font-size:12px;font-weight:700;min-width:96px;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.m-cd-tab-nav .tab-btn.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);box-shadow:inset 0 -1px 0 var(--accent);background:color-mix(in srgb,var(--accent) 10%,white)}.m-claim-btn{height:32px;padding:0 13px;border:1px solid var(--accent);border-radius:10px;background:var(--accent);font-size:15.5px;font-weight:700;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-family:inherit;-webkit-tap-highlight-color:transparent}.m-claim-btn:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.m-claim-btn:disabled{opacity:.45;cursor:not-allowed}.m-claim-btn-list{width:44px;height:44px;padding:0;border-radius:10%;display:grid;place-items:center;font-size:12.5px;line-height:1;text-align:center}.m-assign-zone{display:flex;flex-direction:column;align-items:flex-end;gap:var(--sp-1);flex-shrink:0}.m-you-pill{height:20px;padding:0 var(--sp-2);border-radius:var(--r-pill);background:var(--accent-soft);border:1px solid rgba(47,111,109,.25);font-size:12.5px;font-weight:700;color:var(--accent);white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.m-inline-you-note{margin-left:2px;font-size:11px;font-weight:600;opacity:.65}.m-inline-you-note-manager{margin-left:3px;opacity:.7}.m-other-pill{height:20px;padding:0 6px;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border);font-size:12.5px;font-weight:600;color:var(--muted);white-space:nowrap;display:inline-flex;align-items:center}.m-info-section{background:var(--surface);margin-top:0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.m-info-hd{padding:8px var(--sp-4) 4px;font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;background:var(--bg)}.m-info-row{display:flex;align-items:center;padding:11px var(--sp-4);border-bottom:1px solid rgba(0,0,0,.045);gap:var(--sp-3);min-height:44px}.m-info-row:last-child{border-bottom:0}.m-info-lbl{color:var(--muted);flex:0 0 90px}.m-info-lbl,.m-info-val{font-size:14px;font-weight:500}.m-info-val{flex:1;color:var(--text);text-align:right;min-width:0;word-break:break-word}.m-info-link{color:var(--accent);text-decoration:none}.m-info-note{padding:var(--sp-3) var(--sp-4);font-size:14px;color:var(--text);line-height:1.55}.m-info-subhd{padding:8px var(--sp-4);font-size:12px;font-weight:600;color:var(--text);background:transparent;border-top:1px solid rgba(0,0,0,.045)}.m-cd-timeline-row{display:flex;align-items:flex-start;gap:var(--sp-3);padding:var(--sp-3) var(--sp-4);border-bottom:1px solid var(--border);background:var(--surface)}.m-cd-tl-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);margin-top:5px;flex-shrink:0}.m-cd-tl-time{font-size:11.5px;color:var(--muted);margin-top:2px;white-space:nowrap}.m-cd-outcome-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.m-classic-row,.m-list-row{position:relative;display:flex;align-items:flex-start;gap:14px;padding:18px;background:var(--surface);cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,.04);transition:background .12s ease}.m-classic-row:not(:last-child):after,.m-list-row:not(:last-child):after{content:"";position:absolute;right:18px;bottom:0;left:18px;height:1px;background:var(--border)}.gesture-long-press-surface[data-long-press-surface=customer-row]{touch-action:pan-y;user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important}.gesture-long-press-surface[data-long-press-surface=customer-row] *{user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important;-webkit-user-drag:none}.m-classic-row:active,.m-list-row:active{background:var(--surface-2)}.m-classic-row-no-avatar{gap:12px;padding-left:9px;padding-right:9px}.m-classic-row-no-avatar:not(:last-child):after{left:9px;right:9px}.m-row-avatar{width:48px;height:48px;border-radius:8px;flex:0 0 48px;align-self:flex-start;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--accent);background:linear-gradient(135deg,#dceceb,#bdd9d8);box-shadow:inset 0 0 0 1px rgba(47,111,109,.12)}.m-row-avatar.av-amber{background:linear-gradient(135deg,#fde68a,#fbbf24);color:#92400e}.m-row-avatar.av-green{background:linear-gradient(135deg,#a7f3d0,#34d399);color:#065f46}.m-row-avatar.av-purple{background:linear-gradient(135deg,#ddd6fe,#a78bfa);color:#4c1d95}.m-classic-body{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column}.m-classic-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.m-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.m-classic-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.m-row-name{font-size:16px;font-weight:700;color:var(--text);line-height:1.25;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-row-name-meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;flex:0 0 auto}.m-row-name-meta .badge{min-height:20px;padding:3px 10px;font-size:11px;font-weight:700;letter-spacing:.04em}.m-row-name-meta .badge.warn{min-height:18px;padding:2px 8px;font-size:10.5px}.m-row-sub{font-size:12px;font-weight:500;color:var(--muted)}.m-row-inquiry,.m-row-sub{line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-row-inquiry{margin-top:4px;font-size:13.5px;font-weight:600;color:#1f2a3a}.m-classic-status-text.badge{font-size:12.5px;font-weight:600;letter-spacing:0;white-space:nowrap}.m-classic-note{display:flex;align-items:center;gap:6px;min-width:0;margin-top:6px;padding:7px 10px;background:var(--warn-bg);border-left:3px solid #c89017;border-radius:var(--r-tag);color:var(--warn-text)}.m-classic-note-icon{flex-shrink:0;color:#c89017}.m-classic-note-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12.5px;font-weight:600;color:#6b3e02}.m-row-last-call{margin-top:8px;min-width:0}.m-row-last-call-meta{display:flex;align-items:center;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;gap:0}.m-row-last-call-time{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;line-height:1.3;color:#475569;font-variant-numeric:tabular-nums;flex-shrink:0}.m-row-last-call-time-icon{flex-shrink:0;color:#94a0ae;stroke-width:2.1}.m-row-last-call-outcome{display:inline-flex;align-items:center;min-height:20px;padding:0 6px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.3;flex-shrink:0}.m-row-last-call-outcome--neutral{background:#e2e8f0;color:#475569}.m-row-last-call-outcome--info{background:#dbeafe;color:#1d4ed8}.m-row-last-call-outcome--success{background:#ccfbf1;color:#0f766e}.m-row-last-call-outcome--teal{background:rgba(47,111,109,.12);color:var(--accent)}.m-row-last-call-outcome--warn{background:#fef3c7;color:#b45309}.m-row-last-call-outcome--danger{background:#fee2e2;color:#b91c1c}.m-row-last-call-by-chip{display:inline-flex;align-items:center;max-width:124px;padding:3px 6px;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#f8fafc;color:#334155;min-width:0}.m-row-last-call-by{font-size:11.5px;font-weight:600;line-height:1.3;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-row-last-call-separator{margin:0;color:#94a0ae;flex-shrink:0}.m-brand-text{min-height:0;padding:0;background:transparent;border:0;font-size:11px;font-weight:600;line-height:1;white-space:nowrap}.m-brand-text.next{background:transparent;color:#6d28d9}.m-brand-text.stylehouse{background:transparent;color:#be185d}.m-brand-text.argo{background:transparent;color:#b45309}.m-brand-text.basehouse{background:transparent;color:#15803d}.m-brand-text.listo{background:transparent;color:#92400e}.m-brand-text.sense{background:transparent;color:#4338ca}.m-brand-text.hinokiya{background:transparent;color:#1d4ed8}.m-brand-text.default{background:transparent;color:#475569}.m-row-action-slot{display:flex;min-width:45px;max-width:160px;align-items:flex-start;justify-content:flex-end;align-self:flex-start;flex-shrink:0}.m-row-action-stack{display:inline-flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:0}.m-classic-action-placeholder{display:inline-flex;width:45px;height:45px;flex-shrink:0}.m-row-action-slot .call-btn{width:45px;height:45px;border-radius:50%;border:0;box-shadow:0 6px 16px rgba(52,199,89,.22);transition:background-color .14s ease,transform .14s ease,box-shadow .14s ease}.m-row-action-slot .call-btn,.m-row-action-slot .customer-list-call-btn.call-btn,.m-row-action-slot .m-call-btn.call-btn{background-color:var(--call-button-green);color:#fff}.m-row-action-slot .call-btn:hover:not(:disabled){background-color:var(--call-button-green-hover);transform:translateY(-1px);box-shadow:0 10px 18px rgba(52,199,89,.26)}.m-row-action-slot .customer-list-call-btn.call-btn:hover:not(:disabled),.m-row-action-slot .m-call-btn.call-btn:hover:not(:disabled){background-color:var(--call-button-green-hover)}.m-row-action-slot .call-btn:active:not(:disabled){background-color:var(--call-button-green-hover);transform:translateY(0)}.m-row-action-slot .call-btn:disabled{cursor:not-allowed;box-shadow:none;transform:none}.m-row-action-slot .call-btn:disabled,.m-row-action-slot .customer-list-call-btn.call-btn:disabled,.m-row-action-slot .m-call-btn.call-btn:disabled{background-color:var(--call-button-disabled);color:rgba(255,255,255,.6)}.m-row-action-slot .call-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.m-row-action-slot .customer-list-call-btn.call-btn svg,.m-row-action-slot .m-call-btn.call-btn svg{stroke:currentColor;fill:none;stroke-width:2.5}.m-classic-staff-chip{display:inline-flex;align-items:center;gap:8px;max-width:160px;padding:5px 10px 5px 5px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2);color:var(--ink-2);font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-row-action-stack .m-classic-staff-chip{max-width:132px}.m-classic-staff-avatar{width:22px;height:22px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px;font-weight:600}.m-classic-staff-avatar.av-amber{background:linear-gradient(135deg,#fde68a,#fbbf24);color:#92400e;box-shadow:inset 0 0 0 1px rgba(146,64,14,.2)}.m-classic-staff-avatar.av-green{background:linear-gradient(135deg,#a7f3d0,#34d399);color:#065f46;box-shadow:inset 0 0 0 1px rgba(6,95,70,.18)}.m-classic-staff-avatar.av-purple{background:linear-gradient(135deg,#ddd6fe,#a78bfa);color:#4c1d95;box-shadow:inset 0 0 0 1px rgba(76,29,149,.2)}.m-classic-staff-avatar.default{background:linear-gradient(135deg,#dceceb,#bdd9d8);color:var(--accent);box-shadow:inset 0 0 0 1px rgba(47,111,109,.12)}.m-classic-staff-name{min-width:0;color:var(--ink-2);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes cust-lock-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.15)}}@media (prefers-reduced-motion:reduce){.cust-lock-indicator-dot{animation:none}}.mobile-quick-actions-root{position:fixed;inset:0;z-index:1200;pointer-events:none}.mobile-quick-actions-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.16);backdrop-filter:blur(1.5px);pointer-events:auto}.mobile-quick-actions-menu{position:fixed;width:220px;overflow:hidden;border:1px solid color-mix(in srgb,var(--border) 82%,white);border-radius:18px;background:color-mix(in srgb,var(--surface) 94%,white);box-shadow:0 18px 44px rgba(15,23,42,.2);pointer-events:auto}.mobile-quick-actions-item{width:100%;min-height:46px;padding:0 16px;border:0;background:transparent;display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;color:var(--text);text-align:left;transition:background .14s ease,color .14s ease}.mobile-quick-actions-item:active:not(:disabled),.mobile-quick-actions-item:hover:not(:disabled){background:var(--surface-2)}.mobile-quick-actions-item:disabled{opacity:.45;cursor:not-allowed}.mobile-quick-actions-item.is-destructive{color:#c2410c}.mobile-quick-actions-item.is-destructive:active:not(:disabled),.mobile-quick-actions-item.is-destructive:hover:not(:disabled){background:rgba(249,115,22,.08)}.survey-mobile-metrics-wrap{margin-top:-2px}.survey-desktop-toolbar{margin-bottom:-2px}.survey-desktop-manage-btn{height:34px;padding:0 12px;font-size:12px;color:var(--muted);background:rgba(255,255,255,.9)}.survey-desktop-metric-card{border-radius:18px;border:1px solid var(--border);background:#fff;padding:16px 20px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.survey-desktop-grid{align-items:start}.survey-desktop-panel{border-radius:18px;border:1px solid var(--border);background:#fff;padding:16px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.survey-desktop-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.survey-desktop-panel-head-tight{margin-bottom:12px}.survey-desktop-panel-title-row{display:flex;align-items:center;gap:8px;min-width:0}.survey-desktop-panel-title{margin:0;font-size:16px;font-weight:500;line-height:1.25;color:var(--text)}.survey-desktop-count-badge{display:inline-flex;min-width:24px;height:22px;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:rgba(15,23,42,.06);font-size:12px;font-weight:700;color:var(--text)}.survey-desktop-response-card{width:100%;border-radius:var(--r);border:1px solid var(--border);background:var(--surface);padding:15px 16px;text-align:left;transition:background .12s ease,border-color .12s ease,transform .12s ease}.survey-desktop-response-card:hover{background:var(--surface-2);border-color:rgba(15,23,42,.12);transform:translateY(-1px)}.survey-desktop-response-arrow{color:var(--muted);opacity:.42;transform:translateX(0);transition:opacity .12s ease,transform .12s ease,color .12s ease}.survey-desktop-response-card:hover .survey-desktop-response-arrow{color:var(--text);opacity:.88;transform:translateX(2px)}.survey-desktop-response-meta{margin-top:4px;font-size:12px;color:var(--muted)}.survey-desktop-response-preview{margin-top:12px;font-size:13px;line-height:1.6;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.survey-desktop-table{width:100%;font-size:14px;border-collapse:separate;border-spacing:0}.survey-desktop-table-head{border-bottom:1px solid var(--border)}.survey-desktop-table-heading{padding:8px 8px 10px;text-align:left;font-size:12px;font-weight:600;color:var(--muted);white-space:nowrap}.survey-desktop-table-row td{border-bottom:1px solid var(--border);transition:background .12s ease}.survey-desktop-table-row:hover td{background:var(--surface-2)}.survey-desktop-table-row:last-child td{border-bottom:0}.survey-desktop-table-cell{padding:12px 8px}.survey-desktop-table-meta{padding:12px 8px;font-size:12px;color:var(--muted);white-space:nowrap}.survey-desktop-resend-btn{height:28px;padding:0 10px;font-size:12px}.survey-mobile-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:var(--sp-3) var(--sp-3) 0}.survey-mobile-metric-card{border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fff;padding:var(--sp-3);box-shadow:0 1px 4px rgba(15,23,42,.06);min-height:102px;display:flex;flex-direction:column;justify-content:flex-start}.survey-mobile-metric-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.survey-mobile-metric-value{margin-top:8px;font-size:26px;line-height:1;font-weight:700;letter-spacing:-.02em;color:var(--text)}.survey-mobile-metric-value-tight{font-size:22px;letter-spacing:-.03em}.survey-mobile-metric-sub{margin-top:6px;font-size:12px;line-height:1.3;color:var(--muted)}.survey-mobile-list{overflow:hidden;border-radius:14px;box-shadow:0 1px 4px rgba(15,23,42,.06)}.survey-mobile-section-hd{display:flex;align-items:center;justify-content:space-between;padding:var(--sp-2) var(--sp-4) var(--sp-1);font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;background:var(--surface-2);border-bottom:1px solid var(--border)}.survey-mobile-section-count{min-width:22px;height:20px;padding:0 6px;background:rgba(15,23,42,.06);font-size:12px;font-weight:700}.survey-mobile-section-add,.survey-mobile-section-count{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--text)}.survey-mobile-section-add{width:26px;height:26px;background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.08)}.survey-mobile-pending-row,.survey-mobile-response-row,.survey-mobile-template-row{min-height:64px;padding-top:10px;padding-bottom:10px}.survey-mobile-template-row-no-avatar{gap:0}.survey-mobile-row-sub{margin-top:2px;line-height:1.35}.survey-mobile-rating{font-size:13px;letter-spacing:1px;line-height:1}.survey-mobile-resend-btn{height:30px;padding:0 10px;font-size:12px}.survey-mobile-template-btn{height:42px;width:42px;min-width:42px;padding:0;font-size:12px}.survey-template-page-flat,.survey-template-page-flat *{border-radius:0!important}.m-proto-classic-row{padding:15px 16px 15px 14px;gap:12px}.m-proto-classic-row:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:0 3px 3px 0;background:transparent}.m-proto-strip-warn:before{background:var(--warn-text)}.m-proto-strip-cool:before{background:#2858a4}.m-proto-strip-teal:before{background:var(--accent)}.m-proto-strip-success:before{background:#15803d}.m-proto-strip-danger:before{background:#b91c1c}.m-proto-strip-free:before{background:#5b21b6}.m-proto-strip-default:before{background:var(--muted)}.m-proto-classic-row:not(:last-child):after{left:14px;right:14px}.m-proto-avatar-tile{width:46px;height:46px;border-radius:8px;flex-shrink:0;align-self:flex-start;margin-top:2px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800}.m-proto-tile-teal{background:linear-gradient(135deg,#d5e9e8,#b5d8d6);color:#225f5d}.m-proto-tile-green{background:linear-gradient(135deg,#bff4da,#59da9a);color:#055a45}.m-proto-tile-amber{background:linear-gradient(135deg,#fde9ad,#f6be39);color:#8b4f00}.m-proto-tile-purple{background:linear-gradient(135deg,#e4ddfe,#b59af9);color:#51259a}.m-proto-name-row{display:flex;align-items:center;gap:8px;min-width:0}.m-proto-name-badges{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap}.m-proto-status-pill{display:inline-block;font-size:11.76px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:10em;flex-shrink:0;animation:m-proto-status-pulse 2.2s ease-in-out infinite}.m-proto-spill-warn{color:var(--warn-text)}.m-proto-spill-cool{color:#1d4fa2}.m-proto-spill-teal{color:var(--accent)}.m-proto-spill-success{color:#0a7a4d}.m-proto-spill-danger{color:#b61d1d}.m-proto-spill-free{color:#5b21b6}.m-proto-spill-default{color:var(--muted)}@keyframes m-proto-status-pulse{0%,to{filter:saturate(1.02) brightness(.98)}50%{filter:saturate(1.18) brightness(1.04)}}@media (prefers-reduced-motion:reduce){.m-proto-status-pill{animation:none}}.m-proto-call-line{margin-top:8px;display:flex;align-items:center;flex-wrap:wrap;gap:5px 8px;min-width:0}.m-proto-call-chip{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;border-radius:6px;border:1px solid transparent;font-size:11.5px;font-weight:700;white-space:nowrap;flex-shrink:0}.m-proto-call-chip:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;flex-shrink:0}.m-proto-chip-neutral{background:#eef1f5;color:#4f5f73;border-color:rgba(79,95,115,.16)}.m-proto-chip-success{background:#d7f7e1;color:#086843;border-color:rgba(8,104,67,.18)}.m-proto-chip-warn{background:#fdeac1;color:#7d4e00;border-color:rgba(125,78,0,.18)}.m-proto-chip-danger{background:#fbe1e1;color:#a91a1a;border-color:rgba(169,26,26,.18)}.m-proto-call-time{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:var(--text);white-space:nowrap;flex-shrink:0}.m-proto-call-time-icon{flex-shrink:0;color:var(--muted)}.m-proto-caller-chip{display:inline-flex;align-items:center;gap:4px;max-width:120px;padding:2px 8px 2px 7px;border-radius:999px;background:var(--accent-soft);border:1px solid rgba(47,111,109,.16);color:var(--accent);font-size:11.5px;font-weight:600;white-space:nowrap;overflow:hidden;flex-shrink:0}.m-proto-caller-chip svg{flex-shrink:0}.m-proto-caller-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m-proto-note{margin-top:7px;padding:5px 9px;border-left:2px solid rgba(92,108,126,.28);border-radius:0 var(--r-sm) var(--r-sm) 0;background:var(--surface-2);min-width:0}.m-proto-note-text{display:block;font-size:12px;font-weight:500;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-view-tabs{display:flex;align-items:center;gap:2px;padding:4px 0 2px;overflow-x:auto}.customer-view-tabs.no-scrollbar::-webkit-scrollbar{display:none}.customer-view-tabs.no-scrollbar{scrollbar-width:none}.customer-view-tab{position:relative;padding:6px 12px;font-size:13px;font-weight:500;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:var(--r-sm);white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.customer-view-tab:hover{background:var(--accent-soft);color:var(--accent)}.customer-view-tab:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.customer-view-tab.active{color:#fff;font-weight:600;background:var(--accent);box-shadow:0 1px 2px rgba(47,111,109,.25)}.customer-view-tab.active:hover{background:var(--accent-hover);color:#fff}.customers-page-prototype{height:100vh;overflow:hidden;display:flex;flex-direction:column;background:var(--bg)}.customers-page-prototype .cust-band{flex-shrink:0}.cust-band-tabs{display:flex;align-items:flex-end;gap:var(--sp-2);padding:0 16px 2px;background:var(--surface);border-bottom:1px solid var(--border)}.cust-band-tabs>.customer-view-tabs{flex:1 1 auto;min-width:0}.cust-band-tabs-actions{display:flex;align-items:center;gap:var(--sp-1);padding-top:2.5px;padding-bottom:6px;flex-shrink:0}.cust-band-filter{display:flex;align-items:center;gap:var(--sp-2);flex-wrap:wrap;padding:10px 16px;background:#dde3ec;border-bottom:1px solid var(--border);box-shadow:inset 0 1px 0 rgba(15,23,42,.04)}.customers-page-prototype .cust-band-table{flex:1 1 auto;min-height:0;background:var(--surface);border-bottom:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.customers-page-prototype .cust-band-table>*{flex:1 1 auto;min-height:0;overflow:auto}.cust-band-pager{padding:10px 16px;background:var(--surface-2);border-top:1px solid var(--border)}.cust-filter-bar{display:flex;align-items:center;gap:var(--sp-2);flex-wrap:wrap;width:100%}.cust-search-wrap{position:relative;width:280px;flex-shrink:0}.cust-search-wrap .cust-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--muted)}.cust-search-input{width:100%;height:34px;padding:0 36px 0 32px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:12.5px;color:var(--text);outline:none;box-shadow:0 1px 2px rgba(15,23,42,.06)}.cust-search-input::placeholder{color:var(--muted)}.cust-search-input:focus{border-color:rgba(47,111,109,.55);background:#fff}.cust-filter-divider{width:1px;height:24px;background:#cbd5e1;flex-shrink:0}.cust-filter-badge{gap:6px;height:34px;padding:0 6px 0 12px;border-radius:6px;background:#0f4948;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;box-shadow:0 1px 2px rgba(15,73,72,.25)}.cust-filter-badge,.cust-filter-badge-count{display:inline-flex;align-items:center;font-weight:700}.cust-filter-badge-count{justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:4px;background:#fff;color:#0f4948;font-size:11.5px;font-variant-numeric:tabular-nums;letter-spacing:0;text-transform:none}.cust-chip{display:inline-flex;align-items:center;gap:8px;height:34px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:var(--text);font-size:13.5px;padding:0 10px 0 6px;transition:transform .12s,box-shadow .15s,border-color .15s,background .15s;flex-shrink:0;box-shadow:0 1px 2px rgba(15,23,42,.08),0 1px 0 rgba(15,23,42,.04);cursor:pointer}.cust-chip:hover{border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 2px 4px rgba(15,23,42,.1),0 1px 0 rgba(15,23,42,.05)}.cust-chip-icon{width:22px;height:22px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,23,42,.06);color:var(--muted);flex-shrink:0}.cust-chip-label{font-weight:600;letter-spacing:-.01em}.cust-chip-plus{width:16px;height:16px;opacity:.6}.cust-chip-clear,.cust-chip-plus{display:inline-flex;align-items:center;justify-content:center}.cust-chip-clear{margin-left:2px;width:20px;height:20px;border-radius:6px;cursor:pointer}.cust-chip-clear:hover{background:rgba(255,255,255,.15)}.cust-chip-sep{color:rgba(255,255,255,.4);margin:0 2px}.cust-chip-value{font-weight:400;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cust-chip.active{border-color:#0f172a;background:var(--accent);color:#fff;padding:0 4px 0 6px;box-shadow:0 2px 4px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.08)}.cust-chip.active .cust-chip-icon{background:rgba(255,255,255,.15);color:rgba(255,255,255,.95)}.cust-chip.active .cust-chip-sep{color:rgba(255,255,255,.4)}.cust-chip.active .cust-chip-value{color:#fff}.cust-chip.opened{border-color:#94a3b8;box-shadow:0 0 0 2px rgba(15,23,42,.08)}.cust-chip-icon[data-id=status]{background:rgba(47,111,109,.12);color:var(--accent)}.cust-chip-icon[data-id=owner]{background:rgba(99,102,241,.12);color:#6366F1}.cust-chip-icon[data-id=areaGroup]{background:rgba(245,158,11,.16);color:#B45309}.cust-chip-icon[data-id=address]{background:rgba(244,63,94,.12);color:#E11D48}.cust-chip-icon[data-id=created]{background:rgba(59,130,246,.12);color:#2563EB}.cust-chip-icon[data-id=lastCall]{background:rgba(139,92,246,.14);color:#7C3AED}.cust-chip-icon[data-id=source]{background:rgba(14,165,164,.14);color:#0F766E}.cust-chip-icon[data-id=store]{background:rgba(234,88,12,.14);color:#C2410C}.cust-chip-icon[data-id=division]{background:rgba(100,116,139,.16);color:#475569}.cust-chip.active .cust-chip-icon[data-id]{background:rgba(255,255,255,.15);color:rgba(255,255,255,.95)}.cust-chip-add{border-style:dashed;background:rgba(255,255,255,.5);color:var(--muted);padding:0 12px;box-shadow:none;font-weight:500}.cust-chip-add.open,.cust-chip-add:hover{color:var(--text);background:#fff}.cust-chip-add.open{border-color:var(--accent)}.cust-clear-all{height:28px;padding:0 6px;font-size:11.5px;color:var(--muted);display:inline-flex;align-items:center;gap:4px;background:transparent;border:none;cursor:pointer}.cust-clear-all:hover{color:var(--text)}.cust-popover{z-index:60;border-radius:8px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 28px -10px rgba(15,23,42,.18),0 2px 6px -2px rgba(15,23,42,.08);overflow:hidden;animation:fade-in .12s ease-out}.cust-pop-header{padding:10px 12px 6px;font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.cust-pop-body{padding:0 6px 6px}.cust-pop-scroll{max-height:320px;overflow-y:auto}.cust-pop-footer{border-top:1px solid rgba(226,230,236,.6);padding:4px 6px;display:flex;justify-content:space-between;align-items:center}.cust-pop-footer button{font-size:12px;padding:4px 8px;color:var(--muted);background:transparent;border:none;cursor:pointer}.cust-pop-footer button.primary{color:var(--text);font-weight:600}.cust-menu-item,.cust-pop-footer button:hover{color:var(--text)}.cust-menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:6px;text-align:left;font-size:13px;background:transparent;border:none;cursor:pointer}.cust-menu-item:hover{background:var(--surface-2)}.cust-menu-item.selected{background:rgba(47,111,109,.06)}.cust-menu-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cust-menu-icon{color:var(--muted);display:inline-flex}.cust-menu-check{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.cust-empty-pop{padding:14px 12px;font-size:12.5px;color:var(--muted);text-align:center}.cust-checkbox-row{width:100%;display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:6px;text-align:left;background:transparent;border:none;cursor:pointer}.cust-checkbox-row:hover{background:var(--surface-2)}.cust-cb{width:16px;height:16px;border-radius:3px;border:1px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cust-cb.on{background:var(--accent);border-color:#0f172a;color:#fff}.cust-row-label{flex:1;font-size:13px;color:var(--text)}.cust-radio-row{width:100%;display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:6px;text-align:left;background:transparent;border:none;cursor:pointer}.cust-radio-row:hover{background:var(--surface-2)}.cust-rb{width:14px;height:14px;border-radius:50%;border:1px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cust-rb.on:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.cust-date-custom{border-top:1px solid rgba(226,230,236,.6);padding:8px 12px}.cust-date-input{height:28px;flex:1;padding:0 6px;font-size:12px}.cust-addr-input,.cust-date-input{border-radius:6px;background:var(--surface-2);border:1px solid var(--border)}.cust-addr-input{width:100%;height:36px;padding:0 10px 0 32px;font-size:13px;outline:none}.cust-addr-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted)}.cust-sort-row{display:flex;align-items:center;gap:4px;width:100%}.cust-sort-row>.cust-menu-item{flex:1}.cust-tool-btn-mini{width:24px;height:24px;border:none;background:transparent;color:var(--muted);border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cust-tool-btn-mini:hover{background:var(--surface-2);color:var(--text)}.cust-sort-clear-row{border-top:1px solid rgba(226,230,236,.6);margin-top:4px;padding-top:4px}.ct-proto{background:var(--surface)}.ct-proto table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.ct-proto thead th{position:sticky;top:0;z-index:10;background:var(--surface);font-size:12px;color:var(--text);font-weight:600;text-align:left;padding:0 12px;height:36px;border-bottom:1px solid var(--border);border-right:1px solid rgba(226,230,236,.6);white-space:nowrap}.ct-proto thead th.ct-proto-th-last{border-right:none}.ct-proto thead th.ct-proto-th-actions{text-align:right}.ct-proto-head-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:default}.ct-proto-head-btn.is-sortable{cursor:pointer}.ct-proto-head-btn.is-sortable:hover{color:var(--accent)}.ct-proto-head-btn .ct-proto-sort-default{opacity:.3;display:inline-flex}.ct-proto-head-btn .ct-proto-sort-active{color:var(--accent);display:inline-flex}.ct-proto tbody td{padding:0 12px;vertical-align:middle;font-size:13px;color:var(--muted);border-bottom:1px solid rgba(226,230,236,.6);border-right:1px solid rgba(226,230,236,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ct-proto tbody td.ct-proto-td-last{border-right:none}.ct-proto tbody td.ct-proto-td-last,.ct-proto thead th.ct-proto-th-actions{padding-left:6px;padding-right:8px}.ct-proto tbody tr{transition:background .12s;cursor:pointer}.ct-proto tbody tr:hover{background:rgba(245,246,249,.6)}.ct-proto tbody tr:focus-visible{outline:2px solid rgba(47,111,109,.5);outline-offset:-2px}.ct-proto[data-density=compact] tbody tr{height:38px}.ct-proto[data-density=default] tbody tr{height:44px}.ct-proto[data-density=comfortable] tbody tr{height:56px}.ct-proto-name{display:flex;align-items:center;gap:10px;min-width:0}.ct-proto-name-tile{width:28px;height:28px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:600;flex-shrink:0;letter-spacing:-.01em}.ct-proto-name-body{min-width:0;flex:1 1 auto}.ct-proto-name-top{font-size:13px;color:var(--text);font-weight:500;line-height:1.15;display:flex;align-items:center;gap:6px;overflow:hidden;white-space:nowrap}.ct-proto-name-text{min-width:0}.ct-proto-kana,.ct-proto-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-proto-kana{font-size:11px;color:var(--muted);margin-top:2px;line-height:1.15}.ct-proto-inactive{font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:var(--surface-2);border-radius:3px;padding:1px 4px;font-weight:600;flex-shrink:0}.ct-proto-name-tags{gap:4px;flex-shrink:0}.ct-proto-name-tags,.ct-proto-status{display:inline-flex;align-items:center}.ct-proto-status{gap:6px;border-radius:6px;height:22px;padding:0 8px;font-size:11.5px;font-weight:500;letter-spacing:-.01em;white-space:nowrap;border:1px solid transparent}.ct-proto-status .ct-proto-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ct-proto-status[data-tone=new]{background:#EDF4FF;color:#1E3A8A;border-color:#BFD4F7}.ct-proto-status[data-tone=new] .ct-proto-status-dot{background:#3B82F6}.ct-proto-status[data-tone=contacted]{background:#ECFDF5;color:#065F46;border-color:#BBF1DA}.ct-proto-status[data-tone=contacted] .ct-proto-status-dot{background:#10B981}.ct-proto-status[data-tone=appt]{background:#FFF7E8;color:#8A5D00;border-color:#FCE3B0}.ct-proto-status[data-tone=appt] .ct-proto-status-dot{background:#F59E0B}.ct-proto-status[data-tone=won]{background:#0E9F6E;color:#FFFFFF;border-color:#0E9F6E}.ct-proto-status[data-tone=won] .ct-proto-status-dot{display:none}.ct-proto-status[data-tone=lost]{background:#FEF2F2;color:#B91C1C;border-color:#F8C8C8}.ct-proto-status[data-tone=lost] .ct-proto-status-dot{background:#EF4444}.ct-proto-status[data-tone=cold]{background:#F1F5F9;color:#475569;border-color:#D8DEE6}.ct-proto-status[data-tone=cold] .ct-proto-status-dot{background:#94A3B8}.ct-proto-status[data-tone=free]{background:#F5F0FF;color:#5B21B6;border-color:#D8C8F7}.ct-proto-status[data-tone=free] .ct-proto-status-dot{background:#8B5CF6}.ct-proto-status[data-tone=called]{background:#FAF5FF;color:#6D28D9;border-color:#E6D5FB}.ct-proto-status[data-tone=called] .ct-proto-status-dot{background:#A855F7}.ct-proto-tag{display:inline-flex;align-items:center;border-radius:3px;height:16px;padding:0 4px;font-size:10px;font-weight:500;background:rgba(99,102,241,.12);color:#4338CA;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-proto-tag-overflow{font-size:10px;color:var(--muted);font-weight:500}.ct-proto-subject{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted);white-space:nowrap;min-width:0;max-width:100%}.ct-proto-subject-sq{width:6px;height:6px;border-radius:1px;flex-shrink:0;background:#6366F1}.ct-proto-subject-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ct-proto-recency{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.ct-proto-recency-dot-wrap{position:relative;width:8px;height:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ct-proto-recency-dot{width:8px;height:8px;border-radius:50%;background:#D4D4D8}.ct-proto-recency-ping{position:absolute;inset:0;border-radius:50%;opacity:.35;animation:ct-proto-ping 1.5s cubic-bezier(0,0,.2,1) infinite}.ct-proto-recency[data-recency=fresh] .ct-proto-recency-dot,.ct-proto-recency[data-recency=fresh] .ct-proto-recency-ping,.ct-proto-recency[data-recency=recent] .ct-proto-recency-dot{background:#10B981}.ct-proto-recency[data-recency=week] .ct-proto-recency-dot{background:#84CC16}.ct-proto-recency[data-recency=stale] .ct-proto-recency-dot{background:#F59E0B}.ct-proto-recency[data-recency=cold] .ct-proto-recency-dot{background:#EF4444}.ct-proto-recency[data-recency=never] .ct-proto-recency-dot{background:#D4D4D8}.ct-proto-recency-text{font-size:12.5px;color:var(--muted);font-variant-numeric:tabular-nums}@keyframes ct-proto-ping{0%{transform:scale(1);opacity:.35}75%,to{transform:scale(2.2);opacity:0}}.ct-proto-actions{display:inline-flex;align-items:center;gap:5px;justify-content:flex-end;width:100%}.ct-proto-action-btn{width:30px;height:30px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;border:none;cursor:pointer;transition:background .15s,box-shadow .15s,transform .12s}.ct-proto-action-btn:hover{transform:translateY(-1px)}.ct-proto-action-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.ct-proto-action-btn[data-kind=schedule]{background:#0D9488;box-shadow:0 1px 2px rgba(13,148,136,.35),inset 0 1px 0 rgba(255,255,255,.18)}.ct-proto-action-btn[data-kind=schedule]:hover:not(:disabled){background:#0F766E;box-shadow:0 2px 5px rgba(13,148,136,.45),inset 0 1px 0 rgba(255,255,255,.2)}.ct-proto-action-btn[data-kind=note]{background:#475569;box-shadow:0 1px 2px rgba(71,85,105,.35),inset 0 1px 0 rgba(255,255,255,.14)}.ct-proto-action-btn[data-kind=note]:hover:not(:disabled){background:#334155;box-shadow:0 2px 5px rgba(71,85,105,.45),inset 0 1px 0 rgba(255,255,255,.16)}.ct-proto-action-btn[data-kind=survey]{background:#2563EB;box-shadow:0 1px 2px rgba(37,99,235,.35),inset 0 1px 0 rgba(255,255,255,.2)}.ct-proto-action-btn[data-kind=survey]:hover:not(:disabled){background:#1D4ED8;box-shadow:0 2px 5px rgba(37,99,235,.45),inset 0 1px 0 rgba(255,255,255,.22)}.ct-proto-mono{font-family:var(--font-mono,ui-monospace,"Geist Mono",monospace);font-variant-numeric:tabular-nums;font-size:12.5px;color:var(--text)}.ct-proto-mono,.ct-proto-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-proto-text{color:var(--muted)}.ct-proto-empty-row td{text-align:center;padding:80px 0;color:var(--muted);font-size:13px;white-space:normal}.ct-proto-empty-row td .ct-proto-empty-actions{display:inline-flex;gap:8px;margin-top:16px}.ct-row-drawer{display:flex;flex-direction:column;gap:16px}.ct-row-drawer-customer{padding:10px 12px;background:var(--surface-2);border-radius:6px;border:1px solid var(--border)}.ct-row-drawer-customer-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600;margin-bottom:4px}.ct-row-drawer-customer-name{font-size:14px;font-weight:600;color:var(--text);line-height:1.2}.ct-row-drawer-customer-kana{font-size:11.5px;color:var(--muted);margin-top:2px}.ct-row-drawer-form{display:flex;flex-direction:column;gap:12px}.ct-row-drawer-label{font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:-6px}.ct-row-drawer-input,.ct-row-drawer-select,.ct-row-drawer-textarea{width:100%;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);padding:8px 10px;font-size:13.5px;font-family:inherit;outline:none;box-shadow:0 1px 2px rgba(15,23,42,.04)}.ct-row-drawer-input:focus,.ct-row-drawer-select:focus,.ct-row-drawer-textarea:focus{border-color:rgba(47,111,109,.6);box-shadow:0 0 0 3px rgba(47,111,109,.12)}.ct-row-drawer-textarea{resize:vertical;min-height:120px}.ct-row-drawer-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ct-row-drawer-grid-2>div{display:flex;flex-direction:column;gap:6px}.ct-row-drawer-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.ct-row-drawer-empty{padding:24px 12px;text-align:center;color:var(--muted);font-size:12.5px;border:1px dashed var(--border);border-radius:6px;background:var(--surface-2)}.ct-row-drawer-template-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;max-height:360px;overflow-y:auto}.ct-row-drawer-template-btn{width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:10px 12px;cursor:pointer;transition:border-color .15s,background .15s,transform .12s;display:flex;flex-direction:column;gap:3px}.ct-row-drawer-template-btn:hover:not(:disabled){border-color:var(--accent);background:rgba(47,111,109,.04);transform:translateY(-1px)}.ct-row-drawer-template-btn:disabled{opacity:.5;cursor:not-allowed}.ct-row-drawer-template-name{font-size:13.5px;font-weight:600;color:var(--text)}.ct-row-drawer-template-desc{font-size:12px;color:var(--muted);line-height:1.35}.ct-row-drawer-template-meta{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:600;margin-top:2px}.ct-row-drawer-success{padding:14px 12px;background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.25);border-radius:6px}.ct-row-drawer-success-title{font-size:13.5px;font-weight:600;color:#047857;margin-bottom:4px}.ct-row-drawer-success-hint{font-size:12px;color:var(--muted);line-height:1.4}.ct-row-drawer-link-row{display:flex;gap:6px;align-items:stretch}.ct-row-drawer-link-row .btn{flex-shrink:0;display:inline-flex;align-items:center}.ct-row-drawer-input-link{font-family:var(--font-mono,ui-monospace,monospace);font-size:12px}.ct-proto-name-tile[data-variant=default]{background:linear-gradient(135deg,#d4e8e7,#b8d8d7);color:var(--accent);border:1px solid rgba(47,111,109,.2)}.ct-proto-name-tile[data-variant=av-green]{background:linear-gradient(135deg,#a7f3d0,#34d399);color:#065f46;border:1px solid rgba(5,95,70,.18)}.ct-proto-name-tile[data-variant=av-amber]{background:linear-gradient(135deg,#fde68a,#fbbf24);color:#92400e;border:1px solid rgba(146,64,14,.18)}.ct-proto-name-tile[data-variant=av-purple]{background:linear-gradient(135deg,#ddd6fe,#a78bfa);color:#4c1d95;border:1px solid rgba(76,29,149,.18)}.survey-invite-modal{display:flex;flex-direction:column;gap:16px}.survey-invite-template-pill{padding:10px 12px;background:var(--surface-2);border-radius:12px}.survey-invite-helper,.survey-invite-template-pill{font-size:12px;color:var(--muted)}.survey-invite-search{position:relative;display:flex;align-items:center;min-height:40px;background:#eef2f6;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:0 12px}.survey-invite-search-icon{color:var(--muted);flex-shrink:0}.survey-invite-search-input{width:100%;min-width:0;border:0;outline:none;background:transparent;padding:0 0 0 10px;font-size:14px;color:var(--text)}}@layer components{.survey-invite-search-input::placeholder{color:var(--muted)}.survey-invite-list-shell{overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#fff}.survey-invite-list-title{padding:10px 14px;border-bottom:1px solid var(--border);background:var(--surface-2);font-size:12px;font-weight:600;color:var(--muted)}.survey-invite-list{max-height:18rem;overflow-y:auto}.survey-invite-customer-row{width:100%;padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);transition:background .12s ease}.survey-invite-customer-row:last-child{border-bottom:0}.survey-invite-customer-row-selected,.survey-invite-customer-row:hover{background:var(--surface-2)}.survey-invite-selected-pill{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;background:rgba(47,111,109,.12);color:var(--accent);font-size:12px;font-weight:600}.survey-invite-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid var(--border)}.survey-invite-result-head{display:flex;align-items:center;gap:10px}.survey-invite-result-icon{width:32px;height:32px;border-radius:999px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.survey-invite-link-row{display:flex;align-items:center;gap:8px}.survey-invite-link-input{flex:1;min-width:0;padding:10px 12px;font-size:12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.survey-invite-result-grid{display:flex;align-items:flex-start;gap:16px}.survey-invite-qr{border:1px solid var(--border);border-radius:12px;background:#fff;flex-shrink:0}.survey-result-share{display:flex;flex-direction:column;gap:8px}.survey-result-share-label{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.survey-result-share-buttons{display:flex;flex-direction:column;gap:8px}.survey-result-share-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13.5px;font-weight:600;text-decoration:none;transition:background .13s ease,border-color .13s ease;width:100%}.survey-result-share-btn:hover{background:var(--surface-2);border-color:rgba(92,108,126,.25)}.survey-result-share-btn-email,.survey-result-share-btn-sms{display:flex}.survey-share-mobile-only{display:inline-flex}@media (min-width:861px){.survey-result-share-btn-sms,.survey-share-mobile-only{display:none}}.survey-invite-send-grid{display:flex;flex-wrap:wrap;gap:8px}.survey-invite-modal .m-row-avatar{width:36px;height:36px;flex-basis:36px;border-radius:50%;font-size:12px}.survey-invite-modal .m-row-info{overflow:visible}.survey-invite-modal .m-row-name{font-size:14px}.survey-invite-modal .m-row-sub{white-space:normal;line-height:1.35}.m-call-btn{width:44px;height:44px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;border:0;color:var(--accent);cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background .12s}.m-call-btn:hover{background:rgba(47,111,109,.18)}.m-call-btn svg{width:20px;height:20px;fill:var(--accent);stroke:none}@media (max-width:860px){.survey-invite-actions{justify-content:stretch;flex-direction:column-reverse}.survey-invite-actions .btn{width:100%;justify-content:center}.survey-invite-link-row{flex-direction:column;align-items:stretch}.survey-invite-link-row .btn{width:100%;justify-content:center}.survey-invite-result-grid{flex-direction:column;align-items:stretch}.survey-invite-qr{align-self:center}.survey-invite-send-grid{display:grid;grid-template-columns:1fr}.survey-invite-send-grid .btn{width:100%;justify-content:center}}}