@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #2563EB;--accent-hover: #1D4ED8;--accent-light: #EFF6FF;--accent-border: #BFDBFE;--bg-page: #F8F8F6;--bg-surface: #FFFFFF;--bg-hover: #F3F3F0;--bg-active: #EFF6FF;--bg-muted: #F0EFE9;--bg-input: #FFFFFF;--border: #E8E6DF;--border-strong: #D0CEC7;--text-primary: #1A1916;--text-secondary: #5C5A54;--text-muted: #8F8D87;--text-danger: #DC2626;--text-success: #16A34A;--text-warning: #D97706;--bg-danger: #FEF2F2;--bg-success: #F0FDF4;--bg-warning: #FFFBEB;--bg-info: #EFF6FF;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04)}html,body,#root{height:100%;font-family:DM Sans,sans-serif;font-size:14px;color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased}.page-header{padding:24px 28px 0;margin-bottom:24px}.page-title{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.page-sub{font-size:13px;color:var(--text-muted)}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px}.card-title{font-size:14px;font-weight:600;margin-bottom:16px;color:var(--text-primary)}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;font-weight:500;color:var(--text-primary);cursor:pointer;transition:background .12s,border-color .12s,box-shadow .12s;text-decoration:none;white-space:nowrap}.btn:hover{background:var(--bg-hover);border-color:var(--border-strong)}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-danger{color:var(--text-danger);border-color:#fecaca;background:var(--bg-danger)}.btn-danger:hover{background:#fee2e2}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--bg-hover)}.btn-sm{padding:4px 10px;font-size:12px}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.field{margin-bottom:16px}.field-label{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:6px}.field-hint{font-size:12px;color:var(--text-muted);margin-top:4px}input[type=text],input[type=email],input[type=date],input[type=number],input[type=password],select,textarea{width:100%;padding:8px 12px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-input);font-family:inherit;font-size:13px;color:var(--text-primary);transition:border-color .12s,box-shadow .12s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}textarea{resize:vertical;min-height:80px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:500}.badge-new{background:var(--bg-info);color:var(--accent)}.badge-contacted{background:var(--bg-warning);color:var(--text-warning)}.badge-reviewing{background:#fff7ed;color:#c2410c}.badge-retained{background:var(--bg-success);color:var(--text-success)}.badge-declined{background:var(--bg-muted);color:var(--text-muted)}.divider{height:1px;background:var(--border);margin:20px 0}.alert{padding:10px 14px;border-radius:var(--radius-md);font-size:13px;border:1px solid transparent}.alert-success{background:var(--bg-success);color:var(--text-success);border-color:#bbf7d0}.alert-error{background:var(--bg-danger);color:var(--text-danger);border-color:#fecaca}.alert-info{background:var(--bg-info);color:var(--accent);border-color:var(--accent-border)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}.text-sm{font-size:12px}.text-muted{color:var(--text-muted)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.shell{display:flex;height:100vh;background:var(--bg-page)}.shell-sidebar{width:220px;flex-shrink:0;border-right:1px solid var(--border);background:var(--bg-surface);display:flex;flex-direction:column}.shell-main{flex:1;overflow-y:auto;background:var(--bg-page)}.shell-brand{display:flex;align-items:center;gap:10px;padding:18px 16px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.brand-logo{width:32px;height:32px;border-radius:8px;object-fit:cover;flex-shrink:0}.brand-initials{width:32px;height:32px;border-radius:8px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.brand-info{display:flex;flex-direction:column;overflow:hidden}.brand-name{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-plan{font-size:11px;color:var(--text-muted);text-transform:capitalize}.shell-nav{flex:1;padding:10px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:8px;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:background .12s,color .12s}.nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-item.active{background:var(--bg-active);color:var(--accent);font-weight:500}.nav-item svg{flex-shrink:0;opacity:.7}.nav-item.active svg{opacity:1}.shell-footer{flex-shrink:0;border-top:1px solid var(--border);padding:8px 8px 12px;display:flex;flex-direction:column;gap:4px}.nav-item-settings{margin-bottom:2px}.shell-user-row{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px}.user-avatar{width:28px;height:28px;border-radius:50%;background:var(--bg-muted);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.user-info{flex:1;display:flex;flex-direction:column;overflow:hidden}.user-name{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;color:var(--text-muted);text-transform:capitalize}.signout-btn{padding:5px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s;flex-shrink:0}.signout-btn:hover{background:var(--bg-hover);color:var(--text-danger)}.loading-screen{display:flex;align-items:center;justify-content:center;height:100vh}.spinner{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-page);padding:20px}.login-card{width:100%;max-width:380px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-md)}.login-brand{display:flex;align-items:center;gap:10px;margin-bottom:28px}.login-logo{width:36px;height:36px;border-radius:10px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.login-product{font-size:16px;font-weight:600;color:var(--text-primary)}.login-title{font-size:17px;font-weight:600;margin-bottom:6px}.login-sub{font-size:13px;color:var(--text-muted);margin-bottom:22px;line-height:1.5}.login-forgot{display:block;width:100%;margin-top:12px;background:none;border:none;font-family:inherit;font-size:12px;color:var(--text-muted);cursor:pointer;text-align:center;transition:color .12s}.login-forgot:hover{color:var(--accent)}.login-divider{display:flex;align-items:center;gap:10px;margin:20px 0 0;color:var(--text-muted);font-size:12px}.login-divider-line{flex:1;height:1px;background:var(--border)}.login-register-btn{margin-top:14px;padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-muted);cursor:pointer;transition:border-color .12s,background .12s;text-align:center}.login-register-btn:hover{border-color:var(--accent);background:var(--accent-light)}.login-register-label{font-size:12px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.login-register-sub{font-size:12px;color:var(--text-muted)}.login-register-btn:hover .login-register-sub{color:var(--accent)}.login-sent-icon{width:52px;height:52px;border-radius:50%;background:var(--bg-success);color:var(--text-success);display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 18px}.login-set-pw-header{text-align:center;margin-bottom:4px}.login-set-pw-icon{font-size:32px;margin-bottom:10px}.login-pw-strength{display:flex;align-items:center;gap:8px;margin-bottom:12px}.login-pw-bar{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.login-pw-fill{height:100%;border-radius:2px;transition:width .3s,background .3s}.ob-page{min-height:100vh;background:var(--bg-page);display:flex;align-items:center;justify-content:center;padding:24px 16px}.ob-shell{width:100%;max-width:440px}.ob-brand{display:flex;align-items:center;gap:10px;margin-bottom:28px;justify-content:center}.ob-logo{width:36px;height:36px;background:var(--accent);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.ob-product{font-size:16px;font-weight:600}.ob-steps{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:24px}.ob-step{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);position:relative}.ob-step.active{color:var(--text-primary);font-weight:500}.ob-step.done{color:var(--text-success)}.ob-step-dot{width:24px;height:24px;border-radius:50%;background:var(--bg-muted);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.ob-step.active .ob-step-dot{background:var(--accent);color:#fff}.ob-step.done .ob-step-dot{background:var(--bg-success);color:var(--text-success)}.ob-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-sm)}.ob-title{font-size:20px;font-weight:600;margin-bottom:8px}.ob-sub{font-size:13px;color:var(--text-muted);margin-bottom:24px;line-height:1.6}.ob-req{color:var(--text-danger)}.ob-cta{width:100%;justify-content:center;padding:10px;font-size:14px}.ob-btn-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.ob-legal{margin-top:16px;font-size:11px;color:var(--text-muted);text-align:center;line-height:1.6}.ob-success{text-align:center}.ob-success-icon{width:56px;height:56px;border-radius:50%;background:var(--bg-success);color:var(--text-success);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.ob-info-rows{text-align:left;margin-top:24px;display:flex;flex-direction:column;gap:14px}.ob-info-row{display:flex;flex-direction:column;gap:5px}.ob-info-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em}.ob-info-val{font-size:13px;color:var(--text-secondary);line-height:1.5}.ob-url-box{display:flex;align-items:center;gap:8px;background:var(--bg-muted);border-radius:var(--radius-md);padding:8px 12px;border:1px solid var(--border)}.ob-url-text{flex:1;font-size:12px;color:var(--text-secondary);font-family:DM Mono,monospace;word-break:break-all}.fb-layout{display:flex;min-height:100vh}.fb-sidebar{width:210px;flex-shrink:0;border-right:1px solid var(--border);padding:16px 10px;background:var(--bg-surface);display:flex;flex-direction:column;gap:3px}.fb-sidebar-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;padding:0 6px;margin-bottom:6px}.fb-area-btn{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border-radius:8px;border:1px solid transparent;background:transparent;font-family:inherit;font-size:13px;color:var(--text-secondary);cursor:pointer;text-align:left;transition:background .12s,color .12s}.fb-area-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.fb-area-btn.active{background:var(--bg-active);border-color:var(--accent-border);color:var(--accent);font-weight:500}.fb-area-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.fb-area-count{margin-left:auto;font-size:11px;background:var(--bg-muted);color:var(--text-muted);padding:1px 6px;border-radius:10px;font-weight:500}.fb-sidebar-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--border)}.fb-main{flex:1;padding:28px 32px;max-width:780px}.fb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.fb-header-left{display:flex;align-items:center;gap:10px}.fb-area-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.fb-badge{font-size:11px;padding:3px 9px;border-radius:20px;font-weight:500}.fb-badge.core{background:var(--bg-success);color:var(--text-success)}.fb-badge.area{background:var(--bg-warning);color:var(--text-warning)}.fb-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.fb-stat{background:var(--bg-muted);border-radius:8px;padding:10px 14px}.fb-stat-label{font-size:11px;color:var(--text-muted);margin-bottom:3px}.fb-stat-val{font-size:20px;font-weight:600}.fb-desc{font-size:13px;color:var(--text-muted);margin-bottom:16px;line-height:1.5}.fb-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:16px}.fb-card-head{padding:11px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:var(--bg-muted)}.fb-card-title{font-size:13px;font-weight:600}.fb-tag{font-size:11px;padding:2px 8px;border-radius:20px;font-weight:500}.tag-core{background:var(--bg-success);color:var(--text-success)}.tag-area{background:var(--bg-warning);color:var(--text-warning)}.fb-empty{padding:28px;text-align:center;font-size:13px;color:var(--text-muted)}.fb-q-row{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--border)}.fb-q-row:last-of-type{border-bottom:none}.fb-q-num{width:20px;font-size:11px;color:var(--text-muted);flex-shrink:0;text-align:right}.fb-q-text{flex:1;font-size:13px}.fb-q-type{font-size:11px;padding:2px 8px;border-radius:20px;border:1px solid var(--border-strong);color:var(--text-secondary);white-space:nowrap}.fb-q-req{font-size:11px;color:var(--text-danger);font-weight:500;white-space:nowrap}.fb-add-row{display:flex;gap:8px;align-items:center;padding:12px 16px;border-top:1px solid var(--border);background:var(--bg-muted);flex-wrap:wrap}.fb-add-input{flex:1;min-width:180px;padding:6px 10px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;color:var(--text-primary)}.fb-add-select{padding:6px 10px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;color:var(--text-primary)}.fb-add-req{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--text-secondary);cursor:pointer;white-space:nowrap}.fb-logic-box{background:var(--bg-info);border:1px solid var(--accent-border);border-radius:var(--radius-lg);padding:14px 18px}.fb-logic-title{font-size:13px;font-weight:600;color:var(--accent);margin-bottom:6px}.fb-logic-body{font-size:13px;color:var(--text-secondary);line-height:1.6}.ld-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg-page)}.ld-header{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 28px 16px;flex-shrink:0}.ld-title{font-size:22px;font-weight:600;margin-bottom:3px}.ld-sub{font-size:13px;color:var(--text-muted)}.ld-header-right{display:flex;align-items:center;gap:10px}.ld-search-wrap{position:relative;display:flex;align-items:center}.ld-search-icon{position:absolute;left:11px;color:var(--text-muted);pointer-events:none}.ld-search{padding:7px 12px 7px 36px!important;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;color:var(--text-primary);width:520px!important;min-width:520px;flex-shrink:0;outline:none;transition:border-color .12s,box-shadow .12s}.ld-search:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.ld-filter-dropdown-wrap{position:relative}.ld-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;font-weight:500;color:var(--text-primary);cursor:pointer;transition:background .12s;white-space:nowrap}.ld-filter-btn:hover{background:var(--bg-hover)}.ld-filter-btn.active{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.ld-filter-count{min-width:18px;height:18px;border-radius:9px;background:var(--accent);color:#fff;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.ld-filter-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:280px;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:0 4px 16px #0000001a;z-index:50;overflow:hidden}.ld-fd-section{padding:14px 16px}.ld-fd-title{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}.ld-fd-options{display:flex;flex-direction:column;gap:2px}.ld-fd-option{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:var(--radius-md);cursor:pointer;font-size:13px;color:var(--text-primary);transition:background .1s}.ld-fd-option:hover{background:var(--bg-hover)}.ld-fd-option input[type=checkbox]{width:15px;height:15px;border-radius:4px;cursor:pointer;accent-color:var(--accent);flex-shrink:0}.ld-fd-divider{height:1px;background:var(--border)}.ld-fd-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bg-muted)}.ld-fd-clear{font-size:12px;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:0;transition:color .12s}.ld-fd-clear:hover{color:var(--text-danger)}.ld-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ld-status-dot-new{background:var(--accent)}.ld-status-dot-contacted{background:var(--text-warning)}.ld-status-dot-reviewing{background:#c2410c}.ld-status-dot-retained{background:var(--text-success)}.ld-status-dot-declined{background:var(--text-muted)}.ld-active-filters{display:flex;align-items:center;gap:6px;padding:0 28px 12px;flex-wrap:wrap;flex-shrink:0}.ld-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;background:var(--accent-light);border:1px solid var(--accent-border);font-size:12px;color:var(--accent);font-weight:500}.ld-chip button{background:none;border:none;cursor:pointer;color:var(--accent);font-size:11px;padding:0;line-height:1;margin-left:2px;opacity:.7}.ld-chip button:hover{opacity:1}.ld-chip-clear{font-size:12px;color:var(--text-muted);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0}.ld-chip-clear:hover{color:var(--text-danger)}.ld-body{display:flex;flex:1;overflow:hidden}.ld-table-wrap{flex:1;overflow-y:auto;padding:0 28px 28px}.ld-table-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.ld-empty{padding:48px;text-align:center;font-size:13px;color:var(--text-muted)}.ld-table{width:100%;border-collapse:collapse}.ld-table thead th{font-size:12px;font-weight:600;color:var(--text-muted);padding:11px 16px;text-align:left;border-bottom:1px solid var(--border);background:var(--bg-muted);white-space:nowrap}.ld-table tbody tr{border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.ld-table tbody tr:last-child{border-bottom:none}.ld-table tbody tr:hover{background:var(--bg-hover)}.ld-table tbody tr.selected{background:var(--accent-light)}.ld-table td{padding:12px 16px;font-size:13px;vertical-align:middle}.ld-name-cell{display:flex;align-items:center;gap:10px}.ld-avatar{width:32px;height:32px;border-radius:50%;background:var(--bg-muted);color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.ld-avatar-lg{width:38px;height:38px;font-size:13px}.ld-client-name{font-weight:500;display:flex;align-items:center;gap:6px}.ld-new-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}.ld-muted{color:var(--text-secondary);font-size:13px}.ld-area-tag{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:20px;border:1px solid var(--border);font-size:12px;background:var(--bg-surface);white-space:nowrap}.ld-dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.ld-assignee{display:flex;align-items:center;gap:5px;color:var(--text-secondary);font-size:13px}.ld-date{font-size:13px;color:var(--text-primary)}.ld-time{font-size:11px;color:var(--text-muted);margin-top:2px}.ld-ref{font-size:11px;color:var(--text-muted);font-family:DM Mono,monospace}.ld-panel{width:300px;flex-shrink:0;border-left:1px solid var(--border);overflow-y:auto;background:var(--bg-surface);padding:16px}.ld-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.ld-panel-user{display:flex;align-items:center;gap:10px}.ld-panel-name{font-size:14px;font-weight:600}.ld-panel-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.ld-panel-section-title{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.ld-status-sel{width:100%;padding:6px 10px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;color:var(--text-primary)}.ld-detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:5px 0;border-bottom:1px solid var(--border);font-size:12px;gap:8px}.ld-detail-key{color:var(--text-muted);flex-shrink:0;width:40%}.ld-notes{width:100%;min-height:72px;padding:7px 10px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:12px;color:var(--text-primary);resize:vertical}.ld-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:40;transition:background .3s ease;pointer-events:none}.ld-overlay.open{background:#00000040;pointer-events:all}.ld-panel{position:fixed;top:0;right:0;bottom:0;width:40%;min-width:420px;max-width:640px;background:var(--bg-surface);border-left:1px solid var(--border);z-index:50;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #00000014}.ld-panel.open{transform:translate(0)}.ld-panel-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border);flex-shrink:0}.ld-panel-user{display:flex;align-items:center;gap:12px}.ld-panel-name{font-size:15px;font-weight:600}.ld-close-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--border-strong);background:transparent;cursor:pointer;font-size:13px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.ld-close-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.ld-panel-scroll{flex:1;overflow-y:auto;padding:0}.ld-panel-section{padding:18px 22px;border-bottom:1px solid var(--border)}.ld-panel-section:last-child{border-bottom:none}.ld-panel-section-title{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}.ld-panel-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ld-panel-field .ld-panel-section-title{margin-bottom:6px}.ld-status-sel{width:100%;padding:7px 10px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;color:var(--text-primary)}.ld-detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 0;border-bottom:1px solid var(--border);font-size:13px;gap:12px}.ld-detail-row:last-child{border-bottom:none}.ld-detail-key{color:var(--text-muted);flex-shrink:0;width:38%}.ld-detail-val{color:var(--text-primary);text-align:right;word-break:break-word}.ld-detail-val.link{color:var(--accent);text-decoration:none}.ld-detail-val.link:hover{text-decoration:underline}.ld-notes{width:100%;min-height:80px;padding:8px 11px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;color:var(--text-primary);resize:vertical}.ld-timeline-empty{font-size:13px;color:var(--text-muted);font-style:italic}.ld-timeline{display:flex;flex-direction:column;gap:0}.ld-timeline-item{display:flex;gap:14px;align-items:flex-start}.ld-timeline-line{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:2px}.ld-timeline-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff;flex-shrink:0;z-index:1}.ld-timeline-connector{width:2px;flex:1;min-height:20px;background:var(--border);margin:3px 0}.ld-timeline-content{padding-bottom:18px;flex:1}.ld-timeline-item:last-child .ld-timeline-content{padding-bottom:0}.ld-timeline-label{font-size:13px;font-weight:500;color:var(--text-primary);margin-bottom:3px}.ld-timeline-note{font-size:12px;color:var(--text-secondary);font-style:italic;background:var(--bg-muted);border-radius:var(--radius-md);padding:6px 10px;margin:5px 0;border-left:3px solid var(--border-strong)}.ld-timeline-meta{font-size:11px;color:var(--text-muted)}.li-wrap{display:flex;flex-direction:column;gap:12px}.li-empty{text-align:center;padding:16px 8px}.li-empty-icon{font-size:28px;margin-bottom:8px}.li-empty-title{font-size:13px;font-weight:600;margin-bottom:4px}.li-empty-desc{font-size:12px;color:var(--text-muted);line-height:1.5}.li-group{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.li-group-label{display:flex;align-items:center;gap:7px;padding:8px 12px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;background:var(--bg-muted);border-bottom:1px solid var(--border)}.li-group-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.li-action-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:11px 12px;border-bottom:1px solid var(--border)}.li-action-row:last-child{border-bottom:none}.li-action-left{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:0}.li-action-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.li-action-info{flex:1;min-width:0}.li-action-label{font-size:13px;font-weight:500;margin-bottom:3px;display:flex;align-items:center;gap:6px}.li-auto-badge{font-size:10px;font-weight:600;padding:1px 6px;border-radius:10px;background:var(--bg-info);color:var(--accent)}.li-action-status-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.li-action-time{font-size:11px;color:var(--text-muted)}.li-action-msg{font-size:11px;color:var(--text-muted);line-height:1.5;margin-top:3px}.li-action-link{font-size:11px;color:var(--accent);text-decoration:none;display:inline-block;margin-top:4px}.li-action-link:hover{text-decoration:underline}.li-action-right{flex-shrink:0}.li-status{font-size:10px;font-weight:600;padding:2px 7px;border-radius:20px;white-space:nowrap}.li-s-pending{background:var(--bg-warning);color:var(--text-warning)}.li-s-running{background:var(--bg-info);color:var(--accent)}.li-s-passed{background:var(--bg-success);color:var(--text-success)}.li-s-failed{background:var(--bg-danger);color:var(--text-danger)}.li-s-review{background:#fff7ed;color:#c2410c}.li-s-error{background:var(--bg-danger);color:var(--text-danger)}.li-confirm{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.li-confirm-msg{font-size:11px;color:var(--text-secondary);text-align:right;max-width:160px;line-height:1.4}.li-confirm-btns{display:flex;gap:5px}.pipeline-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg-page)}.pipeline-header{display:flex;align-items:flex-start;justify-content:space-between;padding:28px 28px 16px;flex-shrink:0}.pipeline-title{font-size:22px;font-weight:600;margin-bottom:3px}.pipeline-sub{font-size:13px;color:var(--text-muted)}.pipeline-header-right{display:flex;align-items:center;gap:10px}.pipeline-total{font-size:13px;color:var(--text-muted);background:var(--bg-muted);padding:4px 12px;border-radius:20px;font-weight:500}.pipeline-board{display:flex;gap:14px;padding:0 28px 28px;flex:1;overflow-x:auto;overflow-y:hidden;align-items:flex-start}.pipeline-col{flex-shrink:0;width:220px;background:var(--bg-muted);border-radius:var(--radius-lg);border:2px solid transparent;display:flex;flex-direction:column;max-height:100%;transition:border-color .15s,background .15s}.pipeline-col.drag-over{border-color:var(--accent-border);background:var(--accent-light)}.pipeline-col-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 10px;flex-shrink:0}.pipeline-col-title{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--text-primary)}.pipeline-col-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.pipeline-col-count{font-size:11px;font-weight:600;background:var(--bg-surface);color:var(--text-muted);padding:2px 7px;border-radius:10px;border:1px solid var(--border)}.pipeline-cards{display:flex;flex-direction:column;gap:8px;padding:4px 10px 12px;overflow-y:auto;flex:1;min-height:80px}.pipeline-empty{border:2px dashed var(--border-strong);border-radius:var(--radius-md);padding:20px;text-align:center;font-size:12px;color:var(--text-muted)}.pipeline-drop-target{height:4px;background:var(--accent);border-radius:2px;margin:2px 0;opacity:.6}.pipeline-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:11px 12px;cursor:grab;transition:box-shadow .15s,opacity .15s,transform .15s;-webkit-user-select:none;user-select:none}.pipeline-card:hover{border-color:var(--border-strong);box-shadow:0 2px 8px #0000000f}.pipeline-card:active{cursor:grabbing}.pipeline-card.dragging{opacity:.4;transform:scale(.97)}.pipeline-card-top{display:flex;align-items:flex-start;gap:9px;margin-bottom:8px}.pipeline-card-avatar{width:28px;height:28px;border-radius:50%;background:var(--bg-muted);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;flex-shrink:0}.pipeline-card-info{flex:1;min-width:0}.pipeline-card-name{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.pipeline-card-area{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text-muted)}.pipeline-area-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pipeline-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:6px}.pipeline-card-date{font-size:11px;color:var(--text-muted)}.pipeline-card-assignee{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.pipeline-card-phone{font-size:11px;color:var(--text-muted);margin-top:5px;padding-top:5px;border-top:1px solid var(--border)}.pipeline-date-wrap{position:relative}.pipeline-date-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:13px;font-weight:500;color:var(--text-primary);cursor:pointer;transition:background .12s;white-space:nowrap}.pipeline-date-btn:hover{background:var(--bg-hover)}.pipeline-date-btn.active{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.pipeline-date-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:200px;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:0 4px 16px #0000001a;z-index:50;overflow:hidden;padding:6px 0}.pipeline-date-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;border:none;background:transparent;font-family:inherit;font-size:13px;color:var(--text-primary);cursor:pointer;text-align:left;transition:background .1s}.pipeline-date-option:hover{background:var(--bg-hover)}.pipeline-date-option.active{color:var(--accent);font-weight:500;background:var(--accent-light)}.pipeline-date-check{font-size:11px;color:var(--accent);width:14px;flex-shrink:0}.pipeline-date-divider{height:1px;background:var(--border);margin:5px 0}.pipeline-date-custom{padding:10px 14px 4px;border-top:1px solid var(--border);background:var(--bg-muted)}.pipeline-date-custom-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.pipeline-date-custom-row label{font-size:12px;color:var(--text-muted);width:28px;flex-shrink:0}.pipeline-date-custom-row input[type=date]{flex:1;padding:5px 8px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-family:inherit;font-size:12px;color:var(--text-primary)}.pipeline-card.selected{border-color:var(--accent);background:var(--accent-light)}.settings-layout{max-width:860px;padding:28px 32px 48px}.settings-header{margin-bottom:20px}.settings-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:28px}.settings-tab{padding:8px 16px;font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s,border-color .12s}.settings-tab:hover{color:var(--text-primary)}.settings-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.settings-section{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:20px;overflow:hidden}.settings-section-head{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.settings-section-title{font-size:14px;font-weight:600;color:var(--text-primary)}.settings-section-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.settings-section-body{padding:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-row.single{grid-template-columns:1fr}.form-row.thirds{grid-template-columns:1fr 1fr 1fr}.save-bar{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:16px;border-top:1px solid var(--border);margin-top:20px}.save-msg{font-size:12px;color:var(--text-success)}.user-list{display:flex;flex-direction:column}.user-row{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--border)}.user-row:last-child{border-bottom:none}.user-avatar-sm{width:32px;height:32px;border-radius:50%;background:var(--bg-muted);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.user-info-col{flex:1}.user-name-text{font-size:13px;font-weight:500;color:var(--text-primary)}.user-email-text{font-size:12px;color:var(--text-muted)}.role-select{width:140px;padding:5px 8px;font-size:12px}.area-row{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid var(--border)}.area-row:last-child{border-bottom:none}.color-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.area-name-input{flex:1;padding:5px 8px;font-size:13px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;font-family:inherit;color:var(--text-primary);transition:border-color .12s,background .12s}.area-name-input:hover{border-color:var(--border);background:var(--bg-hover)}.area-name-input:focus{border-color:var(--accent);background:var(--bg-surface);box-shadow:0 0 0 3px #2563eb1a;outline:none}.color-input{width:32px;height:28px;padding:2px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);cursor:pointer;background:none}.routing-row{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--border)}.routing-row:last-child{border-bottom:none}.routing-area-label{width:180px;flex-shrink:0;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500}.routing-assignee{flex:1}.logo-upload-area{display:flex;align-items:center;gap:16px}.logo-preview{width:64px;height:64px;border-radius:12px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:var(--bg-muted);overflow:hidden;flex-shrink:0}.logo-preview img{width:100%;height:100%;object-fit:cover}.intake-url-box{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--bg-muted);border-radius:var(--radius-md);border:1px solid var(--border)}.intake-url-text{flex:1;font-family:DM Mono,monospace;font-size:12px;color:var(--text-secondary);word-break:break-all}.toggle{position:relative;width:36px;height:20px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:var(--border-strong);cursor:pointer;transition:background .2s}.toggle input:checked+.toggle-track{background:var(--accent)}.toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle input:checked+.toggle-track:after{transform:translate(16px)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--bg-surface);border-radius:var(--radius-xl);padding:24px;width:400px;box-shadow:var(--shadow-md)}.modal-title{font-size:15px;font-weight:600;margin-bottom:16px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.embed-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:18px}.embed-tab{padding:7px 16px;font-size:13px;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .12s,border-color .12s;font-family:inherit}.embed-tab:hover{color:var(--text-primary)}.embed-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.embed-desc{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:14px}.embed-code-block{position:relative;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}.embed-code{display:block;padding:14px 16px;font-family:DM Mono,monospace;font-size:12px;color:var(--text-secondary);line-height:1.7;white-space:pre;overflow-x:auto;margin:0}.embed-copy-btn{position:absolute;top:10px;right:10px;padding:4px 12px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-surface);font-size:11px;font-weight:500;color:var(--text-primary);cursor:pointer;font-family:inherit;transition:background .12s,color .12s}.embed-copy-btn:hover{background:var(--bg-hover)}.embed-copy-btn.copied{color:var(--text-success);border-color:var(--border-success)}.embed-preview-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}.embed-preview-frame{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.embed-preview-mock{background:var(--bg-surface)}.embed-preview-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--bg-muted);border-bottom:1px solid var(--border)}.embed-preview-dot{width:8px;height:8px;border-radius:50%;background:var(--border-strong);flex-shrink:0}.embed-preview-url{font-size:11px;color:var(--text-muted);font-family:DM Mono,monospace;background:var(--bg-surface);border:1px solid var(--border);border-radius:4px;padding:2px 8px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.embed-preview-content{padding:20px 24px;display:flex;flex-direction:column;align-items:center;gap:10px}.embed-preview-logo{width:36px;height:36px;border-radius:8px;background:var(--accent-light);border:1px solid var(--accent-border)}.embed-preview-line{height:10px;border-radius:5px;background:var(--bg-muted)}.embed-preview-line.wide{width:60%}.embed-preview-line.med{width:40%}.embed-preview-line.full{width:80%}.embed-preview-btn{width:120px;height:32px;border-radius:8px;background:var(--accent-light);border:1px solid var(--accent-border);margin-top:4px}.int-page{padding:28px 28px 48px;max-width:980px}.int-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.int-title{font-size:22px;font-weight:600;margin-bottom:4px}.int-sub{font-size:13px;color:var(--text-muted);line-height:1.6;max-width:560px}.int-connected-count{font-size:12px;font-weight:600;color:var(--text-success);background:var(--bg-success);padding:5px 14px;border-radius:20px;white-space:nowrap}.int-how-it-works{display:flex;align-items:center;gap:0;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px;margin-bottom:28px;flex-wrap:wrap}.int-how-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:120px;position:relative;padding:0 12px}.int-how-icon{font-size:22px;margin-bottom:8px;width:44px;height:44px;border-radius:50%;background:var(--bg-muted);display:flex;align-items:center;justify-content:center}.int-how-title{font-size:13px;font-weight:600;margin-bottom:3px}.int-how-desc{font-size:11px;color:var(--text-muted);line-height:1.5}.int-how-arrow{position:absolute;right:-8px;top:22px;font-size:16px;color:var(--text-muted)}.int-section{margin-bottom:32px}.int-section-head{margin-bottom:14px}.int-section-title{font-size:15px;font-weight:600;margin-bottom:4px}.int-section-sub{font-size:13px;color:var(--text-muted);line-height:1.5}.int-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.int-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;display:flex;flex-direction:column;gap:14px;transition:border-color .15s,box-shadow .15s}.int-card:hover{border-color:var(--border-strong);box-shadow:0 2px 8px #0000000d}.int-card.connected{border-color:var(--border-success);background:linear-gradient(to bottom,var(--bg-success),var(--bg-surface) 60px)}.int-card-head{display:flex;align-items:flex-start;gap:12px}.int-logo{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.int-card-info{flex:1;min-width:0}.int-card-name{font-size:14px;font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:7px}.int-card-desc{font-size:12px;color:var(--text-muted);line-height:1.5}.int-badge{font-size:11px;font-weight:500;padding:3px 9px;border-radius:20px;white-space:nowrap;flex-shrink:0}.int-badge-connected{background:var(--bg-success);color:var(--text-success)}.int-badge-pending{background:var(--bg-warning);color:var(--text-warning)}.int-badge-error{background:var(--bg-danger);color:var(--text-danger)}.int-badge-disconnected{background:var(--bg-muted);color:var(--text-muted)}.int-soon-badge{font-size:10px;font-weight:500;padding:2px 7px;border-radius:20px;background:var(--bg-muted);color:var(--text-muted)}.int-features{display:flex;flex-direction:column;gap:5px}.int-feature{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-secondary)}.int-feature-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}.int-card-footer{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid var(--border);margin-top:auto}.int-modal-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.int-modal-logo{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.int-coming-soon-body{text-align:center;padding:8px 0 16px}.int-coming-icon{font-size:36px;margin-bottom:12px}.int-provider-options{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:8px}.int-provider-option{padding:5px 14px;border-radius:20px;border:1px solid var(--border);font-size:12px;color:var(--text-secondary);background:var(--bg-muted)}.int-coming-up{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px}.int-coming-up-title{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:14px}.int-coming-up-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.int-coming-up-item{padding:12px 14px;border-radius:var(--radius-md);background:var(--bg-muted);border:1px dashed var(--border-strong)}.int-coming-up-name{font-size:13px;font-weight:500;margin-bottom:3px}.int-coming-up-desc{font-size:12px;color:var(--text-muted);line-height:1.4}.if-page{min-height:100vh;background:var(--bg-page);padding:32px 16px 60px}.if-shell{max-width:580px;margin:0 auto}.if-loading,.if-notfound{text-align:center;padding:60px 20px;color:var(--text-muted);font-size:14px}.if-notfound-title{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:10px}.if-header{text-align:center;margin-bottom:28px}.if-logo-img{width:48px;height:48px;border-radius:12px;object-fit:cover;margin-bottom:10px}.if-logo-initials{width:48px;height:48px;border-radius:12px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin-bottom:10px}.if-firm-name{font-size:18px;font-weight:600;margin-bottom:3px}.if-firm-sub{font-size:12px;color:var(--text-muted)}.if-progress{margin-bottom:24px}.if-progress-bar{height:4px;background:var(--border);border-radius:2px;overflow:hidden;margin-bottom:6px}.if-progress-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .35s ease}.if-progress-label{font-size:12px;color:var(--text-muted)}.if-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:26px}.if-eyebrow{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.if-card-title{font-size:16px;font-weight:600;margin-bottom:6px}.if-card-sub{font-size:13px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}.if-req{color:var(--text-danger)}.if-req-note{font-size:12px;color:var(--text-muted)}.if-radio-grp{display:flex;gap:8px;flex-wrap:wrap}.if-opt{padding:8px 16px;border-radius:var(--radius-md);border:1px solid var(--border-strong);cursor:pointer;font-size:13px;transition:all .12s}.if-opt:hover{border-color:var(--accent);background:var(--accent-light)}.if-opt.sel{border-color:var(--accent);background:var(--accent-light);color:var(--accent);font-weight:500}.if-area-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.if-area-card{padding:14px;border-radius:var(--radius-md);border:1px solid var(--border-strong);cursor:pointer;transition:all .12s}.if-area-card:hover,.if-area-card.sel{border-color:var(--accent);background:var(--accent-light)}.if-area-bar{height:3px;border-radius:2px;margin-bottom:8px;width:28px}.if-area-name{font-size:13px;font-weight:500}.if-transition-note{display:flex;align-items:center;gap:9px;padding:10px 14px;border-radius:var(--radius-md);background:var(--bg-success);border:1px solid;border-color:var(--border);font-size:13px;color:var(--text-secondary);margin-bottom:14px}.if-transition-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.if-empty-qs{font-size:13px;color:var(--text-muted);margin-bottom:16px}.if-btn-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.if-success{text-align:center;padding:36px 26px}.if-success-icon{width:56px;height:56px;border-radius:50%;background:var(--bg-success);color:var(--text-success);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.if-success-title{font-size:18px;font-weight:600;margin-bottom:8px}.if-success-sub{font-size:13px;color:var(--text-secondary);line-height:1.6;max-width:360px;margin:0 auto 20px}.if-ref-box{display:inline-block;background:var(--bg-muted);border-radius:var(--radius-md);padding:12px 24px;margin-bottom:16px;min-width:200px}.if-ref-label{font-size:11px;color:var(--text-muted);margin-bottom:4px}.if-ref-val{font-size:22px;font-weight:700;letter-spacing:.04em;font-family:DM Mono,monospace}.if-success-note{font-size:12px;color:var(--text-muted);line-height:1.5}.sa-layout{display:flex;height:100vh;overflow:hidden}.sa-sidebar{width:240px;flex-shrink:0;border-right:1px solid var(--border);background:var(--bg-surface);display:flex;flex-direction:column;overflow:hidden}.sa-sidebar-head{padding:16px 16px 8px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.sa-sidebar-title{font-size:14px;font-weight:600}.sa-count{font-size:11px;padding:2px 8px;border-radius:20px;background:var(--bg-muted);color:var(--text-muted);font-weight:600}.sa-search{margin:8px 10px;padding:6px 10px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--bg-page);font-family:inherit;font-size:12px;color:var(--text-primary)}.sa-firm-list{flex:1;overflow-y:auto;padding:4px 6px}.sa-firm-row{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--radius-md);cursor:pointer;transition:background .1s}.sa-firm-row:hover{background:var(--bg-hover)}.sa-firm-row.active{background:var(--accent-light)}.sa-firm-initial{width:28px;height:28px;border-radius:8px;background:var(--bg-muted);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-secondary);flex-shrink:0}.sa-firm-info{flex:1;overflow:hidden}.sa-firm-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-firm-meta{font-size:11px;color:var(--text-muted);font-family:DM Mono,monospace}.sa-plan-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sa-main{flex:1;overflow-y:auto;padding:20px 24px}.sa-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}.sa-stat{background:var(--bg-muted);border-radius:var(--radius-md);padding:10px 14px}.sa-stat-label{font-size:11px;color:var(--text-muted);margin-bottom:3px}.sa-stat-val{font-size:20px;font-weight:700}.sa-detail{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.sa-detail-head{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between}.sa-detail-title{font-size:16px;font-weight:600;margin-bottom:3px}.sa-detail-sub{font-size:12px;color:var(--text-muted)}.sa-section{padding:16px 20px;border-bottom:1px solid var(--border)}.sa-section:last-child{border-bottom:none}.sa-section-title{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}.sa-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--border);font-size:13px}.sa-row:last-child{border-bottom:none}.sa-role-badge{padding:2px 8px;border-radius:20px;background:var(--bg-muted);color:var(--text-secondary);font-size:11px;font-weight:500}.sa-danger{background:#fff5f5}.sa-empty{display:flex;align-items:center;justify-content:center;padding:60px}
