:root{--bg: #0f172a;--surface: #1e293b;--surface2: #334155;--text: #f1f5f9;--muted: #94a3b8;--accent: #38bdf8;--accent2: #22d3ee;--ok: #4ade80;--warn: #fbbf24;--bad: #f87171;--radius: 12px;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);min-height:100vh;overflow-x:clip;max-width:100%;background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(56,189,248,.15),transparent),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(34,211,238,.08),transparent)}h1,h2{font-family:Fraunces,Georgia,serif;font-weight:700}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}#root{overflow-x:clip;min-width:0;max-width:100%}img{max-width:100%;height:auto}code{word-break:break-word;overflow-wrap:anywhere}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem;width:100%}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--surface2);margin-bottom:2rem}.logo{display:flex;align-items:center;gap:.6rem;font-family:Fraunces,serif;font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none}.logo:hover{text-decoration:none}.logo span{color:var(--accent)}.logo-img{height:36px;width:auto}.hero-logo{height:56px;margin-bottom:1rem}.nav-user{color:var(--muted);font-size:.85rem}.nav-logout{margin-left:.25rem}.nav-links{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.nav-links a{color:var(--muted);font-size:.9rem}.nav-links a:hover{color:var(--text)}.nav-links a.nav-active{color:var(--accent);font-weight:600;text-decoration:none}.nav-crm-group{display:inline-flex;align-items:center;gap:.35rem}.crm-nav-notifications{position:relative;display:inline-flex;align-items:center}.crm-nav-notifications-btn{color:var(--muted)}.crm-nav-notifications-btn:hover,.crm-nav-notifications-btn.is-open{color:var(--text)}.crm-nav-notifications-badge{position:absolute;top:-.15rem;right:-.2rem;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;height:1rem;padding:0 .25rem;font-size:.62rem;font-weight:700;line-height:1;color:#fff;background:#d97706;border:2px solid var(--bg);border-radius:999px;pointer-events:none}.crm-nav-notifications-panel{position:absolute;top:calc(100% + .55rem);right:0;z-index:120;width:min(22rem,calc(100vw - 2rem));max-height:min(24rem,70vh);overflow:hidden;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);box-shadow:0 12px 32px #00000059}.crm-nav-notifications-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .9rem;border-bottom:1px solid var(--surface2);font-size:.9rem}.crm-nav-notifications-empty{padding:1rem .9rem;font-size:.85rem}.crm-nav-notifications-list{list-style:none;margin:0;padding:0;overflow-y:auto}.crm-nav-notifications-item{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:.7rem .9rem;border:0;border-bottom:1px solid rgba(148,163,184,.12);background:transparent;color:var(--text);text-align:left;cursor:pointer;font:inherit}.crm-nav-notifications-item:hover{background:#38bdf814}.crm-nav-notifications-subject{font-size:.88rem;font-weight:600;line-height:1.35}.crm-nav-notifications-meta,.crm-nav-notifications-time{font-size:.78rem;line-height:1.35}.crm-nav-notifications-footer{display:block;padding:.7rem .9rem;border-top:1px solid var(--surface2);font-size:.85rem;text-align:center;text-decoration:none}.crm-nav-notifications-footer:hover{background:#38bdf814;text-decoration:none}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:.4rem;border:1px solid var(--surface2);border-radius:8px;background:transparent;color:var(--text);cursor:pointer;flex-shrink:0}.nav-toggle-bar{display:block;width:100%;height:2px;background:currentColor;border-radius:1px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius);border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .15s,opacity .15s}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#0f172a}.btn-ghost{background:transparent;border:1px solid var(--surface2);color:var(--text)}.card{background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);padding:1.5rem}.hero{text-align:center;padding:3rem 0 2rem}.hero h1{font-size:clamp(2rem,5vw,3rem);line-height:1.15;margin-bottom:1rem}.hero p{color:var(--muted);font-size:1.1rem;max-width:600px;margin:0 auto 2rem}.scan-form{display:flex;flex-direction:column;gap:1rem;max-width:520px;margin:0 auto;text-align:left}.scan-form label{font-size:.85rem;color:var(--muted)}.scan-form input{width:100%;padding:.85rem 1rem;border-radius:var(--radius);border:1px solid var(--surface2);background:var(--bg);color:var(--text);font-size:1rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1rem}.stat{text-align:center;padding:1.25rem}.stat .num{font-size:2rem;font-weight:700;font-family:Fraunces,serif}.stat .lbl{color:var(--muted);font-size:.85rem;margin-top:.25rem}.stats-grid{margin-bottom:1.5rem}.stat-click{cursor:pointer;width:100%;border:1px solid var(--surface2);border-radius:var(--radius);background:var(--surface);color:inherit;font:inherit;text-align:center;padding:1.25rem;transition:border-color .15s,transform .15s;position:relative;z-index:1}.stat-click:hover{border-color:var(--accent);transform:translateY(-2px)}.stat-click .num{display:block;font-size:2rem;font-weight:700;font-family:Fraunces,serif}.stat-click .lbl{display:block;color:var(--muted);font-size:.85rem;margin-top:.25rem}.stat-static{cursor:default;opacity:.85}.stat-static:hover{transform:none;border-color:var(--surface2)}.browse-panel{min-height:120px}.score-ring{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:1rem auto;border:4px solid var(--surface2)}.score-high{border-color:var(--ok);color:var(--ok)}.score-mid{border-color:var(--warn);color:var(--warn)}.score-low{border-color:var(--bad);color:var(--bad)}.issue-list{list-style:none;margin-top:1rem}.issue-list li{padding:.75rem 1rem;border-left:3px solid var(--surface2);margin-bottom:.5rem;background:#0003;border-radius:0 var(--radius) var(--radius) 0}.issue-list li.service{border-left-color:var(--accent)}.issue-list li.code{border-left-color:var(--warn)}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge-service{background:#38bdf833;color:var(--accent)}.badge-code{background:#fbbf2433;color:var(--warn)}.badge-paid{background:#4ade8033;color:#4ade80}.badge-pending{background:#fbbf2433;color:#fbbf24}.badge-unpaid{background:#f8717126;color:var(--bad)}.badge-ok{background:#4ade8033;color:#4ade80}.badge-warn{background:#fbbf2433;color:#fbbf24}.site-links-card{position:relative;padding:.9rem 1rem}.site-links-card-selected{border-color:var(--accent);border-width:2px}.site-links-card-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem}.site-links-card-header .btn-sm{padding:.28rem .55rem;font-size:.74rem}.site-links-card-header .badge{font-size:.68rem;padding:.15rem .45rem}.site-links-card-meta{margin-left:auto;display:flex;align-items:center;gap:.45rem}.site-published-price{font-size:.82rem;font-weight:600}.site-links-card-title{display:block;margin-bottom:.35rem;font-size:.92rem;line-height:1.35}.site-links-card-title .badge{font-size:.68rem;padding:.15rem .45rem;margin-left:.35rem;vertical-align:middle}.card-header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.card-header-row h3{margin:0}.card-header-actions{display:flex;align-items:center;gap:.35rem}.btn-icon-active{color:var(--accent, #2563eb);background:#2563eb1a}.btn-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;padding:0;border-radius:8px;border:1px solid var(--surface2);background:transparent;color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s,background .15s}.btn-icon svg{width:18px;height:18px;flex-shrink:0;display:block}.btn-icon:hover:not(:disabled){color:var(--text);border-color:var(--accent);background:#38bdf814}.btn-icon:disabled{opacity:.5;cursor:not-allowed}@keyframes icon-spin{to{transform:rotate(360deg)}}.icon-spin{animation:icon-spin .8s linear infinite}.site-payment-badge,.site-delete-btn{flex-shrink:0}.generator-pricing-list{margin:.35rem 0 1.25rem;padding-left:1.25rem;line-height:1.55}.generator-pricing-list li+li{margin-top:.35rem}table{width:100%;border-collapse:collapse;font-size:.9rem;max-width:100%}th,td{padding:.75rem;text-align:left;border-bottom:1px solid var(--surface2);word-break:break-word;overflow-wrap:anywhere}th{color:var(--muted);font-weight:500}.dashboard{padding-bottom:3rem;overflow-x:clip;max-width:100%}.dashboard h2{margin-bottom:1rem;font-size:1.5rem}.section{margin-bottom:2rem}.about-page{max-width:720px}.about-lead{margin-bottom:1.5rem;font-size:1.02rem}.about-card h3{margin-top:0;margin-bottom:.65rem;font-size:1.05rem}.about-card p{margin:0;line-height:1.65}.about-list{margin:0;padding-left:1.2rem;line-height:1.65}.about-list li+li{margin-top:.35rem}.about-legal-links{margin-top:.85rem;font-size:.9rem}.login-page{padding:4rem 0 3rem}.login-box{max-width:400px;margin:0 auto 2.5rem}.login-examples{max-width:720px;margin:0 auto 2.5rem}.login-examples-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.login-examples-eyebrow{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:.2rem}.login-examples-title{font-size:1.05rem;line-height:1.3;margin:0}.login-examples-locale{font-family:DM Sans,system-ui,sans-serif;font-weight:500;font-size:.88rem;color:var(--muted);margin-left:.35rem}.login-examples-badge{flex-shrink:0;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(56,189,248,.35);color:var(--accent);background:#38bdf81a}.login-examples-desc{font-size:.88rem;line-height:1.55;margin-bottom:.9rem}.login-examples-links{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0;padding:0}.login-examples-link{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .7rem;border-radius:9px;border:1px solid var(--surface2);background:#0b1220;color:var(--text);font-size:.84rem;text-decoration:none;transition:border-color .15s,background .15s}.login-examples-link:hover{text-decoration:none;border-color:var(--accent);background:#38bdf814}.login-examples-link-icon{color:var(--muted);font-size:.8rem}.login-guide{max-width:720px;margin:0 auto 1.25rem}.login-guide-title{font-size:1.05rem;margin:0 0 .65rem}.login-guide-steps{margin:0 0 .85rem;padding-left:1.2rem;font-size:.9rem;line-height:1.55;color:var(--text)}.login-guide-steps li+li{margin-top:.35rem}.login-guide-caption{font-size:.85rem;margin-bottom:.65rem}.login-guide-carousel{margin-top:.15rem}.login-guide-carousel-frame{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.35rem}.login-guide-carousel-nav{flex-shrink:0;width:2rem;height:2rem;border-radius:999px;border:1px solid var(--surface2);background:#0b1220;color:var(--text);font-size:1.35rem;line-height:1;cursor:pointer;transition:border-color .15s,background .15s}.login-guide-carousel-nav:hover{border-color:var(--accent);background:#38bdf81a}.login-guide-carousel-slide{margin:0;padding:0;border:none;background:transparent;cursor:zoom-in;border-radius:10px;overflow:hidden}.login-guide-carousel-slide:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.login-guide-shot{width:100%;height:auto;display:block;border-radius:10px;border:1px solid var(--surface2);image-rendering:auto}.login-guide-carousel-dots{display:flex;justify-content:center;gap:.45rem;margin-top:.5rem}.login-guide-carousel-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-top:.65rem}.login-guide-carousel-thumb{margin:0;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#0b1220;cursor:pointer;transition:border-color .15s,opacity .15s;opacity:.72}.login-guide-carousel-thumb.active{border-color:var(--accent);opacity:1}.login-guide-carousel-thumb img{width:100%;height:auto;display:block}.login-guide-carousel-dot{width:.55rem;height:.55rem;border-radius:999px;border:none;padding:0;background:var(--surface2);cursor:pointer;transition:background .15s,transform .15s}.login-guide-carousel-dot.active{background:var(--accent);transform:scale(1.15)}.login-guide-carousel-hint{font-size:.8rem;text-align:center;margin-top:.45rem}.login-guide-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#020617eb;display:flex;align-items:center;justify-content:center;padding:1.5rem 3.5rem}.login-guide-lightbox-img{max-width:min(1100px,100%);max-height:92vh;width:auto;height:auto;border-radius:10px;border:1px solid var(--surface2);box-shadow:0 20px 60px #00000073}.login-guide-lightbox-close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid var(--surface2);background:#0b1220;color:var(--text);font-size:1.4rem;line-height:1;cursor:pointer}.login-guide-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--surface2);background:#0b1220e6;color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer}.login-guide-lightbox-prev{left:1rem}.login-guide-lightbox-next{right:1rem}.input,textarea,select{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid var(--surface2);background:#0b1220;color:var(--text);font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #38bdf833}.input-sm{padding:.4rem .6rem;font-size:.85rem}.muted{color:var(--muted)}.center{text-align:center}.error-text{color:var(--bad);margin-top:.75rem}.success-text{color:var(--ok);margin-top:.75rem}.hero-sub{color:var(--muted);font-size:.9rem;margin-top:-1rem;margin-bottom:1.5rem}.meta-line{color:var(--muted);margin-bottom:1rem}.evidence{color:var(--muted);font-size:.85rem;margin-top:.25rem}.site-footer{text-align:center;padding:2rem 0 3rem;color:var(--muted);font-size:.9rem}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn-sm{padding:.4rem .75rem;font-size:.8rem}.progress-box{background:#0b1220;padding:1rem;border-radius:10px;margin-bottom:1rem;line-height:1.6}.form-section-title{margin:1.5rem 0 1rem;font-size:1rem;color:var(--accent)}.form-panel .form-section-title:first-of-type{margin-top:0}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:.5rem;margin:1rem 0}.check-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--muted);cursor:pointer}.full-width{grid-column:1 / -1}.modal-card{margin-bottom:1.5rem;border-color:var(--accent)}.review-card-layout{display:flex;align-items:flex-start;gap:1rem}.review-card-content{flex:1;min-width:0}.review-card-content h3{margin-top:0;word-break:break-word;overflow-wrap:anywhere}.review-card-actions{display:grid;grid-template-columns:repeat(2,auto);justify-content:end;gap:.5rem;flex-shrink:0}.review-card-editing{border-color:var(--accent)}.analyst-review-edit{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.analyst-review-edit-title{margin:0 0 .75rem;font-size:1rem}.analyst-batch-meta{margin:-.5rem 0 .75rem;font-size:.85rem}.analyst-email-warning{font-size:.9rem;margin:0}.analyst-range-meta{margin:0;font-size:.82rem;color:var(--muted);white-space:nowrap;line-height:1.6rem}.analyst-list-bar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem;min-height:1.6rem}.analyst-list-refresh-indicator{flex:0 0 auto;width:.55rem;height:.55rem;border-radius:50%;background:var(--accent, #3b82f6);opacity:.85;animation:analyst-list-refresh-pulse 1.1s ease-in-out infinite}@keyframes analyst-list-refresh-pulse{0%,to{opacity:.35;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}.analyst-review-list--refreshing{opacity:.72;transition:opacity .15s ease}.analyst-review-list--refreshing .review-card{pointer-events:none}.analyst-list-bar .analyst-sort-bar{margin-left:auto;gap:.35rem;min-width:0}.analyst-list-bar .analyst-sort-select{width:auto;min-width:0;max-width:7.5rem;font-size:.82rem;padding:.15rem 1.5rem .15rem .4rem;min-height:1.6rem;line-height:1.2}.admin-manager-kind-cell{display:flex;flex-direction:column;gap:.25rem;min-width:6.5rem}.admin-manager-kind-cell .input-sm{min-width:6.5rem}.crm-tab-panel-hidden{display:none}.crm-pipeline-table .crm-leads-list-bar{padding:.75rem .75rem 0}.analyst-review-meta{margin:.2rem 0 0;font-size:.85rem;line-height:1.4}.analyst-review-badges{display:inline-flex;align-items:center;gap:.35rem;margin-left:.35rem;vertical-align:middle}.analyst-pagination-text{margin:0 .75rem;font-size:.88rem;color:var(--muted)}.analyst-report-meta{margin:0 0 .75rem;font-size:.85rem}.analyst-report-custom-add{margin-top:.75rem;padding:1rem}.analyst-report-subtitle{margin:0 0 .75rem;font-size:.95rem}.analyst-report-edit-toolbar,.analyst-report-edit-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.analyst-report-edit-toolbar{margin-top:0;margin-bottom:.75rem}.analyst-contact-edit .analyst-report-edit-actions .btn{min-height:2.25rem}.analyst-contact-edit .analyst-report-edit-actions{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.analyst-report-edit .analyst-report-edit-actions .btn{min-height:2.25rem}.analyst-report-add-label{flex:1 1 16rem;margin:0}.analyst-report-actions-cell{white-space:nowrap;width:1%}.analyst-report-inline-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.analyst-report-edit .analyst-report-edit-actions{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.analyst-report-edit .analyst-report-issues-table-wrap{overflow-x:auto;margin-bottom:1rem}.analyst-report-issues-table{width:100%;border-collapse:collapse;font-size:.9rem}.analyst-report-issues-table th,.analyst-report-issues-table td{padding:.5rem .6rem;border-bottom:1px solid var(--border);vertical-align:top;text-align:left}.analyst-report-issues-table th{font-size:.8rem;color:var(--muted);font-weight:600}.analyst-report-notes-cell{min-width:14rem}.analyst-report-legal-basis{display:block;max-width:22rem;font-size:.85em;line-height:1.35;color:var(--text)}.analyst-report-notes-input{width:100%;min-width:12rem;resize:vertical;font-size:.9rem;line-height:1.4}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.analyst-report-add-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.analyst-report-add-row{display:flex;align-items:center;gap:.35rem;flex:1 1 16rem;min-width:0}.analyst-report-add-bar .analyst-report-add-label{flex:1 1 auto;min-width:0;margin:0}.analyst-report-add-secondary{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;flex-shrink:0}.analyst-report-rule-preview{display:none}.analyst-report-add-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.analyst-report-add-row .crm-icon-btn,.analyst-report-add-secondary .crm-icon-btn,.analyst-report-add-actions .crm-icon-btn,.analyst-report-edit-actions .crm-icon-btn,.analyst-report-inline-actions .crm-icon-btn,.analyst-report-issues-responsive .analyst-report-actions-cell .crm-icon-btn{width:1.75rem;height:1.75rem}.analyst-report-edit-actions{display:flex;flex-wrap:wrap;gap:.5rem}.table-card{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.form-row{margin-bottom:1rem}.form-row label{display:block;margin-bottom:.35rem;font-size:.85rem;color:var(--muted)}.bi-label{display:block;margin-bottom:.35rem}.bi-label-de{display:block;font-size:.85rem;color:var(--muted);line-height:1.35}.bi-label-en{display:block;font-size:.78rem;color:var(--muted);opacity:.88;line-height:1.3;margin-top:.1rem}.bi-section-title .bi-label-de{color:var(--accent);font-size:1rem;font-weight:600}.bi-section-title .bi-label-en{font-size:.82rem;font-weight:400;margin-top:.15rem}.bi-hint{font-size:.9rem;margin:.5rem 0 0;line-height:1.45}.bi-hint-de,.bi-hint-en{display:block}.bi-hint-en{font-size:.82rem;opacity:.9;margin-top:.2rem}.bi-check-label{align-items:flex-start}.bi-check-text{display:flex;flex-direction:column;gap:.1rem;line-height:1.35}.bi-check-text .bi-label-en{margin-top:0}.link-box{display:block;background:var(--bg);padding:.75rem;border-radius:8px;font-size:.85rem;word-break:break-all;margin-top:.5rem;color:var(--accent);text-decoration:none;cursor:pointer}.link-box:hover{text-decoration:underline}.site-link-row{display:flex;align-items:center;gap:.4rem;margin-top:.35rem;flex-wrap:nowrap}.site-link-row .badge{flex-shrink:0;font-size:.68rem;padding:.15rem .45rem;order:1}.site-link-row .link-box{flex:1 1 auto;margin-top:0;min-width:0;padding:.4rem .55rem;font-size:.78rem;line-height:1.35;border-radius:6px;order:2}.site-link-copy{flex-shrink:0;order:3}.site-link-copy-copied{color:#22c55e;border-color:#22c55e73}.site-link-row .site-link-copy{width:1.75rem;height:1.75rem;border-radius:6px}.site-link-row .site-link-copy svg{width:14px;height:14px}.generator-published-list h3{font-size:1.1rem;margin-bottom:.5rem}.generator-published-list>.muted{font-size:.88rem;margin-bottom:.75rem}.generator-published-list .site-links-card{margin-bottom:.6rem!important}.scan-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172aeb;display:flex;align-items:center;justify-content:center;padding:1.5rem}.scan-overlay-card{text-align:center;max-width:420px}.crm-lead-report-modal{width:min(100%,520px);max-height:min(90vh,720px);overflow-y:auto;text-align:left}.crm-lead-report-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.crm-lead-report-head h3{margin:0 0 .2rem}.crm-lead-report-sub{margin:0;font-size:.88rem}.crm-manager-line,.crm-email-compose-meta{margin:0 0 .75rem;font-size:.85rem}.crm-message-box-toolbar-actions{width:100%;justify-content:flex-end;margin-left:0}.crm-email-custom-files li{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.crm-email-unread-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;margin-left:.4rem;padding:0 .35rem;font-size:.72rem;font-weight:700;color:#b45309;background:#fbbf2433;border-radius:999px;vertical-align:middle}.crm-lead-report-history{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--surface2)}.crm-lead-report-history-title{margin:0 0 .5rem;font-size:.95rem}.crm-lead-report-history-list{list-style:none;margin:0;padding:0;max-height:220px;overflow-y:auto}.crm-lead-report-history-item{padding:.65rem 0;border-bottom:1px solid var(--surface2)}.crm-lead-report-history-item:first-child{padding-top:0}.crm-lead-report-history-item:last-child{border-bottom:none;padding-bottom:0}.crm-lead-report-history-item-head{font-size:.85rem;margin-bottom:.25rem}.crm-lead-report-history-message{margin:0;white-space:pre-wrap;line-height:1.45}.crm-lead-report-modal textarea{width:100%;margin-top:.35rem;resize:vertical}.crm-lead-report-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.scan-spinner{width:48px;height:48px;border:3px solid var(--surface2);border-top-color:var(--accent);border-radius:50%;margin:0 auto 1.25rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tab-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.tab-bar{display:flex;flex-wrap:wrap;gap:.5rem}.crm-sales-view-toggle{display:flex;flex-wrap:wrap;gap:.35rem}.analyst-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.analyst-tab-row,.analyst-crm-period-toggle{margin-bottom:0}.analyst-sort-bar{display:flex;align-items:center;gap:.75rem}.analyst-sort-bar label{font-size:.9rem;color:var(--muted);white-space:nowrap}.analyst-sort-select{width:auto;min-width:10rem}.tab-btn{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--surface2);background:transparent;color:var(--muted);cursor:pointer;font-weight:600}.tab-btn.active{background:var(--accent);color:#0f172a;border-color:var(--accent)}.domain-link{color:var(--accent2);font-weight:600}.domain-link:hover{text-decoration:underline}.btn-danger{border-color:var(--bad);color:var(--bad)}.btn-danger:hover{background:#f871711a}.fine-box{margin:1.5rem 0;padding:1rem 1.25rem;background:#f8717114;border:1px solid rgba(248,113,113,.25);border-radius:var(--radius)}.fine-range{margin:.5rem 0}.actions-cell{white-space:nowrap;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.actions-cell .btn{margin-right:0}.crm-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.crm-profiles-layout{display:flex;flex-direction:column;gap:1rem}.crm-profiles-global-search{margin-bottom:.25rem}.crm-profiles-global-search-label{display:block;font-weight:600;margin-bottom:.35rem}.crm-profiles-global-search .input{width:100%;max-width:42rem}.crm-profiles{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1rem;align-items:start}@media (max-width: 900px){.crm-profiles{grid-template-columns:1fr}}.crm-left-pane-tabs{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem;padding-bottom:.85rem;border-bottom:1px solid var(--surface2)}.crm-left-pane-tab{width:100%;text-align:left;padding:.55rem .7rem;border:1px solid var(--border);border-radius:8px;background:transparent;color:inherit;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.crm-left-pane-tab:hover{background:#38bdf80f}.crm-left-pane-tab.active{border-color:var(--accent);background:#38bdf81a;color:var(--accent)}.crm-sales-overview-page{max-width:52rem}.crm-sales-overview{display:flex;flex-direction:column;gap:.85rem}.crm-sales-overview-wide .crm-sales-kpi-primary .crm-sales-kpi-value{font-size:2.25rem}.crm-sales-overview-wide .crm-sales-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 720px){.crm-sales-overview-wide .crm-sales-kpi-grid{grid-template-columns:1fr 1fr}}.crm-sales-overview-intro{margin:0;font-size:.85rem;line-height:1.4}.crm-sales-overview-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem}.crm-sales-view-toggle .tab-btn{padding:.28rem .65rem;font-size:.78rem}.crm-sales-kpi-primary{text-align:center;padding:.9rem .65rem;border:1px solid var(--border);border-radius:10px;background:#38bdf80f}.crm-sales-kpi-primary .crm-sales-kpi-value{font-size:1.65rem;font-family:Fraunces,serif;font-weight:700;line-height:1.15}.crm-sales-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.crm-sales-kpi{padding:.65rem .55rem;border:1px solid var(--border);border-radius:8px;text-align:center;min-height:4.5rem}.crm-sales-kpi-value{font-size:1.25rem;font-weight:700;line-height:1.2}.crm-sales-kpi-label{margin-top:.2rem;font-size:.78rem;color:var(--muted);line-height:1.25}.crm-sales-kpi-hint{margin-top:.2rem;font-size:.72rem;color:var(--muted);line-height:1.25}.admin-leads-report-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-leads-report-period-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem}.admin-leads-month-select{min-width:10.5rem}.admin-leads-month-select label{font-size:.78rem;color:var(--muted)}.admin-leads-viewing-source{display:flex;flex-direction:column;gap:.2rem;min-width:12rem;max-width:28rem}.admin-leads-viewing-source-inline{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin:0 0 .75rem}.admin-leads-viewing-source-label{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.admin-leads-viewing-source-value{font-size:.82rem;color:var(--text);line-height:1.35}.admin-leads-report-stats{margin-bottom:1rem}.admin-leads-report-stat-btn{width:100%;text-align:inherit;cursor:pointer;border:1px solid var(--surface2);background:var(--surface);color:var(--text);font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.admin-leads-report-stat-btn .num{color:#fff}.admin-leads-report-stat-btn:not(:disabled):hover,.admin-leads-report-stat-btn.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.admin-leads-report-stat-btn:disabled{cursor:default;opacity:.85}.admin-leads-stat-pct{margin-top:.35rem;font-size:.78rem;color:var(--muted);line-height:1.3}.admin-leads-stat-pct-hint{color:var(--accent)}.admin-leads-browse-panel{margin-top:1rem}.admin-leads-browse-panel .browse-meta{margin-bottom:.75rem}.admin-leads-browse-message{max-width:28rem;white-space:pre-wrap;line-height:1.45;vertical-align:top}.admin-range-meta,.admin-pagination-text{margin:0 0 .75rem;font-size:.88rem}.admin-pagination-text{margin:0 .75rem;color:var(--muted)}.admin-browse-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.75rem}.admin-browse-selection{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-selection-count{font-size:.88rem}.admin-bulk-meta,.admin-bulk-status{margin:.25rem 0 0;font-size:.88rem}.admin-bulk-actions{align-items:center}.admin-storage-intro{margin-bottom:1rem;font-size:.88rem}.admin-storage-batch-select{display:block;margin-top:.75rem}.admin-storage-batch-select .input,.admin-storage-batch-select select{width:100%}.admin-storage-batch-meta,.admin-storage-batch-empty{margin:.75rem 0 0;font-size:.85rem;line-height:1.45}.admin-automation-panel{display:flex;flex-direction:column;gap:1rem}.admin-automation-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-automation-page-intro{margin:0;max-width:42rem;font-size:.88rem;line-height:1.45}.admin-automation-sections{display:grid;gap:1rem}.admin-automation-section{margin:0}.admin-automation-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.admin-automation-section-head h3{margin:0}.admin-automation-intro{margin:0 0 .75rem;font-size:.88rem;line-height:1.45}.admin-auto-approve-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.admin-auto-approve-toggle{flex:1 1 auto}.admin-automation-details{display:grid;gap:.35rem}.admin-automation-detail-row{display:flex;flex-wrap:wrap;gap:.35rem 1rem;font-size:.88rem}.admin-automation-detail-label{min-width:9rem;color:var(--muted)}.admin-automation-detail-value{flex:1;min-width:8rem}.admin-automation-footnote{margin:.75rem 0 0;font-size:.82rem;line-height:1.4}.admin-automation-form{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.admin-automation-form-title{margin:0 0 .75rem;font-size:.92rem}.admin-automation-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr));gap:.75rem 1rem}.admin-automation-form-actions{margin-top:.75rem}.admin-automation-field-hint{margin:.35rem 0 0;font-size:.82rem;line-height:1.4}.admin-automation-checkbox{display:inline-flex;align-items:center;gap:.45rem;margin:.5rem 0;font-size:.88rem}.admin-automation-schedule-list{display:grid;gap:.65rem;margin-top:.75rem}.admin-automation-schedule-card{border:1px solid var(--border);border-radius:.5rem;padding:.75rem .85rem;background:var(--surface-2, rgba(255, 255, 255, .02))}.admin-automation-schedule-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.admin-automation-schedule-card-title{margin:0;font-size:.92rem;font-weight:600}.admin-automation-schedule-card-actions{display:flex;gap:.35rem;flex-shrink:0}.admin-automation-schedule-meta{margin:0;font-size:.82rem;line-height:1.45;color:var(--muted)}.admin-automation-template-picker{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.admin-automation-template-selected{margin:.5rem 0 .75rem;padding:.65rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface-2, rgba(255, 255, 255, .02))}.admin-automation-template-selected-label{margin:0 0 .35rem;font-size:.82rem;font-weight:600}.admin-automation-template-selected-list{margin:0;padding:0;list-style:none;display:grid;gap:.35rem}.admin-automation-template-selected-item{display:flex;align-items:center;gap:.5rem;font-size:.84rem}.admin-automation-template-selected-index{color:var(--muted);min-width:1.25rem}.admin-automation-template-selected-name{flex:1;min-width:0}.admin-automation-template-selected-actions{display:flex;gap:.2rem;flex-shrink:0}.admin-automation-template-options{display:grid;gap:.35rem;margin-top:.65rem;max-height:14rem;overflow:auto;padding-right:.25rem}.admin-automation-template-option{display:flex;align-items:flex-start;gap:.5rem;font-size:.84rem;line-height:1.35;cursor:pointer}.admin-automation-template-option .badge{margin-left:.35rem}.admin-template-library-list{display:grid;gap:.5rem;margin-top:.75rem}.admin-template-library-card{border:1px solid var(--border);border-radius:8px;overflow:hidden}.admin-template-library-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;padding:.65rem .75rem;border:0;background:var(--bg-elevated, rgba(255, 255, 255, .03));color:inherit;text-align:left;cursor:pointer}.admin-template-library-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.admin-template-library-preview{padding:0 .75rem .75rem;font-size:.88rem}.admin-template-library-body{margin:.35rem 0 0;padding:.65rem;border-radius:6px;background:#0003;white-space:pre-wrap;font-family:inherit;font-size:.82rem;line-height:1.45;max-height:16rem;overflow:auto}.admin-storage-transfers-intro,.admin-storage-transfers-total{margin:.35rem 0 .75rem}.admin-storage-transfers-toggle{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.admin-storage-transfers-toggle-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.admin-storage-transfers-title{font-size:1.05rem;font-weight:600}.admin-storage-transfers-summary{font-size:.85rem}.admin-storage-transfers-chevron{flex-shrink:0;font-size:1.1rem;line-height:1;opacity:.75}.admin-storage-transfers-body{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border, rgba(255, 255, 255, .08))}.admin-storage-transfers-table th,.admin-storage-transfers-table td{white-space:nowrap}.admin-storage-batch-actions{display:flex;gap:.35rem}.admin-payments-count{margin:.35rem 0 0;font-size:.88rem}.admin-payments-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.admin-payments-head h3{margin:0}.admin-payments-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.admin-payments-toolbar .input{flex:1 1 12rem;min-width:10rem}.admin-payment-card{margin-bottom:.75rem!important}.admin-payment-head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.admin-payment-meta{margin:.2rem 0 0;font-size:.85rem;line-height:1.4}.admin-payment-receipt,.admin-payment-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem}.admin-bulk-actions .crm-icon-btn,.admin-payment-actions .crm-icon-btn,.admin-storage-batch-actions .crm-icon-btn,.admin-browse-toolbar .crm-icon-btn,.admin-browse-selection .crm-icon-btn,.admin-users-table .crm-icon-btn,.crm-voip-ext-cell .crm-icon-btn{width:1.75rem;height:1.75rem;border-radius:6px;flex-shrink:0}.admin-bulk-actions .crm-icon-btn svg,.admin-payment-actions .crm-icon-btn svg,.admin-storage-batch-actions .crm-icon-btn svg,.admin-browse-toolbar .crm-icon-btn svg,.admin-browse-selection .crm-icon-btn svg,.admin-users-table .crm-icon-btn svg,.crm-voip-ext-cell .crm-icon-btn svg{width:14px;height:14px}.admin-users-staff-section{margin-bottom:.65rem}.admin-users-staff-heading{margin:0 0 .4rem;font-size:.82rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.admin-users-staff-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,9.5rem),1fr));gap:.45rem}.admin-users-staff-tile{text-align:left;padding:.5rem .6rem}.admin-users-staff-tile .num{font-size:1.2rem;line-height:1.1}.admin-users-staff-tile .lbl{font-size:.76rem;margin-top:.12rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-users-staff-tile .admin-users-staff-email{margin-top:.1rem;font-size:.68rem;line-height:1.2;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-users-leads-panel{margin-bottom:1rem}.admin-users-leads-intro{margin:0 0 1rem;font-size:.88rem}.admin-users-table-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:.75rem}.admin-users-table-filters .input[type=search]{flex:1 1 14rem;min-width:12rem}.admin-users-active-filter{margin:0;font-size:.88rem}.crm-sales-section-title{margin:0 0 .45rem;font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.crm-sales-pipeline-list{list-style:none;margin:0;padding:0}.crm-sales-pipeline-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem 0;border-bottom:1px solid var(--surface2);font-size:.88rem}.crm-sales-pipeline-list li:last-child{border-bottom:none}.crm-profiles-list-head,.crm-profiles-detail-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;flex-wrap:nowrap}.crm-profiles-list-head h3,.crm-profiles-detail-head h3{margin:0;flex:1 1 auto;min-width:0}.crm-profiles-detail-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0;flex-wrap:nowrap}.crm-autosave-status{font-size:.85rem;white-space:nowrap}.crm-profiles-empty{padding:1rem;margin:0}.crm-profile-picker{list-style:none;margin:0;padding:0;max-height:70vh;overflow:auto}.crm-profile-picker-item{width:100%;text-align:left;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--surface2);background:transparent;color:inherit;cursor:pointer}.crm-profile-picker-item:hover,.crm-profile-picker-item.is-active{background:#38bdf814}.crm-profile-picker-item strong{display:block;margin-bottom:.2rem}.crm-icon-btn.btn-icon{width:2rem;height:2rem;border-radius:7px}.crm-icon-btn.btn-icon svg{width:16px;height:16px}.crm-template-row .crm-icon-btn,.crm-message-box-toolbar .crm-icon-btn,.crm-message-box-footer .crm-icon-btn,.crm-message-box-save-form .crm-icon-btn,.crm-email-history-head .crm-icon-btn,.crm-add-site .crm-icon-btn,.crm-contact-email-item .crm-icon-btn,.analyst-sort-bar .crm-icon-btn,.crm-profiles-detail-actions .crm-icon-btn,.review-card-actions .crm-icon-btn,.pagination .crm-icon-btn,.crm-responsive-table .actions-cell .crm-icon-btn{width:1.75rem;height:1.75rem;border-radius:6px}.crm-template-row .crm-icon-btn svg,.crm-message-box-toolbar .crm-icon-btn svg,.crm-message-box-footer .crm-icon-btn svg,.crm-message-box-save-form .crm-icon-btn svg,.crm-email-history-head .crm-icon-btn svg,.crm-add-site .crm-icon-btn svg,.crm-contact-email-item .crm-icon-btn svg,.analyst-sort-bar .crm-icon-btn svg,.crm-profiles-detail-actions .crm-icon-btn svg,.review-card-actions .crm-icon-btn svg,.pagination .crm-icon-btn svg,.crm-responsive-table .actions-cell .crm-icon-btn svg{width:14px;height:14px}.analyst-list-bar .analyst-sort-bar .crm-icon-btn{width:1.6rem;height:1.6rem;border-radius:5px}.analyst-list-bar .analyst-sort-bar .crm-icon-btn svg{width:12px;height:12px}.crm-icon-btn-primary{color:var(--accent);border-color:var(--accent)}.crm-icon-btn-primary:hover:not(:disabled){background:#38bdf81f}.crm-icon-btn-spin{display:inline-flex;animation:icon-spin .8s linear infinite}.crm-contact-email-item .crm-icon-btn,.actions-cell .crm-icon-btn,.crm-add-site .crm-icon-btn,.crm-template-row .crm-icon-btn{flex-shrink:0}.crm-pipeline-status-row{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;margin-bottom:.75rem}.crm-pipeline-status-row label{display:inline;margin-bottom:0;white-space:nowrap;flex-shrink:0}.crm-lead-status-control{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.5rem;min-width:0}.crm-lead-status-control-compact{gap:.35rem}.crm-lead-status-control .input-sm{width:auto;min-width:0}.crm-lead-status-control select.input-sm{min-width:7.5rem}.crm-lead-sale-input{flex-shrink:0;width:5.5rem}.crm-lead-sale-display{font-size:.9rem;white-space:nowrap}.crm-profile-badges{display:inline-flex;align-items:center;gap:.35rem;margin-left:.45rem;vertical-align:middle}.crm-lead-badge,.crm-payment-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.12rem .4rem;border-radius:4px;vertical-align:middle}.crm-payment-paid{color:#15803d;background:#4ade8033}.crm-payment-pending{color:#b45309;background:#fbbf2433}.crm-payment-unpaid{color:#b91c1c;background:#f8717126}.crm-lead-badge{color:#475569;background:#94a3b833}.crm-lead-new{color:#0369a1;background:#38bdf82e}.crm-lead-assigned{color:#6d28d9;background:#a78bfa33}.crm-lead-in_progress{color:#b45309;background:#fbbf2433}.crm-lead-contacted{color:#0f766e;background:#2dd4bf2e}.crm-lead-invalid_mail{color:#b91c1c;background:#f8717133}.crm-lead-won{color:#15803d;background:#4ade8033}.crm-lead-lost{color:#64748b;background:#94a3b838}.crm-published-pages{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.crm-published-page-card{border:1px solid var(--border);border-radius:8px;padding:.75rem .9rem;background:#ffffff05}.crm-published-page-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.crm-published-client-site{margin:.35rem 0 .5rem;font-size:.9rem}.crm-published-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.crm-published-links li{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.88rem}.crm-published-links a{word-break:break-all}.crm-section-title{margin:1rem 0 .5rem}.crm-contact-email-list{list-style:none;padding:0;margin:0 0 .75rem;display:flex;flex-direction:column;gap:.5rem}.crm-contact-email-item{display:flex;gap:.5rem;align-items:center;flex-wrap:nowrap}.crm-contact-email-item .input{flex:1 1 auto;min-width:0}.crm-add-site{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center;margin-top:.75rem}.crm-add-site .input{flex:1 1 auto;min-width:0}.crm-email-compose{border-top:1px solid var(--surface2);padding-top:1rem}.crm-message-box{border:1px solid var(--border);border-radius:8px;background:#ffffff05;overflow:hidden}.crm-message-box-toolbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .65rem .35rem;border-bottom:1px solid var(--border);flex-wrap:nowrap}.crm-message-box-label{margin:0;font-size:.9rem;font-weight:600;flex:1 1 auto;min-width:0}.crm-message-box-toolbar-end{display:flex;align-items:center;gap:.35rem;margin-left:auto;flex-shrink:0}.crm-message-box-save-form{padding:.5rem .65rem;border-bottom:1px solid var(--border)}.crm-message-box-input{display:block;width:100%;border:none;border-radius:0;resize:vertical;min-height:10rem;background:transparent}.crm-message-box-input:focus{outline:none;box-shadow:inset 0 0 0 1px var(--accent)}.crm-message-box-footer{display:flex;justify-content:flex-end;padding:.5rem .65rem;border-top:1px solid var(--border)}.crm-email-attachments{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.crm-email-custom-files li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem .5rem;border:1px solid var(--border);border-radius:.45rem;background:var(--surface-2, #f7f8fa)}.crm-email-report-row{display:flex;align-items:center;gap:.4rem}.crm-email-report-line{display:inline-flex;align-items:center;gap:.15rem;min-width:0}.crm-email-report-name{cursor:pointer}.crm-email-report-row .crm-icon-btn{flex-shrink:0}.crm-attach-docs-hint{margin:.35rem 0 0;font-size:.85rem}.crm-email-attachment-list{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.35rem}.crm-email-attachment-link{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .55rem;border:1px solid var(--border);border-radius:.45rem;background:var(--surface-2, #f7f8fa);color:var(--accent);font:inherit;cursor:pointer;text-align:left}.crm-email-attachment-link:hover{border-color:var(--accent);background:var(--surface, #fff)}.crm-template-row{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center}.crm-template-row .input{flex:1 1 auto;min-width:0}.crm-template-hint{margin:.35rem 0 0;font-size:.9rem}.crm-template-save-form{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center}.crm-template-save-form .input{flex:1 1 auto;min-width:0}.crm-email-history{margin-bottom:.5rem}.crm-email-history-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;flex-wrap:nowrap}.crm-email-history-head .crm-section-title{margin:0;flex:1 1 auto;min-width:0}.crm-email-direction{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.1rem .35rem;border-radius:4px;margin-right:.45rem;vertical-align:middle}.crm-email-direction.inbound{color:#0f766e;background:#2dd4bf26}.crm-email-direction.outbound{color:#1d4ed8;background:#60a5fa26}.crm-email-read-state{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.1rem .35rem;border-radius:4px;margin-right:.45rem;vertical-align:middle}.crm-email-read-state.unread{color:#b45309;background:#fbbf2433}.crm-email-read-state.read{color:#64748b;background:#94a3b826}.crm-email-history-item.is-unread .crm-email-history-subject{font-weight:700}.crm-email-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.crm-email-history-item{border:1px solid var(--surface2);border-radius:var(--radius);overflow:hidden}.crm-email-history-summary{width:100%;text-align:left;padding:.75rem 1rem;border:none;background:var(--surface1);color:inherit;cursor:pointer}.crm-email-history-summary:hover{background:#38bdf80f}.crm-email-history-subject{display:block;font-weight:600;margin-bottom:.2rem}.crm-email-history-meta{display:block;font-size:.88rem}.crm-email-history-body{padding:.75rem 1rem 1rem;border-top:1px solid var(--surface2);background:var(--surface)}.crm-email-history-body pre{margin:.5rem 0 0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.95rem}.crm-profile-search{margin-bottom:1rem}.crm-profile-search .input{width:100%}.crm-search-meta{margin:.35rem 0 0;font-size:.9rem}.crm-search-hit{background:#38bdf80f}.crm-search-mark{background:#facc1559;color:inherit;padding:0 .1em;border-radius:2px}.crm-phone-row{display:flex;gap:.5rem;align-items:flex-start}.crm-phone-row .input{flex:1 1 auto;min-width:0}.crm-voip-ext-cell{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;min-width:10rem}.crm-voip-ext-cell .input-sm{width:5.5rem}.admin-password-cell{min-width:14rem}.admin-password-cell .input-sm{width:9.5rem}.crm-voip-ext-error{display:block;width:100%;font-size:.8rem}.crm-voip-wrap{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex-shrink:0}.btn-icon.crm-voip-btn{width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--accent2);border-color:var(--surface2)}.btn-icon.crm-voip-btn svg{width:15px;height:15px}.btn-icon.crm-voip-btn:not(:disabled):hover{background:#38bdf81f;border-color:var(--accent2)}.crm-voip-status{font-size:.8rem;max-width:11rem;text-align:center;line-height:1.3}.btn-row .crm-icon-btn{flex-shrink:0}.pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}.pagination button{margin:0 .25rem}@media (max-width: 768px){.container{padding:0 1rem}.nav{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.85rem 0}.nav-toggle{display:flex;margin-left:auto}.nav-links{display:none;flex-direction:column;align-items:stretch;width:100%;gap:.35rem;padding-top:.75rem;border-top:1px solid var(--surface2)}.nav-links-open{display:flex}.nav-links a,.nav-links .btn{width:100%;text-align:left;justify-content:flex-start}.nav-logout{margin-left:0!important}.hero{padding:2rem 0 1.5rem}.hero p{font-size:1rem}.card{padding:1rem}.dashboard h2{font-size:1.3rem}.tab-row,.tab-bar,.crm-sales-view-toggle,.crm-left-pane-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none;max-width:100%;min-width:0}.tab-row::-webkit-scrollbar,.tab-bar::-webkit-scrollbar,.crm-sales-view-toggle::-webkit-scrollbar,.crm-left-pane-tabs::-webkit-scrollbar{display:none}.tab-btn,.crm-left-pane-tab{flex-shrink:0;white-space:nowrap}.tab-row,.tab-bar,.crm-sales-view-toggle{gap:.4rem}.tab-btn{padding:.45rem .75rem;font-size:.85rem}.analyst-toolbar .tab-row,.analyst-toolbar .crm-sales-view-toggle,.crm-toolbar .tab-bar,.admin-leads-report-head .crm-sales-view-toggle,.crm-sales-overview-toolbar .crm-sales-view-toggle{width:100%}.crm-left-pane-tabs{flex-direction:row;border-bottom:1px solid var(--surface2);padding-bottom:.85rem}.crm-left-pane-tab{width:auto;text-align:center}.admin-leads-report-head,.crm-sales-overview-toolbar{flex-direction:column;align-items:stretch}.container>.tab-row,.login-box .tab-row{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;scroll-padding-inline:1rem}.analyst-toolbar{flex-direction:column;align-items:stretch}.analyst-list-bar{flex-wrap:nowrap;gap:.4rem}.analyst-list-bar .analyst-sort-select{flex:0 1 auto;max-width:6.5rem}.analyst-list-bar .analyst-range-meta{flex-shrink:0;font-size:.78rem}.analyst-sort-bar{width:auto;flex-wrap:nowrap;flex:1 1 auto;min-width:0}.analyst-sort-select{flex:1 1 auto;min-width:0;max-width:100%}.card-header-row{flex-direction:column;align-items:flex-start}.card-header-actions{flex-wrap:wrap}.crm-profiles-list-head,.admin-leads-report-head{flex-wrap:nowrap}.review-card-layout{flex-direction:column}.review-card-content{min-width:0;max-width:100%;overflow-x:clip}.review-card-editing .review-card-content{overflow-x:clip}.review-card-actions{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-start;width:100%}.crm-toolbar{flex-direction:column;align-items:stretch;gap:.65rem}.crm-toolbar .crm-mine-toggle{width:100%;justify-content:center}.crm-stats-row{grid-template-columns:1fr 1fr;gap:.65rem}.crm-stats-row .card.stat{padding:.85rem .6rem}.crm-stats-row .stat .num{font-size:1.45rem}.crm-stats-row .stat .lbl{font-size:.78rem;line-height:1.25}.crm-profiles{gap:.75rem}.crm-profiles-list.card,.crm-profiles-detail.card{padding:.85rem}.crm-profile-picker{max-height:min(42vh,320px);border:1px solid var(--surface2);border-radius:8px;margin-top:.25rem}.crm-profile-picker-item{padding:.65rem .75rem}.crm-profile-picker-item strong{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.crm-profile-picker-item .muted{display:block;margin-top:.2rem;font-size:.82rem;line-height:1.4}.crm-profile-badges{margin-left:0}.crm-profiles-detail-head h3{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;line-height:1.3}.crm-published-page-head{flex-direction:column;align-items:flex-start;gap:.35rem}.crm-published-links li{flex-direction:column;align-items:flex-start;gap:.25rem}.crm-sales-overview-page{padding:.85rem}.crm-sales-overview-intro{margin-bottom:.35rem}.crm-responsive-table{overflow-x:visible}.crm-responsive-table table{border-collapse:separate;border-spacing:0}.crm-responsive-table thead{display:none}.crm-responsive-table tbody tr{display:block;border:1px solid var(--surface2);border-radius:var(--radius);padding:.75rem;margin-bottom:.75rem;background:#0000001f}.crm-responsive-table tbody tr:last-child{margin-bottom:0}.crm-responsive-table td{display:grid;grid-template-columns:5.75rem minmax(0,1fr);gap:.5rem;align-items:start;padding:.4rem 0;border-bottom:none}.crm-responsive-table td:before{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;line-height:1.35;padding-top:.1rem}.crm-responsive-table td[colspan]{display:block;padding:.5rem 0}.crm-responsive-table td[colspan]:before{display:none}.crm-responsive-table td.actions-cell{display:flex;flex-wrap:wrap;gap:.35rem;grid-template-columns:unset;padding-top:.55rem;margin-top:.35rem;border-top:1px solid var(--surface2)}.crm-responsive-table td.actions-cell:before{display:none}.crm-pipeline-table td:nth-child(1):before{content:"Domain"}.crm-pipeline-table td:nth-child(2):before{content:"Company"}.crm-pipeline-table td:nth-child(3):before{content:"Jurisdiction"}.crm-pipeline-table td:nth-child(4):before{content:"Contact"}.crm-pipeline-table td:nth-child(5):before{content:"Score"}.crm-pipeline-table td:nth-child(6):before{content:"Status"}.crm-pipeline-table td:nth-child(7):before{content:"Sale"}.crm-pipeline-table td:nth-child(8):before{content:"Actions"}.crm-pipeline-table td:nth-child(6) select,.crm-pipeline-table td:nth-child(7) .input{width:100%;max-width:12rem}.crm-sites-table td:nth-child(1):before{content:"Website"}.crm-sites-table td:nth-child(2):before{content:"Score"}.crm-sites-table td:nth-child(3):before{content:"Actions"}th,td{padding:.5rem .4rem;font-size:.82rem;word-break:break-word;overflow-wrap:anywhere}.crm-responsive-table td{padding:.4rem 0;border-bottom:none;font-size:.88rem}.site-link-row{flex-wrap:wrap;align-items:center}.site-link-row .badge{order:1}.site-link-copy{order:2}.site-link-row .link-box{order:3;min-width:0;flex:1 1 100%;width:100%}.analyst-report-notes-cell,.analyst-report-notes-input{min-width:0}.analyst-report-edit .analyst-review-edit-title{font-size:.95rem;margin-bottom:.5rem}.analyst-report-edit .analyst-report-meta{margin-bottom:.5rem;font-size:.82rem}.analyst-review-edit.analyst-report-edit{margin-top:.75rem;padding-top:.75rem;min-width:0;max-width:100%;overflow-x:clip}.analyst-report-edit .analyst-report-issues-table-wrap{overflow-x:visible;max-width:100%}.analyst-report-issues-responsive{overflow-x:visible;margin-bottom:.75rem}.analyst-report-issues-responsive .analyst-report-issues-table{border-collapse:separate;border-spacing:0;width:100%;max-width:100%;table-layout:fixed}.analyst-report-issues-responsive thead{display:none}.analyst-report-issues-responsive tbody tr{display:block;border:1px solid var(--surface2);border-radius:var(--radius);padding:.65rem .75rem;margin-bottom:.65rem;background:#0000001f;overflow:hidden;max-width:100%;box-sizing:border-box}.analyst-report-issues-responsive tbody tr:last-child{margin-bottom:0}.analyst-report-issues-responsive td{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.35rem .5rem;align-items:start;padding:.35rem 0;border-bottom:none;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.analyst-report-issues-responsive td>*{min-width:0;max-width:100%}.analyst-report-issues-responsive td:before{font-size:.72rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;line-height:1.35;padding-top:.15rem}.analyst-report-issues-responsive td[colspan]{display:block;padding:.5rem 0}.analyst-report-issues-responsive td[colspan]:before{display:none}.analyst-report-issues-responsive .analyst-report-issues-table td:nth-child(1):before{content:"Issue"}.analyst-report-issues-responsive .analyst-report-issues-table td:nth-child(2):before{content:"Region"}.analyst-report-issues-responsive .analyst-report-issues-table td:nth-child(3):before{content:"Legal"}.analyst-report-issues-responsive .analyst-report-issues-table td:nth-child(4):before{content:"Type"}.analyst-report-issues-responsive .analyst-report-issues-table td:nth-child(5):before{content:"Notes"}.analyst-report-issues-responsive .analyst-report-actions-cell{display:flex;justify-content:flex-end;grid-template-columns:unset;width:100%;max-width:100%;min-width:0;white-space:normal;padding-top:.45rem;margin-top:.25rem;border-top:1px solid var(--surface2);box-sizing:border-box}.analyst-report-issues-responsive .analyst-report-actions-cell:before{display:none}.analyst-report-issues-responsive .analyst-report-legal-basis{max-width:none;font-size:.88rem}.analyst-report-issues-responsive .analyst-report-notes-input{min-height:3.5rem}.analyst-report-add-bar{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:.75rem}.analyst-report-add-row{width:100%;flex:none}.analyst-report-rule-preview{display:block;width:100%;margin:0;font-size:.78rem;line-height:1.45;color:var(--muted);word-break:break-word;overflow-wrap:anywhere}.analyst-report-add-bar .analyst-report-add-label .input,.analyst-report-add-bar .analyst-report-add-label select{width:100%}.analyst-report-add-secondary{max-width:100%;min-width:0}.analyst-report-custom-add{padding:.75rem;margin-top:.5rem}.analyst-report-custom-add .analyst-report-subtitle{font-size:.9rem;margin-bottom:.5rem}.analyst-report-form-grid{grid-template-columns:1fr;gap:0}.analyst-report-form-grid .form-row{margin-bottom:.65rem}.analyst-report-form-grid .form-row[style*=grid-column]{grid-column:1 / -1!important}.analyst-report-edit .analyst-report-edit-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--surface2)}.analyst-report-edit .analyst-report-issues-responsive td .input,.analyst-report-edit .analyst-report-issues-responsive td select,.analyst-report-edit .analyst-report-issues-responsive td textarea{font-size:.88rem}.analyst-report-edit .success-text{font-size:.88rem;line-height:1.4}.admin-password-cell,.crm-voip-ext-cell{min-width:0}.login-page{padding:2rem 0 2.5rem}.login-box{margin:0 auto 2rem}.login-examples-links{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 .75rem}.container>.tab-row,.login-box .tab-row{margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.75rem;scroll-padding-inline:.75rem}.logo{font-size:1.1rem}.logo-img{height:30px}.hero-logo{height:44px}.grid-2,.grid-3{grid-template-columns:1fr}.crm-stats-row{grid-template-columns:1fr 1fr}.checkbox-grid{grid-template-columns:1fr}.stat .num,.stat-click .num{font-size:1.6rem}.crm-sales-overview-wide .crm-sales-kpi-grid{grid-template-columns:1fr}.btn{padding:.65rem 1rem;font-size:.9rem}.scan-overlay{padding:1rem}.crm-lead-report-modal{width:100%;max-height:92vh}}
