@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}html.dark{color-scheme:dark;--theme-bg: #000c14;--theme-bg-secondary: #001b26;--theme-text: #f8fafc;--theme-text-secondary: #94a3b8;--theme-border: rgba(255, 255, 255, .08);--theme-card: #001620;--theme-card-border: rgba(255, 255, 255, .06);--theme-sidebar-hover: rgba(255, 255, 255, .04);--theme-primary: #c2a469;--theme-primary-hover: #b8955a;--theme-primary-text: #000000;--theme-danger: #ef4444;--theme-danger-bg: rgba(239, 68, 68, .1);--theme-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .4);--theme-shadow-card: 0 4px 24px -4px rgba(0, 0, 0, .5);--theme-shadow-modal: 0 20px 40px -8px rgba(0, 0, 0, .7);--theme-backdrop: rgba(0, 12, 18, .8);--theme-input-bg: rgba(255, 255, 255, .03);--theme-input-border: rgba(255, 255, 255, .1);--theme-code-bg: rgba(255, 255, 255, .06);--theme-ring: rgba(194, 164, 105, .4)}html.light{color-scheme:light;--theme-bg: #f8fafc;--theme-bg-secondary: #ffffff;--theme-text: #0f172a;--theme-text-secondary: #64748b;--theme-border: rgba(0, 27, 38, .1);--theme-card: #ffffff;--theme-card-border: rgba(0, 27, 38, .08);--theme-sidebar-hover: rgba(0, 27, 38, .03);--theme-primary: #001b26;--theme-primary-hover: #002c3d;--theme-primary-text: #ffffff;--theme-danger: #ef4444;--theme-danger-bg: rgba(239, 68, 68, .08);--theme-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--theme-shadow-card: 0 4px 20px -4px rgba(0, 0, 0, .05);--theme-shadow-modal: 0 20px 40px -8px rgba(0, 0, 0, .15);--theme-backdrop: rgba(15, 23, 42, .4);--theme-input-bg: #ffffff;--theme-input-border: rgba(0, 27, 38, .15);--theme-code-bg: #f1f5f9;--theme-ring: rgba(0, 27, 38, .3)}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--theme-bg);color:var(--theme-text)}#root{min-height:100dvh;display:flex;flex-direction:column}.app-root{flex:1;display:flex;flex-direction:column}.app-topbar{position:sticky;top:0;z-index:50;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;padding:.75rem 2rem;background:color-mix(in srgb,var(--theme-bg-secondary) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--theme-border)}.app-brand-block{display:flex;align-items:center;gap:.875rem}.app-mark{width:36px;height:36px;border-radius:8px;background:var(--theme-bg-secondary);display:flex;align-items:center;justify-content:center;padding:.25rem;border:1px solid var(--theme-border);box-shadow:var(--theme-shadow-sm)}.brand-logo{width:100%;height:100%;object-fit:contain}.app-titles{display:flex;flex-direction:column}.app-title{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;color:var(--theme-text)}.app-subtitle{margin:0;font-size:.75rem;font-weight:500;color:var(--theme-text-secondary)}.app-topbar-actions{display:flex;align-items:center;gap:.5rem}.app-main{flex:1;width:100%;max-width:none;margin:0;padding:1rem 0 0}.app-hero-note{margin:0 0 1.5rem;font-size:.875rem;color:var(--theme-text-secondary);max-width:600px}.surface-card{background:var(--theme-card);border:1px solid var(--theme-card-border);border-radius:12px;box-shadow:var(--theme-shadow-card);overflow:hidden;display:flex;flex-direction:column}.surface-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-card) 98%,transparent)}.surface-card-header h2{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.pill-count{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-secondary);padding:.25rem .6rem;border-radius:9999px;border:1px solid var(--theme-border);background:var(--theme-input-bg)}.btn{font-family:inherit;cursor:pointer;border:none;border-radius:8px;font-weight:500;font-size:.875rem;min-height:36px;padding:0 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .15s ease;text-decoration:none}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--theme-bg),0 0 0 4px var(--theme-ring)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):active{transform:translateY(1px)}.btn-primary{background:var(--theme-primary);color:var(--theme-primary-text);box-shadow:var(--theme-shadow-sm);font-weight:600}.btn-primary:hover:not(:disabled){background:var(--theme-primary-hover)}.btn-secondary{background:var(--theme-card);color:var(--theme-text);border:1px solid var(--theme-input-border);box-shadow:var(--theme-shadow-sm)}.btn-secondary:hover:not(:disabled){background:var(--theme-sidebar-hover);border-color:var(--theme-border)}.btn-danger{background:var(--theme-danger);color:#fff;font-weight:600;box-shadow:var(--theme-shadow-sm)}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-ghost{background:transparent;color:var(--theme-text-secondary);border:1px solid transparent;box-shadow:none}.btn-ghost:hover:not(:disabled){color:var(--theme-text);background:var(--theme-sidebar-hover)}.btn-small{min-height:28px;padding:0 .75rem;font-size:.75rem;border-radius:6px}.btn-icon{width:36px;min-width:36px;padding:0;font-size:1rem}.filter-field{display:flex;flex-direction:column;gap:.35rem}.filter-field span{font-size:.75rem;font-weight:500;color:var(--theme-text-secondary)}.filter-input,.filter-select,.textarea-input{width:100%;border-radius:8px;border:1px solid var(--theme-input-border);background:var(--theme-input-bg);color:var(--theme-text);font-family:inherit;font-size:.875rem;padding:.5rem .75rem;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:inset 0 1px 2px #00000005}.filter-input:hover,.filter-select:hover,.textarea-input:hover{border-color:color-mix(in srgb,var(--theme-input-border) 80%,var(--theme-text))}.filter-input:focus,.filter-select:focus,.textarea-input:focus{outline:none;border-color:var(--theme-primary);box-shadow:0 0 0 1px var(--theme-primary),inset 0 1px 2px #00000005}.filter-select{min-height:120px}.filter-select.single{min-height:36px;padding:.4rem .75rem}.filter-checkboxes{display:flex;flex-direction:column;gap:.6rem;max-height:160px;overflow-y:auto;border-radius:8px;border:1px solid var(--theme-input-border);background:var(--theme-input-bg);padding:.75rem;box-shadow:inset 0 1px 2px #00000005}.filter-checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;cursor:pointer;color:var(--theme-text);line-height:1.3}.filter-checkbox-label input[type=checkbox]{accent-color:var(--theme-primary);width:1rem;height:1rem;margin:0;margin-top:.1rem;cursor:pointer}.textarea-input{resize:vertical;min-height:150px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8125rem}.table-scroll{overflow-x:hidden;flex:1}.leads-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;text-align:left}.leads-table th{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--theme-card) 95%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--theme-text-secondary);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;padding:.6rem .65rem;border-bottom:1px solid var(--theme-border);white-space:normal}.leads-table td{padding:.6rem .65rem;border-bottom:1px solid var(--theme-border);vertical-align:middle;color:var(--theme-text);font-size:.8125rem;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.leads-table tbody tr:last-child td{border-bottom:none}.leads-table tbody tr.data-row{transition:background-color .15s ease}.leads-table tbody tr.data-row:hover td{background:var(--theme-sidebar-hover)}.cell-company{font-weight:600;color:var(--theme-text);max-width:none;white-space:normal}.cell-website{max-width:none;white-space:normal}.muted{color:var(--theme-text-secondary)}.small{font-size:.75rem}.nowrap{white-space:nowrap}.select-status{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:9999px;padding:.25rem 1.5rem .25rem .75rem;font-size:.75rem;font-weight:500;color:var(--theme-text);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.8rem;transition:all .15s ease}html.light .select-status{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E")}.select-status:hover{border-color:color-mix(in srgb,var(--theme-input-border) 70%,var(--theme-text))}.select-status:focus{outline:none;box-shadow:0 0 0 2px var(--theme-bg),0 0 0 4px var(--theme-ring)}.link-external{color:var(--theme-primary);text-decoration:none;font-weight:500}.link-external:hover{text-decoration:underline;text-underline-offset:2px}.link-ghost{background:transparent;border:none;padding:.25rem .5rem;border-radius:6px;font-family:inherit;font-size:.75rem;font-weight:500;color:var(--theme-text-secondary);cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.link-ghost:hover{color:var(--theme-text);background:var(--theme-sidebar-hover)}.link-danger{background:transparent;border:none;padding:.25rem .5rem;border-radius:6px;font-family:inherit;font-size:.75rem;font-weight:500;color:var(--theme-danger);cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.link-danger:hover{background:var(--theme-danger-bg)}.row-actions{display:flex;align-items:center;gap:.25rem}.filters-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:880;background:var(--theme-backdrop);opacity:0;pointer-events:none;transition:opacity .2s ease}.filters-drawer-backdrop.open{opacity:1;pointer-events:auto}.filters-drawer{position:fixed;top:0;right:0;z-index:900;width:min(400px,100vw);height:100dvh;background:var(--theme-card);border-left:1px solid var(--theme-card-border);box-shadow:-8px 0 32px #0000001a;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.filters-drawer.open{transform:translate(0)}.filters-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-border)}.filters-drawer-head h2{margin:0;font-size:1.125rem;font-weight:600}.filters-drawer-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem 1rem}.details-page-body{padding:2rem}.details-page-head{margin-bottom:2rem}.details-page-head h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.details-page-head .detail-meta{margin:0;font-size:.8125rem;color:var(--theme-text-secondary)}.details-edit-section{padding:1.5rem;background:color-mix(in srgb,var(--theme-input-bg) 50%,transparent);border:1px solid var(--theme-border);border-radius:12px;margin-bottom:2rem}.edit-fields-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.edit-field-row{display:grid;grid-template-columns:1fr 2fr auto;gap:.75rem;align-items:center;padding:.5rem;border-radius:8px;transition:background-color .15s ease}.edit-field-row:hover{background-color:var(--theme-sidebar-hover)}@media(max-width:640px){.edit-field-row{grid-template-columns:1fr}}.field-hint-details{margin:0 0 1rem;padding:.75rem 1rem;border-radius:8px;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);font-size:.8125rem;color:var(--theme-text-secondary)}.field-hint-details summary{cursor:pointer;font-weight:500;color:var(--theme-text);outline:none}.field-hint-list{margin:.5rem 0 0;padding-left:1.25rem;max-height:min(30dvh,240px);overflow-y:auto}.field-hint-list li{margin-bottom:.25rem}.details-edit-actions{margin-top:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.details-readonly-section{padding-top:1rem}.detail-title{margin:0 0 1rem;font-size:1rem;font-weight:600}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.detail-item{padding:1rem 1.25rem;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:10px;box-shadow:inset 0 1px 2px #00000005;display:flex;flex-direction:column;gap:.35rem;transition:border-color .15s ease}.detail-item:hover{border-color:color-mix(in srgb,var(--theme-input-border) 70%,var(--theme-text))}.detail-key{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-secondary)}.detail-val{font-size:.9375rem;color:var(--theme-text);word-break:break-word;line-height:1.4}.row-detail td{background:color-mix(in srgb,var(--theme-bg-secondary) 50%,transparent);padding:1.5rem;border-bottom:1px solid var(--theme-border);box-shadow:inset 0 4px 6px -4px #0000000d}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--theme-backdrop);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.modal-panel{width:100%;max-width:500px;max-height:calc(100dvh - 3rem);display:flex;flex-direction:column;background:var(--theme-card);border:1px solid var(--theme-border);border-radius:16px;box-shadow:var(--theme-shadow-modal)}.modal-panel-sm{max-width:400px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-border)}.modal-head h2{margin:0;font-size:1.125rem;font-weight:600}.modal-close{width:32px;height:32px;border:none;background:transparent;color:var(--theme-text-secondary);border-radius:8px;font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.modal-close:hover{background:var(--theme-sidebar-hover);color:var(--theme-text)}.modal-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.modal-hint{margin:0;font-size:.875rem;color:var(--theme-text-secondary)}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-card) 95%,transparent)}.mt-compact{margin-top:.5rem}.inline-error{margin-top:.5rem;padding:.75rem;border-radius:8px;background:var(--theme-danger-bg);border:1px solid color-mix(in srgb,var(--theme-danger) 30%,transparent);color:var(--theme-danger);font-size:.8125rem;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.banner-error{margin:1.5rem;padding:1rem 1.25rem;border-radius:12px;background:var(--theme-danger-bg);border:1px solid color-mix(in srgb,var(--theme-danger) 40%,transparent)}.banner-error strong{display:block;margin-bottom:.5rem;color:var(--theme-danger);font-size:.875rem;font-weight:600}.banner-error pre{margin:0;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;color:var(--theme-text-secondary)}.value-list{margin:0;padding-left:1.2rem}.value-list.compact li{margin:.25rem 0}.empty-panel{padding:4rem 2rem;text-align:center;color:var(--theme-text-secondary);font-size:.9375rem}.loading-line{padding:3rem;text-align:center;color:var(--theme-text-secondary);font-size:.875rem;font-weight:500;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.lead-dashboard{display:flex;flex-direction:column;gap:2rem;padding:1rem 0 2rem}.lead-dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-bottom:1.5rem;border-bottom:1px solid var(--theme-border)}.lead-dashboard-title{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-back{background:var(--theme-input-bg);border:1px solid var(--theme-input-border);color:var(--theme-text-secondary);width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;box-shadow:var(--theme-shadow-sm)}.btn-back:hover{background:var(--theme-sidebar-hover);color:var(--theme-text);border-color:var(--theme-border)}.btn-back svg{width:20px;height:20px}.lead-dashboard-title h2{margin:0;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;color:var(--theme-text)}.badge-status{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;background:color-mix(in srgb,var(--theme-primary) 15%,transparent);color:var(--theme-primary);border:1px solid color-mix(in srgb,var(--theme-primary) 30%,transparent)}.badge-status.large{padding:.4rem 1rem;font-size:.8125rem}.lead-dashboard-actions{display:flex;align-items:center;gap:.75rem}.lead-dashboard-layout{display:flex;align-items:flex-start;gap:2.5rem}.lead-dashboard-main{flex:1;display:flex;flex-direction:column;gap:2.5rem;min-width:0}.lead-dashboard-sidebar{width:320px;flex-shrink:0}.sticky-sidebar{position:sticky;top:6rem}@media(max-width:960px){.lead-dashboard-layout{flex-direction:column}.lead-dashboard-sidebar{width:100%}.sticky-sidebar{position:static}}.dashboard-section{background:var(--theme-card);border:1px solid var(--theme-card-border);border-radius:12px;padding:2rem;box-shadow:var(--theme-shadow-card)}.section-title{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;color:var(--theme-text);border-bottom:1px solid var(--theme-border);padding-bottom:.75rem}.section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem 2rem}.field-full-width{grid-column:1 / -1;display:flex;flex-direction:column;gap:.5rem}.field-item{display:flex;flex-direction:column;gap:.5rem}.field-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-secondary)}.field-value{font-size:.9375rem;color:var(--theme-text);line-height:1.5;word-break:break-word}.add-field-bar{display:flex;align-items:center;gap:1rem}.add-field-bar .filter-input{max-width:300px}.meta-list{display:flex;flex-direction:column;gap:1.25rem}.meta-item{display:flex;flex-direction:column;gap:.35rem}.meta-label{font-size:.75rem;font-weight:500;color:var(--theme-text-secondary)}.meta-val{font-size:.875rem;font-weight:500;color:var(--theme-text)}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8125rem;background:var(--theme-code-bg);padding:.15rem .4rem;border-radius:4px;display:inline-block;width:fit-content}*{scrollbar-width:thin;scrollbar-color:var(--theme-border) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:6px}*::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--theme-border) 80%,var(--theme-text))}.cell-phone{position:relative;overflow:visible;width:200px}.col-phone{width:200px}.phone-cell-view{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.35rem;padding:.15rem .25rem;margin:-.15rem -.25rem;border-radius:6px;border:1px solid transparent;transition:all .15s ease;min-height:28px;max-width:100%;overflow:hidden}.phone-cell-view:hover{background:var(--theme-sidebar-hover);border-color:var(--theme-border)}.phone-text{font-variant-numeric:tabular-nums;white-space:nowrap;word-break:normal;overflow-wrap:normal;min-width:0;overflow:hidden;text-overflow:ellipsis}.phone-badge{font-size:.65rem;font-weight:600;background:var(--theme-input-bg);color:var(--theme-text-secondary);padding:.1rem .3rem;border-radius:4px;border:1px solid var(--theme-input-border)}.phone-edit-btn{opacity:0;padding:.15rem;height:20px;width:20px;min-width:20px;transform:translate(-4px)}.phone-cell-view:hover .phone-edit-btn{opacity:1;transform:translate(0)}.phone-cell-edit{display:flex;align-items:center;gap:.35rem;position:relative;max-width:100%;overflow:visible}.phone-input-group{display:flex;align-items:center;position:relative;min-width:0;flex:1}.phone-input{min-width:140px;height:28px;padding:0 2rem 0 .5rem;font-size:.8125rem;font-variant-numeric:tabular-nums;white-space:nowrap;word-break:normal;overflow-wrap:normal}.phone-dropdown-btn{position:absolute;right:2px;top:2px;height:24px;width:24px;min-width:24px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--theme-input-bg)}.phone-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:300;background:var(--theme-card);border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:100%;max-height:180px;overflow-y:auto;padding:.25rem;display:flex;flex-direction:column}.phone-dropdown-item{background:transparent;border:none;padding:.4rem .75rem;text-align:left;font-size:.8125rem;font-family:inherit;font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--theme-text);border-radius:4px;cursor:pointer;transition:background .15s ease}.cell-number{white-space:nowrap;word-break:normal;overflow-wrap:normal;font-variant-numeric:tabular-nums}.phone-dropdown-item:hover{background:var(--theme-sidebar-hover)}.phone-edit-actions{display:flex;align-items:center;gap:.15rem}.phone-action-btn{height:24px;width:24px;min-width:24px;padding:0;display:flex;align-items:center;justify-content:center}.auth-shell{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{width:min(420px,100%);background:var(--theme-card);border:1px solid var(--theme-card-border);border-radius:14px;box-shadow:var(--theme-shadow-card);padding:1.25rem}.auth-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.auth-brand h1{margin:0;font-size:1.05rem;letter-spacing:-.01em}.auth-logo{width:34px;height:34px;object-fit:contain}.auth-form{display:flex;flex-direction:column;gap:.9rem}.auth-submit{margin-top:.25rem}.auth-inline-error{margin-top:0;font-family:inherit;font-size:.875rem;line-height:1.45}.auth-inline-error p{margin:0;white-space:normal;word-break:break-word;overflow-wrap:anywhere}
