:root{--navy:#0e1c2b;--navy-deep:#071320;--ivory:#f7f4ef;--ivory-dim:#ebe4d8;--surface:#fff;--surface-muted:#f3f0ea;--gold:#b8944f;--gold-bright:#c9a85e;--gold-soft:#b8944f1f;--text:#1a2634;--text-muted:#6b7785;--text-subtle:#9aa3ad;--border:#e2ddd4;--border-strong:#cfc7ba;--danger:#c0392b;--danger-soft:#fdf0ee;--shadow:0 24px 48px -20px #0e1c2b24;--shadow-lg:0 40px 80px -32px #0e1c2b2e;--serif:"Playfair Display", Georgia, "Times New Roman", serif;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.5 var(--sans);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}*{box-sizing:border-box}body{background:var(--ivory);min-height:100svh;margin:0}#root{min-height:100svh}h1,h2,h3{font-family:var(--serif);color:var(--text);margin:0;font-weight:600}p{margin:0}.loading-screen{min-height:100svh;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;background:var(--ivory);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:12px;display:flex}.spinner{border:2px solid var(--gold-soft);border-top-color:var(--gold);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:2.4s}}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:280px;display:flex}.sidebar-brand{border-bottom:1px solid var(--border);font-family:var(--serif);color:var(--navy);align-items:center;gap:12px;padding:18px 20px;font-size:17px;text-decoration:none;display:flex}.sidebar-brand img{object-fit:cover;object-position:center 22%;background:var(--surface-muted);border:1px solid var(--border);border-radius:50%;width:44px;height:44px}.sidebar-nav{flex-direction:column;flex:1;gap:2px;min-height:0;padding:10px 8px;display:flex}.sidebar-contacts{color:inherit;border-radius:10px;align-items:center;gap:12px;padding:12px;text-decoration:none;display:flex}.sidebar-contacts:hover,.sidebar-contacts.is-active{background:var(--surface-muted)}.sidebar-contacts-icon{width:20px;height:20px;color:var(--navy);flex-shrink:0}.sidebar-contacts-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sidebar-contacts-label{font-family:var(--sans);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:13px;font-weight:600}.sidebar-contacts.is-active .sidebar-contacts-label{color:var(--navy)}.sidebar-contacts-count{color:var(--text-subtle);font-size:12px}.sidebar-account{margin:auto 16px 16px;position:relative}.sidebar-account-card{border:1px solid var(--border);background:var(--surface-muted);cursor:default;border-radius:12px;outline:none;align-items:center;gap:12px;padding:12px;transition:border-color .16s,box-shadow .16s;display:flex}.sidebar-account:hover .sidebar-account-card,.sidebar-account:focus-within .sidebar-account-card,.sidebar-account-card:focus-visible{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft)}.sidebar-account-avatar{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--navy);letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex;overflow:hidden}.sidebar-account-avatar img{object-fit:cover;object-position:center 18%;width:100%;height:100%}.sidebar-account-identity{min-width:0}.sidebar-account-name{color:var(--navy);font-size:14px;font-weight:600}.sidebar-account-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.sidebar-account-menu{z-index:20;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);opacity:0;pointer-events:none;border-radius:12px;padding:6px;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 8px);left:0;right:0;transform:translateY(4px)}.sidebar-account-menu:after{content:"";height:8px;position:absolute;top:100%;left:0;right:0}.sidebar-account:hover .sidebar-account-menu,.sidebar-account:focus-within .sidebar-account-menu{opacity:1;pointer-events:auto;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.sidebar-account-menu{transition:none}}.sidebar-account-signout{width:100%;color:var(--navy);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px;font-size:13px;display:block}.sidebar-account-signout:hover{background:var(--surface-muted)}.sidebar-account-signout:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}@media (width<=768px){.sidebar{border-right:0;border-bottom:1px solid var(--border);width:100%}.sidebar-nav{flex:none;min-height:0}.sidebar-account{margin:0 16px 16px}}.app-shell{background:var(--ivory);height:100svh;min-height:100svh;display:flex}.app-shell-main{flex:1;min-width:0;overflow:auto}@media (width<=768px){.app-shell{flex-direction:column}}.auth-page{background:radial-gradient(circle at 12% 8%, #b8944f1a, transparent 45%), linear-gradient(180deg, var(--ivory) 0%, var(--ivory-dim) 100%);justify-content:center;align-items:center;min-height:100svh;padding:32px 20px;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:980px;box-shadow:var(--shadow-lg);border-radius:18px;grid-template-columns:1.05fr 1fr;display:grid;overflow:hidden}.auth-brand{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);text-align:center;border-right:1px solid var(--border);flex-direction:column;align-items:center;padding:40px 32px 28px;display:flex}.auth-brand-text{flex-shrink:0}.auth-brand-text h1{letter-spacing:-.5px;color:var(--navy);font-size:clamp(30px,3.4vw,40px);line-height:1.1}.auth-tagline{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-top:10px;font-size:11px}.auth-brand-text:after{content:"";background:var(--gold);opacity:.6;width:52px;height:1px;margin:22px auto 0;display:block}.auth-brand-visual{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;width:100%;margin-top:24px;display:flex}.auth-headshot{width:100%;max-width:100%;display:block}.auth-brand-motto{font-family:var(--serif);color:var(--text-muted);letter-spacing:.01em;margin:0;padding:0 12px;font-size:clamp(15px,1.8vw,17px);font-style:italic;line-height:1.55}.auth-raveis-logo{object-fit:contain;width:auto;max-width:78%;height:auto;display:block}.auth-form-panel{color:var(--text);background:var(--surface);flex-direction:column;justify-content:center;gap:20px;padding:48px 44px;display:flex}.auth-form-header{min-height:72px}.auth-form-header h2{color:var(--navy);font-size:26px}.auth-form-header p{color:var(--text-muted);margin-top:8px;font-size:14px}.auth-tabs{background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;gap:4px;padding:4px;display:inline-flex}.auth-tabs button{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:1;padding:9px 18px;font-size:14px;transition:background .18s,color .18s,box-shadow .18s}.auth-tabs button:hover{color:var(--text)}.auth-tabs button.active{background:var(--surface);color:var(--navy);font-weight:500;box-shadow:0 1px 3px #0e1c2b14}.auth-form-body{flex-direction:column;gap:16px;min-height:280px;display:flex}.auth-google-button{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--text);font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;transition:background .18s,border-color .18s,box-shadow .18s;display:flex}.auth-google-button:hover:not(:disabled){background:var(--surface-muted);border-color:var(--border);box-shadow:0 2px 8px #0e1c2b0f}.auth-google-button:disabled{opacity:.6;cursor:not-allowed}.auth-google-button svg{flex-shrink:0}.auth-divider{color:var(--text-subtle);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:12px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-form{flex-direction:column;gap:7px;display:flex}.auth-form label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-top:4px;font-size:11px}.auth-form input{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;border-radius:9px;padding:12px 14px;transition:border-color .18s,box-shadow .18s}.auth-form input::placeholder{color:var(--text-subtle)}.auth-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);outline:none}.auth-error-slot{align-items:flex-start;min-height:44px;display:flex}.auth-error{background:var(--danger-soft);width:100%;color:var(--danger);border:1px solid #c0392b40;border-radius:8px;padding:10px 12px;font-size:13px}.auth-submit{background:var(--gold);color:#fff;font:inherit;letter-spacing:.02em;cursor:pointer;border:0;border-radius:9px;margin-top:4px;padding:13px 20px;font-weight:600;transition:background .18s,transform .12s}.auth-submit:hover:not(:disabled){background:var(--gold-bright)}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-alt-actions{flex-direction:column;gap:8px;min-height:40px;display:flex}.auth-link-button{color:var(--gold);font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;align-self:flex-start;padding:0;font-size:13px;text-decoration:underline}.auth-link-button:hover{color:var(--gold-bright)}.auth-confirmation{flex-direction:column;align-items:flex-start;gap:12px;min-height:280px;display:flex}.auth-confirmation h2{color:var(--navy);font-size:24px}.auth-confirmation p{color:var(--text-muted);font-size:14px}.auth-confirmation strong{color:var(--text)}@media (width<=820px){.auth-card{grid-template-columns:1fr;max-width:460px}.auth-brand{border-right:0;border-bottom:1px solid var(--border);padding:34px 24px 24px}.auth-brand-visual{gap:16px;margin-top:20px}.auth-brand-motto{font-size:15px}.auth-form-panel{padding:34px 28px 40px}}.contacts-page{flex-direction:column;min-height:100%;padding:28px 32px 40px;display:flex}.contacts-header{margin-bottom:20px}.contacts-title{align-items:center;gap:10px;display:flex}.contacts-title-icon{width:22px;height:22px;color:var(--navy)}.contacts-title h1{font-family:var(--sans);color:var(--navy);font-size:22px;font-weight:650}.contacts-showing{color:var(--text-muted);margin-top:4px;margin-left:32px;font-size:13px}.contacts-tabs{border:1px solid var(--border);background:var(--surface-muted);border-radius:10px;gap:4px;margin:0 0 14px;padding:4px;display:inline-flex}.contacts-tabs button{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:7px 16px;font-size:13px;font-weight:600}.contacts-tabs button:hover{color:var(--navy)}.contacts-tabs button.is-active{background:var(--surface);color:var(--navy);box-shadow:0 1px 3px #0e1c2b14}.contacts-toolbar{align-items:center;gap:12px;margin:0 0 10px;display:flex}.contacts-filters{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;display:flex}.contacts-filter{position:relative}.contacts-filter-trigger{border:1px solid var(--border);background:var(--surface);max-width:260px;color:var(--text-muted);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:13px;display:inline-flex}.contacts-filter-trigger:hover,.contacts-filter-trigger[aria-expanded=true]{border-color:var(--gold)}.contacts-filter-trigger.is-active{background:var(--gold-soft);color:var(--navy);border-color:#0e1c2b2e}.contacts-filter-trigger:disabled{cursor:not-allowed;opacity:.6}.contacts-filter-name{font-weight:600}.contacts-filter-value{text-overflow:ellipsis;white-space:nowrap;color:var(--navy);font-weight:600;overflow:hidden}.contacts-filter-trigger svg{flex-shrink:0;width:14px;height:14px}.contacts-filter-menu{z-index:6;border:1px solid var(--border);background:var(--surface);min-width:180px;max-height:260px;box-shadow:var(--shadow);border-radius:10px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow:auto}.contacts-filter-menu button{width:100%;color:var(--navy);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:13px;display:block}.contacts-filter-menu button:hover,.contacts-filter-menu button.is-selected{background:var(--surface-muted)}.contacts-filter-menu button.is-selected{font-weight:600}.contacts-filters-clear{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:7px 4px;font-size:13px;font-weight:600}.contacts-filters-clear:hover{color:var(--navy)}.contacts-search{flex:1;min-width:0}.contacts-search input{border:1px solid var(--border);background:var(--surface);width:100%;max-width:560px;color:var(--navy);font:inherit;border-radius:10px;padding:11px 14px;font-size:14px}.contacts-search input::placeholder{color:var(--text-subtle)}.contacts-search input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);outline:none}.contacts-new{background:var(--navy);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:600;display:inline-flex}.contacts-new:hover{background:var(--navy-deep)}.contacts-new-icon{width:18px;height:18px}.contacts-archive{border:1px solid var(--border);background:var(--surface);color:var(--navy);font:inherit;cursor:pointer;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:600;display:inline-flex}.contacts-archive:hover:not(:disabled){border-color:var(--gold)}.contacts-archive:disabled{cursor:default;opacity:.65}.contacts-archive-icon{width:18px;height:18px}.contacts-delete{background:var(--danger-soft);color:var(--danger);font:inherit;cursor:pointer;border:1px solid #c0392b47;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:600;display:inline-flex}.contacts-delete:hover:not(:disabled){border-color:var(--danger)}.contacts-delete:disabled{cursor:default;opacity:.65}.contacts-delete-icon{width:18px;height:18px}.contacts-status{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:12px;padding:28px 8px;font-size:13px;display:flex}.contacts-status-error{text-transform:none;letter-spacing:0;color:var(--danger)}.contacts-table-wrap{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:12px;overflow-x:auto}.contacts-table{border-collapse:collapse;width:100%;font-size:13px}.contacts-table th,.contacts-table td{text-align:left;white-space:nowrap;border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 14px}.contacts-table th{background:var(--surface-muted);color:var(--text-muted);font-size:12px;font-weight:600}.contacts-sort{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:600;display:inline-flex}.contacts-sort:hover,.contacts-sort.is-active{color:var(--navy)}.contacts-sort-icon{flex-shrink:0;width:14px;height:14px}.contacts-table tbody tr:last-child td{border-bottom:0}.contacts-table tbody tr:hover td{background:#fbfaf7}.contacts-table tbody tr.is-selected td{background:var(--gold-soft)}.contacts-check{width:40px}.contacts-check input{accent-color:var(--navy);cursor:pointer}.contacts-name{color:var(--navy);font-weight:600}.contacts-name-button{color:inherit;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:600}.contacts-name-button:hover{text-underline-offset:3px;text-decoration:underline}.contacts-editable{position:relative}.contacts-inline{min-width:0;position:relative}.contacts-inline.is-saving,.contacts-inline-trigger.is-saving{opacity:.55}.contacts-inline-trigger{max-width:220px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.contacts-inline-trigger.is-badge{max-width:none}.contacts-inline-trigger:hover:not(:disabled){color:var(--navy)}.contacts-inline-input{border:1px solid var(--gold);background:var(--surface);width:180px;max-width:100%;color:var(--navy);font:inherit;box-shadow:0 0 0 3px var(--gold-soft);border-radius:8px;padding:6px 8px;font-size:13px}.contacts-inline-datetime{width:210px}.contacts-inline-menu{z-index:6;border:1px solid var(--border);background:var(--surface);min-width:160px;max-height:240px;box-shadow:var(--shadow);border-radius:10px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow:auto}.contacts-inline-menu button{width:100%;color:var(--navy);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:13px;display:block}.contacts-inline-menu button:hover,.contacts-inline-menu button.is-selected{background:var(--surface-muted)}.contacts-inline-menu button.is-selected{font-weight:600}.contacts-badge{text-overflow:ellipsis;background:var(--gold-soft);max-width:180px;color:var(--navy);border-radius:999px;padding:3px 8px;font-size:12px;display:inline-block;overflow:hidden}.contacts-skeleton{background:linear-gradient(90deg, var(--surface-muted) 0%, var(--ivory-dim) 45%, var(--surface-muted) 90%);background-size:200% 100%;border-radius:6px;height:12px;animation:1.2s ease-in-out infinite contacts-shimmer;display:block}.contacts-skeleton-check{border-radius:4px;width:14px;height:14px}.contacts-skeleton-label{width:140px;height:12px;margin-top:4px}@keyframes contacts-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.contacts-skeleton{animation:none}}.contacts-empty{text-align:center;color:var(--text-muted);padding:36px 14px!important}.contacts-more{justify-content:center;margin-top:20px;display:flex}.contacts-more button{border:1px solid var(--border);background:var(--surface);color:var(--navy);font:inherit;cursor:pointer;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600}.contacts-more button:hover:not(:disabled){border-color:var(--gold)}.contacts-more button:disabled{cursor:default;color:var(--text-muted)}@media (width<=768px){.contacts-page{padding:20px 16px 32px}.contacts-showing{margin-left:0}}.modal-backdrop{z-index:40;background:#0e1c2b5c;justify-content:center;align-items:flex-start;padding:24px;display:flex;position:fixed;inset:0;overflow:auto}.modal-card{border:1px solid var(--border);background:var(--surface);width:min(560px,100%);box-shadow:var(--shadow-lg);border-radius:16px;margin:auto;padding:24px 24px 20px}.modal-card h2{font-family:var(--serif);color:var(--navy);margin-bottom:18px;font-size:26px}.modal-form{flex-direction:column;gap:8px;min-width:0;display:flex}.modal-field{letter-spacing:.1em;text-transform:uppercase;min-width:0;color:var(--text-muted);flex-direction:column;gap:6px;font-size:11px;display:flex;position:relative}.modal-form input,.modal-form textarea,.modal-select-trigger{border:1px solid var(--border);background:var(--surface);width:100%;min-width:0;max-width:100%;color:var(--navy);font:inherit;letter-spacing:0;text-transform:none;border-radius:9px;padding:11px 12px;font-size:14px}.modal-form input[readonly]{background:var(--surface-muted);color:var(--text)}.modal-form textarea{resize:vertical;min-height:96px}.modal-notes-skeleton{border:1px solid var(--border);background:var(--surface-muted);border-radius:9px;flex-direction:column;justify-content:center;gap:10px;min-height:96px;padding:14px 12px;display:flex}.modal-skeleton-line{background:linear-gradient(90deg, var(--ivory-dim) 0%, #fff 45%, var(--ivory-dim) 90%);background-size:200% 100%;border-radius:6px;width:100%;height:10px;animation:1.2s ease-in-out infinite modal-shimmer;display:block}.modal-skeleton-line.is-short{width:58%}@keyframes modal-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.modal-skeleton-line{animation:none}}.modal-form input:focus,.modal-form textarea:focus,.modal-select-trigger:focus-visible,.modal-select-trigger[aria-expanded=true]{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);outline:none}.modal-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;min-width:0;display:grid}.modal-select-trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;display:flex}.modal-select-trigger>span:first-of-type{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.modal-select-trigger .is-placeholder{color:var(--text-subtle)}.modal-select-trigger svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.modal-select-trigger:disabled{cursor:not-allowed;background:var(--surface-muted);color:var(--text-muted)}.modal-select-menu{z-index:5;border:1px solid var(--border);background:var(--surface);max-height:220px;box-shadow:var(--shadow);border-radius:10px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto}.modal-select-menu button{white-space:normal;width:100%;color:var(--navy);font:inherit;letter-spacing:0;text-transform:none;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 10px;font-size:14px;display:block}.modal-select-menu button:hover,.modal-select-menu button.is-selected{background:var(--surface-muted)}.modal-select-menu button.is-selected{font-weight:600}.modal-error{background:var(--danger-soft);color:var(--danger);letter-spacing:0;text-transform:none;border:1px solid #c0392b40;border-radius:8px;margin-top:4px;padding:10px 12px;font-size:13px}.modal-draft-label{justify-content:space-between;align-items:center;gap:10px;display:flex}.modal-copy{color:var(--navy);font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.modal-copy:hover:not(:disabled){color:var(--gold)}.modal-copy:disabled{cursor:default;opacity:.6}.modal-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.modal-actions-end{justify-content:flex-end;gap:10px;display:flex}.modal-actions button{font:inherit;cursor:pointer;border-radius:9px;padding:10px 16px;font-size:14px;font-weight:600}.modal-actions button[type=button]{border:1px solid var(--border);color:var(--navy);background:0 0}.modal-actions .modal-draft{background:var(--surface-muted);border-color:#0e1c2b29}.modal-actions button[type=submit]{background:var(--gold);color:#fff;border:0}.modal-actions button[type=submit]:hover:not(:disabled){background:var(--gold-bright)}.modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (width<=560px){.modal-row{grid-template-columns:minmax(0,1fr)}}.dashboard-main{text-align:center;max-width:720px;margin:0 auto;padding:80px 32px}.dashboard-welcome-avatar{width:128px;height:128px;box-shadow:var(--shadow);background:var(--surface-muted);color:var(--navy);font-family:var(--serif);border:1.5px solid #b7d3e8;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 28px;font-size:36px;display:flex;overflow:hidden}.dashboard-welcome-avatar img{object-fit:cover;object-position:center 18%;width:100%;height:100%}.dashboard-main h1{color:var(--navy);font-size:clamp(32px,5vw,46px)}.dashboard-main p{color:var(--text-muted);margin-top:14px}@media (width<=640px){.dashboard-main{padding:48px 20px}.dashboard-welcome-avatar{width:104px;height:104px;margin-bottom:22px;font-size:30px}}.farm-page{flex-direction:column;min-width:0;max-width:100%;min-height:100%;padding:28px 32px 40px;display:flex;overflow-x:hidden}.farm-header{margin-bottom:20px}.farm-title{align-items:center;gap:10px;display:flex}.farm-title-icon{width:22px;height:22px;color:var(--navy)}.farm-title h1{font-family:var(--sans);color:var(--navy);font-size:22px;font-weight:650}.farm-showing{color:var(--text-muted);margin-top:4px;margin-left:32px;font-size:13px}.farm-tabs{overscroll-behavior-x:contain;border:1px solid var(--border);background:var(--surface-muted);scrollbar-width:thin;border-radius:10px;flex-wrap:nowrap;align-self:flex-start;gap:4px;max-width:100%;margin:0 0 14px;padding:4px;display:flex;overflow-x:auto}.farm-tabs button{color:var(--text-muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;align-items:center;gap:8px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}.farm-tabs button:hover{color:var(--navy)}.farm-tabs button.is-active{background:var(--surface);color:var(--navy);box-shadow:0 1px 3px #0e1c2b14}.farm-tab-count{color:var(--text-subtle);font-size:12px;font-weight:500}.farm-toolbar{align-items:center;gap:12px;margin:0 0 10px;display:flex}.farm-search{flex:1;min-width:0}.farm-search input{border:1px solid var(--border);background:var(--surface);width:100%;max-width:560px;color:var(--navy);font:inherit;border-radius:10px;padding:11px 14px;font-size:14px}.farm-search input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);outline:none}.farm-new,.farm-secondary{font:inherit;cursor:pointer;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:600;display:inline-flex}.farm-new{background:var(--navy);color:#fff;border:0}.farm-new:hover{background:var(--navy-deep)}.farm-secondary{border:1px solid var(--border);background:var(--surface);color:var(--navy)}.farm-secondary:hover:not(:disabled){border-color:var(--gold)}.farm-secondary:disabled,.farm-new:disabled{opacity:.65;cursor:default}.farm-filters{flex-wrap:wrap;align-items:center;gap:8px;max-width:100%;margin:0 0 16px;display:flex}.farm-filters .contacts-filter-menu{min-width:240px;max-width:min(360px,100vw - 64px)}.farm-chip,.farm-chip-clear{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font:inherit;cursor:pointer;border-radius:999px;padding:7px 10px;font-size:13px}.farm-chip:hover,.farm-chip.is-active{background:var(--gold-soft);color:var(--navy);border-color:#0e1c2b2e}.farm-chip-clear{background:0 0}.farm-error{background:var(--danger-soft);color:var(--danger);border:1px solid #c0392b40;border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:13px}.farm-empty-card{border:1px solid var(--border);background:var(--surface);max-width:520px;box-shadow:var(--shadow);border-radius:16px;margin-top:24px;padding:28px}.farm-empty-card h2{color:var(--navy);margin-bottom:10px;font-size:26px}.farm-empty-card p{color:var(--text-muted);margin-bottom:18px}.farm-table-wrap{border:1px solid var(--border);background:var(--surface);min-width:0;max-width:100%;box-shadow:var(--shadow);border-radius:12px;overflow-x:auto}.farm-table{border-collapse:collapse;width:100%;font-size:13px}.farm-table th,.farm-table td{text-align:left;white-space:nowrap;border-bottom:1px solid var(--border);vertical-align:top;padding:12px 14px}.farm-table th{background:var(--surface-muted);color:var(--text-muted);font-size:12px;font-weight:600}.farm-sort{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:600;display:inline-flex}.farm-sort:hover,.farm-sort.is-active{color:var(--navy)}.farm-sort-icon{flex-shrink:0;width:14px;height:14px}.farm-table tbody tr:last-child td{border-bottom:0}.farm-table tbody tr.farm-row{cursor:pointer}.farm-table tbody tr.farm-row:hover td{background:#fbfaf7}.farm-table tbody tr.farm-row:focus-visible td{background:var(--gold-soft)}.farm-address,.farm-owner{color:var(--navy);font-weight:600}.farm-sub{color:var(--text-subtle);white-space:nowrap;margin-top:2px;font-size:12px}.farm-status-label{background:var(--gold-soft);color:var(--navy);border-radius:999px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-block}.farm-range-menu{z-index:5;border:1px solid var(--border);background:var(--surface);min-width:240px;box-shadow:var(--shadow);border-radius:10px;grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid;position:absolute;top:calc(100% + 6px);left:0}.farm-range-menu label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);flex-direction:column;gap:6px;font-size:11px;display:flex}.farm-range-menu input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--navy);font:inherit;letter-spacing:0;text-transform:none;border-radius:8px;padding:8px 10px;font-size:13px}.farm-range-menu input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);outline:none}.farm-linked-row{border:1px solid var(--border);background:var(--surface-muted);color:var(--navy);letter-spacing:0;text-transform:none;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;font-size:14px;display:flex}.farm-empty{text-align:center;color:var(--text-muted);padding:36px 14px!important}.farm-skeleton{background:linear-gradient(90deg, var(--surface-muted) 0%, var(--ivory-dim) 45%, var(--surface-muted) 90%);background-size:200% 100%;border-radius:6px;height:12px;animation:1.2s ease-in-out infinite farm-shimmer;display:block}.farm-skeleton-label{width:180px;height:12px;margin-top:4px}@keyframes farm-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.farm-modal-note{color:var(--text-muted);letter-spacing:0;text-transform:none;margin:0 0 8px;font-size:13px}.modal-form select{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--navy);font:inherit;letter-spacing:0;text-transform:none;border-radius:9px;padding:11px 12px;font-size:14px}.farm-link-results{max-height:240px;margin:8px 0 0;padding:0;list-style:none;overflow:auto}.farm-link-results button{width:100%;color:var(--navy);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px;font-size:14px;display:block}.farm-link-results button:hover{background:var(--surface-muted)}.farm-more{justify-content:center;margin-top:20px;display:flex}.farm-more button{border:1px solid var(--border);background:var(--surface);color:var(--navy);font:inherit;cursor:pointer;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600}.farm-more button:hover:not(:disabled){border-color:var(--gold)}.farm-more button:disabled{cursor:default;color:var(--text-muted)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.farm-skeleton{animation:none}}@media (width<=768px){.farm-page{padding:20px 16px 32px}.farm-showing{margin-left:0}.farm-toolbar{flex-wrap:wrap}}.alerts-page .farm-table-wrap{overflow-x:hidden}.alerts-page .farm-table{table-layout:fixed;width:100%}.alerts-page .farm-table th,.alerts-page .farm-table td{white-space:normal;vertical-align:top;overflow:hidden}.alerts-page .farm-table .farm-sub{white-space:normal;overflow-wrap:break-word}.alerts-page .farm-table th:first-child,.alerts-page .farm-table td:first-child{width:40px}.alerts-page .farm-table th:nth-child(2),.alerts-page .farm-table td:nth-child(2){width:18%}.alerts-page .farm-table th:nth-child(5),.alerts-page .farm-table td:nth-child(5){width:9rem}.alerts-page .farm-table th:nth-child(6),.alerts-page .farm-table td:nth-child(6),.alerts-page .farm-table th:nth-child(7),.alerts-page .farm-table td:nth-child(7){width:7.25rem}.alerts-page .farm-table th:nth-child(8),.alerts-page .farm-table td:nth-child(8){width:5.5rem}.alerts-type{color:var(--navy);font-weight:600}.alerts-cell-action{align-items:flex-start;gap:6px;min-width:0;max-width:100%;display:flex}.alerts-cell-action-text{overflow-wrap:break-word;flex:auto;min-width:0;overflow:hidden}.alerts-icon-btn{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--navy);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.alerts-icon-btn:hover:not(:disabled){border-color:var(--gold);color:var(--navy)}.alerts-icon-btn:focus-visible{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);outline:none}.alerts-icon-btn:disabled{opacity:.55;cursor:default}.alerts-icon-btn.is-copied{border-color:var(--gold);background:var(--gold-soft)}.alerts-icon{width:15px;height:15px}.alerts-actions{justify-content:flex-end;gap:6px;display:flex}.alerts-check{width:40px}.alerts-check input{accent-color:var(--navy);cursor:pointer}.farm-skeleton-check{border-radius:4px;width:14px;height:14px}.alerts-page .farm-table tbody tr.farm-row.is-selected td,.alerts-page .farm-table tbody tr.farm-row.is-selected:hover td{background:var(--gold-soft)}.alerts-refresh{margin-left:auto}.alerts-bulk-btn{border:1px solid var(--border);background:var(--surface);color:var(--navy);font:inherit;cursor:pointer;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:7px 12px;font-size:13px;font-weight:600;display:inline-flex}.alerts-bulk-btn:hover:not(:disabled){border-color:var(--gold)}.alerts-bulk-btn:disabled{cursor:default;opacity:.65}.alerts-bulk-btn.is-danger{background:var(--danger-soft);color:var(--danger);border-color:#c0392b47}.alerts-bulk-btn.is-danger:hover:not(:disabled){border-color:var(--danger)}.alerts-bulk-icon{width:16px;height:16px}.contacts-table td.email-list-tags-cell{width:36%;min-width:180px;max-width:420px}.email-list-tags{align-items:center;gap:6px;min-width:0;max-width:420px;display:flex;position:relative;overflow:hidden}.email-list-tags-measure{white-space:nowrap;visibility:hidden;pointer-events:none;gap:6px;display:flex;position:absolute}.email-list-tag,.email-list-tag-more{text-overflow:ellipsis;max-width:180px;font:inherit;cursor:pointer;border:0;border-radius:999px;flex-shrink:0;padding:3px 8px;font-size:12px;display:inline-block;overflow:hidden}.email-list-tag{background:var(--gold-soft);color:var(--navy)}.email-list-tag:hover{box-shadow:0 0 0 2px var(--gold-soft)}.email-list-tag-more{background:var(--surface-muted);color:var(--text-muted)}.email-list-tag-more:hover,.email-list-tag-more:focus-visible{color:var(--navy);box-shadow:0 0 0 2px var(--gold-soft);outline:none}.email-list-tag-tooltip{z-index:40;border:1px solid var(--border);background:var(--surface);width:280px;max-width:calc(100vw - 24px);box-shadow:var(--shadow);border-radius:12px;flex-wrap:wrap;gap:6px;padding:10px;display:flex;position:fixed}.email-list-email{color:var(--navy);text-decoration:none}.email-list-email:hover{text-underline-offset:3px;text-decoration:underline}
