@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;font-family:Inter,sans-serif;--bg-app: #f4f7fb;--bg-sidebar: #f8f6f1;--bg-hover: #ece7db;--bg-panel: #ffffff;--bg-soft: #f8fbff;--bg-accent: #185adb;--bg-accent-strong: #1147aa;--bg-success: #e8f8f1;--border: #dbe4ef;--border-strong: #c7d4e4;--text-main: #1f2d3d;--text-muted: #66758b;--text-soft: #8a98ad;--shadow-panel: 0 24px 50px rgba(31, 52, 89, .08);--shadow-strong: 0 18px 36px rgba(18, 71, 170, .18);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top left,rgba(24,90,219,.1),transparent 32%),linear-gradient(180deg,#f8fbff 0%,var(--bg-app) 100%);color:var(--text-main)}button,input,textarea,select{font:inherit}button{border:0}.launcher-shell{min-height:100vh;display:flex}.launcher-shell.presenter-mode{display:block}.sidebar{width:224px;flex-shrink:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#ffffff94,#ffffff52),var(--bg-sidebar);border-right:1px solid rgba(120,137,165,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:width .25s ease}.sidebar.collapsed{width:64px}.sidebar-header,.sidebar-search,.sidebar-footer{padding-left:14px;padding-right:14px}.sidebar-header{height:68px;display:flex;align-items:center;justify-content:space-between}.brand-button{display:flex;align-items:center;gap:10px;padding:6px;border-radius:16px;background:transparent;color:inherit;cursor:pointer}.brand-mark{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#185adb,#2da6c4);color:#fff;font-weight:800;letter-spacing:.08em;box-shadow:var(--shadow-strong)}.brand-text{font-size:.86rem;font-weight:800;letter-spacing:.08em}.ghost-icon-button,.topbar-action,.button,.icon-button,.nav-button,.subnav-button,.modal-close{cursor:pointer}.ghost-icon-button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#ffffffb8;color:#64748b;border:1px solid rgba(130,148,173,.16)}.sidebar-search{padding-bottom:8px}.search-field{position:relative;display:block}.search-icon{position:absolute;top:50%;left:14px;width:18px;height:18px;transform:translateY(-50%);color:#8d99a8}.search-field input{width:100%;padding:10px 12px 10px 38px;border-radius:12px;border:1px solid rgba(137,154,176,.2);background:#ffffffdb;outline:none;transition:border-color .18s ease,box-shadow .18s ease;font-size:.8rem}.search-field input:focus{border-color:#185adb66;box-shadow:0 0 0 4px #185adb14}.sidebar-nav{flex:1;overflow-y:auto;padding:6px 10px 14px}.nav-list,.subnav-list{list-style:none;margin:0;padding:0}.nav-entry+.nav-entry{margin-top:4px}.nav-button,.subnav-button{width:100%;text-align:left;display:flex;align-items:center;gap:10px;min-height:38px;padding:0 12px;border-radius:12px;background:transparent;color:#5d687a;transition:background-color .18s ease,color .18s ease,transform .18s ease;font-size:.8rem}.nav-button:hover,.subnav-button:hover,.nav-button.active,.subnav-button.active{background:var(--bg-hover);color:#172434}.nav-button.active{font-weight:600}.nav-icon,.nav-chevron,.ghost-icon-button svg,.icon-button svg,.modal-close,.search-icon svg{width:16px;height:16px}.nav-icon svg,.nav-chevron svg,.ghost-icon-button svg,.icon-button svg,.search-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nav-label{flex:1;min-width:0}.nav-chevron{transition:transform .2s ease}.nav-chevron.expanded{transform:rotate(180deg)}.subnav-list{margin-top:5px;margin-left:16px;padding-left:12px;border-left:1px solid rgba(138,152,173,.25)}.subnav-button{min-height:34px;padding-right:10px;font-size:.76rem}.empty-nav{padding:10px 12px;color:var(--text-soft);font-size:.72rem}.sidebar-footer{border-top:1px solid rgba(138,152,173,.14);padding-top:12px;padding-bottom:14px;display:grid;gap:10px}.user-panel{display:flex;align-items:center;gap:10px;min-width:0}.user-avatar{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-weight:700}.user-copy{min-width:0;flex:1}.user-name{font-weight:700;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{margin-top:2px;font-size:.68rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout-btn{width:100%;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border-radius:12px;background:#ffffffdb;border:1px solid rgba(138,152,173,.16);color:#4c5c73;font-size:.78rem;font-weight:700;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.sidebar-logout-btn:hover{background:#f7fbff;border-color:#2554b733;color:#2554b7}.sidebar-logout-btn.collapsed{min-width:36px;padding:0}.sidebar-logout-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.sidebar-logout-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.workspace{flex:1;min-width:0;min-height:100vh;display:flex;flex-direction:column;padding:18px}.workspace-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0 12px}.workspace-kicker,.toolbar-kicker,.placeholder-eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:.66rem;font-weight:700;color:#4671b7}.workspace-topbar h1{margin:6px 0 0;font-size:1.25em;line-height:1.75rem}.topbar-action,.button{border-radius:999px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.topbar-action{padding:9px 14px;background:#ffffffeb;color:#445165;border:1px solid rgba(138,152,173,.18);font-size:.82rem}.topbar-action:hover,.button:hover,.icon-button:hover{transform:translateY(-1px)}.workspace-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:14px}.workflow-notice{padding:12px 15px;border-radius:14px;background:#185adb14;border:1px solid rgba(24,90,219,.16);color:#355897;font-weight:500;font-size:.84rem}.workflow-notice.neutral{background:#7080901a;border-color:#70809029;color:#536277}.card,.placeholder-card{background:#ffffffeb;border:1px solid rgba(138,152,173,.14);box-shadow:var(--shadow-panel)}.page-card{flex:1;min-height:0;border-radius:24px;overflow:hidden}.page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:linear-gradient(180deg,#f8fbfff2,#ffffffe6);border-bottom:1px solid rgba(138,152,173,.16)}.page-toolbar.compact{padding-top:16px;padding-bottom:16px}.page-toolbar h2,.placeholder-card h2{margin:6px 0 0;font-size:1.12rem;line-height:1.5rem}.toolbar-actions,.modal-actions,.placeholder-actions,.table-actions{display:flex;align-items:center;gap:5px}.column-filter{position:relative}.column-filter-trigger{min-width:84px;justify-content:center}.column-filter-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:180px;padding:10px;border-radius:14px;background:#fffffffa;border:1px solid rgba(138,152,173,.18);box-shadow:0 18px 36px #1f34591f;display:grid;gap:8px}.column-filter-option{display:flex;align-items:center;gap:8px;color:#425268;font-size:.76rem;font-weight:600}.column-filter-option input{margin:0}.pill-count{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#edf4ff;color:#2f5fa8;font-size:.72rem;font-weight:700}.button{padding:10px 14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;font-size:.84rem}.button svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.button.primary{background:linear-gradient(135deg,var(--bg-accent),#2d8cff);color:#fff;box-shadow:var(--shadow-strong)}.button.primary:hover{background:linear-gradient(135deg,var(--bg-accent-strong),#2477dc)}.button.secondary{background:#f2f6fb;color:#49617f}.table-region{min-height:0;flex:1}.table-wrap{overflow:auto;height:100%}table{width:100%;min-width:920px;border-collapse:collapse}.opportunity-table{width:auto;min-width:100%}thead th{padding:12px 14px;text-align:left;background:#f7faff;color:#617998;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}tbody td{padding:12px 14px;border-top:1px solid rgba(138,152,173,.12);vertical-align:top;color:#314155;font-size:.84rem}tbody tr:hover td{background:#f3f8ffcc}.opportunity-table th,.opportunity-table td{white-space:nowrap}.opportunity-table th{padding:10px 12px;font-size:.64rem}.opportunity-table td{padding:10px 12px;font-size:.8rem}.opportunity-table .table-actions{flex-wrap:nowrap}.icon-button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;color:#5a6982;border:1px solid var(--border)}.icon-button svg{width:14px;height:14px}.icon-button.primary{background:#edf4ff;color:#2961be;border-color:#bfd1f3}.icon-button.success{background:var(--bg-success);color:#1b8b69;border-color:#bce5d7}.empty-state{min-height:320px;display:grid;place-items:center;padding:28px 20px;text-align:center;color:var(--text-muted)}.empty-state strong{display:block;color:var(--text-main);font-size:.94rem;margin-bottom:10px}.empty-state p,.placeholder-card p,.modal-header p{margin:0;line-height:1.6}.placeholder-page{flex:1;display:grid;place-items:center}.lead-options-panel{border:1px solid #c6d8ef;border-radius:10px;background:#f7fbff;box-shadow:0 8px 24px #294d7e14;overflow:visible;display:flex;flex-direction:column}.lead-options-toolbar{border-bottom:1px solid #d6e3f4;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 10px;background:#f5f9ff;position:sticky;top:0;z-index:20;box-shadow:0 2px 6px #294d7e14}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:6px}.toolbar-right{margin-left:auto;color:#53739d;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;justify-content:flex-end}.top-btn{height:30px;border-radius:8px;border:1px solid #b9cfec;background:#fff;color:#3e618f;padding:0 10px;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.top-btn.primary{background:#4f9ce0;border-color:#4f9ce0;color:#fff}.top-btn.success{background:#2ea96b;border-color:#2ea96b;color:#fff}.top-btn.icon-btn{width:30px;min-width:30px;padding:0;display:inline-flex;align-items:center;justify-content:center}.top-btn.icon-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.lead-options-table-wrap{overflow-x:auto;overflow-y:visible;background:#fff}.lead-options-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.lead-options-table th,.lead-options-table td{border-right:1px solid #d6e3f4;border-bottom:1px solid #dbe7f7;padding:6px 7px;vertical-align:middle}.lead-options-table tr:last-child td{border-bottom:0}.lead-options-table th:last-child,.lead-options-table td:last-child{border-right:0}.lead-options-table .row-head{width:170px;min-width:170px;max-width:170px;background:#f4f8fe;color:#355785;font-size:.64rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;position:sticky;left:0;z-index:4}.lead-options-table thead .row-head{z-index:6}.lead-options-table .lead-head{min-width:242px;background:#f8fbff;color:#2f4f79;cursor:pointer}.lead-head-wrap{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.lead-head-actions{display:flex;align-items:center;gap:6px}.lead-pick{display:inline-flex;align-items:center;font-size:.8rem;font-weight:800;-webkit-user-select:none;user-select:none}.lead-head-sub{font-size:.62rem;color:#5f7fa8;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.lead-head-rfq{margin-top:4px;font-size:.6rem;color:#6a83a7;letter-spacing:.03em}.lead-chip{border:1px solid #b5cfed;color:#3b66a1;background:#fff;border-radius:999px;padding:2px 7px;font-size:.6rem;font-weight:800;white-space:nowrap}.lead-chip.shortlisted{border-color:#5fb87a;color:#1c6b3a;background:#d4f4e0}.lead-head-submit{height:23px;border-radius:999px;border:1px solid #5fb87a;background:#2ea96b;color:#fff;padding:0 8px;font-size:.58rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.lead-head-submit:disabled{opacity:.6;cursor:wait}.lead-head-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #c7d8ea;background:#fff;color:#4e6b8f;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.lead-head-icon:hover:not(:disabled){transform:translateY(-1px);border-color:#67b87d;color:#2d8f53;box-shadow:0 10px 18px #2d8f5324}.lead-head-icon:disabled{opacity:.55;cursor:not-allowed}.lead-head-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.lead-options-table .active-col{background:#f0f6ff}.lead-options-table td.selectable-col{cursor:pointer}.option-field{width:100%;min-height:30px;border:1px solid #b8d0f3;border-radius:8px;padding:0 8px;font-size:.74rem;color:#4f6f99;background:#fff;outline:none}.option-field.textarea{min-height:56px;resize:vertical;padding:6px 8px}.option-field.textarea.compact{min-height:42px}.option-price-combo{display:grid;grid-template-columns:minmax(0,1fr) 68px;gap:6px;align-items:center;width:100%}.option-price-combo .option-price-type{min-width:68px;font-size:.68rem;font-weight:800}.option-phone-combo{display:grid;grid-template-columns:62px minmax(0,1fr);gap:6px;align-items:center;width:100%}.option-phone-combo .option-phone-code{min-width:62px;font-size:.68rem;font-weight:700;padding-left:6px;padding-right:4px}.toggle-group{display:inline-flex;align-items:center;gap:3px;padding:2px;min-height:30px;border-radius:999px;border:1px solid #bfd3ee;background:linear-gradient(90deg,#eef5ff,#dfeafb);vertical-align:middle}.toggle-pill{min-width:66px;min-height:24px;padding:0 10px;border-radius:999px;border:0;background:transparent;color:#4a6894;font-size:.64rem;font-weight:800;text-transform:uppercase;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.toggle-pill.active{background:linear-gradient(135deg,#5da8f0,#3278cf);color:#fff;box-shadow:0 8px 14px #3278cf38}.toggle-pill:hover:not(.active){background:#ffffffb8;color:#2a558d}.toggle-pill:focus-visible{outline:2px solid #3278cf;outline-offset:2px}.toggle-pill.locked{opacity:.55;cursor:not-allowed;pointer-events:none}.readonly-cell{background:#f4f8fe;color:#607c9f}.readonly-input{background:#f1f5fa!important;color:#607087!important;cursor:default}.options-status{font-size:.64rem;font-weight:700;color:#2ea96b;text-transform:none;letter-spacing:0;min-width:118px;text-align:right}.status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border:1px solid #d7e2f2;background:#f6f9fd;color:#5c6d84}.status-chip.open{color:#2f5fa8;background:#edf4ff;border-color:#bdd0f5}.status-chip.negotiation{color:#9b6b1a;background:#fff4de;border-color:#efd4a0}.status-chip.confirmed{color:#1f8f69;background:#edf9f2;border-color:#bce5d4}.status-chip.closed{color:#6b7280;background:#f3f4f6;border-color:#d8dde6}.placeholder-card{width:min(760px,100%);padding:24px;border-radius:24px}.placeholder-card p{margin-top:14px;color:var(--text-muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1422376b;display:flex;align-items:center;justify-content:center;padding:16px;z-index:100}.modal-panel{width:min(620px,100%);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 28px 70px #12223c3d}.modal-panel.history-modal{width:min(860px,100%)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:1px solid rgba(138,152,173,.16)}.modal-header h2{margin:0 0 8px;font-size:1.12rem;line-height:1.5rem}.modal-close{min-width:30px;min-height:30px;border-radius:10px;background:#f3f7fb;color:#7c8aa0;font-size:1.2rem;line-height:1}.modal-form{padding:16px 20px 20px}.field-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:6px}.field.full-width{grid-column:1 / -1}.field span{color:#5e6d84;font-size:.78rem;font-weight:600}.field input,.field textarea,.field select{width:100%;min-height:40px;padding:9px 11px;border-radius:12px;border:1px solid var(--border);background:#fbfdff;color:var(--text-main);outline:none;transition:border-color .18s ease,box-shadow .18s ease;font-size:.84rem}.field textarea{min-height:88px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#185adb6b;box-shadow:0 0 0 4px #185adb14}.panel-message{min-height:280px}.empty-state.narrow{min-height:180px}.register-filters{flex-wrap:wrap}.opportunity-context-banner{display:flex;align-items:center;gap:8px;padding:8px 20px;background:#6366f112;border-bottom:1px solid rgba(99,102,241,.15);font-size:12px}.opportunity-context-label{font-weight:600;color:var(--accent);white-space:nowrap}.opportunity-context-value{color:var(--text-main)}.toolbar-input,.toolbar-select{min-height:38px;border-radius:12px;border:1px solid rgba(138,152,173,.2);background:#ffffffeb;padding:0 12px;color:var(--text-main);outline:none}.toolbar-input{min-width:220px;font-size:.82rem}.form-alert{margin-top:16px;padding:10px 12px;border-radius:12px;background:#fff3f3;border:1px solid #f1c6c6;color:#c04d4d;font-size:.82rem}.modal-actions{justify-content:flex-end;margin-top:14px}.history-body{max-height:70vh;overflow:auto;padding:16px 20px 20px}.history-actions-panel{margin-top:18px;border-top:1px solid var(--border);padding-top:16px;display:flex;flex-direction:column;gap:16px}.history-action-group{display:flex;gap:10px;flex-wrap:wrap}.history-action-btn{padding:8px 14px;border-radius:999px;border:1.5px solid var(--border);background:#f4f7fb;color:var(--text-main);font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.history-action-btn:hover{background:#e8eef8;border-color:var(--accent);color:var(--accent)}.history-action-btn.active{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.history-action-form{background:#f8fafd;border:1px solid var(--border);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.history-action-hint{margin:0;font-size:.78rem;color:var(--text-muted)}.history-action-label{display:flex;flex-direction:column;gap:5px;font-size:.76rem;font-weight:600;color:var(--text-main)}.history-action-input{padding:8px 10px;border-radius:10px;border:1px solid rgba(138,152,173,.25);background:#fff;font-size:.82rem;color:var(--text-main);outline:none}.history-action-input:focus{border-color:var(--accent)}.history-action-textarea{padding:8px 10px;border-radius:10px;border:1px solid rgba(138,152,173,.25);background:#fff;font-size:.82rem;color:var(--text-main);resize:vertical;outline:none;font-family:inherit}.history-action-textarea:focus{border-color:var(--accent)}.history-revision-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.history-revision-grid .full-span{grid-column:1 / -1}.history-action-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.history-price-combo{display:flex;gap:8px}.history-price-combo .history-action-input{flex:2}.history-price-select{flex:1!important;min-width:0}.history-revision-grid .history-price-combo{width:100%}.history-list{display:grid;gap:10px}.history-item{border:1px solid var(--border);border-radius:14px;background:#fbfdff;padding:12px}.history-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:8px;color:var(--text-muted);font-size:.72rem}.history-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.history-chip.outbound{background:#edf4ff;color:#2f5fa8}.history-chip.inbound{background:#edf9f2;color:#1f8f69}.history-channel,.history-party,.history-rfq,.history-time{font-weight:700}.history-message{margin:0;white-space:pre-wrap;word-break:break-word;font:inherit;color:var(--text-main)}.workspace-actions{display:flex;align-items:center;gap:12px}.topbar-action-secondary{background:linear-gradient(180deg,#fefefe,#eef4ff);color:#2554b7;border-color:#2554b733}.auth-loading-shell,.login-shell{min-height:100vh;position:relative;overflow:hidden;display:grid;place-items:center}.auth-loading-shell{padding:24px;background:radial-gradient(circle at top left,rgba(46,100,226,.18),transparent 28%),linear-gradient(180deg,#eef5ff,#f8fbff 45%,#eef4fb)}.auth-loading-card,.login-card{position:relative;z-index:1;width:min(100%,28rem);border-radius:28px;border:1px solid rgba(158,179,216,.4);background:#ffffffe6;box-shadow:0 30px 80px #25488524;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-loading-card{padding:40px 36px;text-align:center}.auth-loading-card h2{margin:18px 0 10px;font-size:1.7rem;color:#14213d}.auth-loading-card p{margin:0;color:#5f6f86}.auth-loading-spinner{width:56px;height:56px;margin:0 auto;border-radius:50%;border:4px solid rgba(63,106,210,.16);border-top-color:#3564d8;animation:auth-spin .9s linear infinite}.login-shell{padding:32px 18px;background:radial-gradient(circle at top left,rgba(77,133,245,.24),transparent 32%),linear-gradient(135deg,#edf4ff,#f6f9ff 32%,#e7eefb)}.login-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.login-grid,.login-glow,.login-chart-card{position:absolute}.login-grid-world{top:-5%;right:-2%;width:54vw;height:38vh;opacity:.34;background-image:radial-gradient(circle,rgba(53,100,216,.22) 1.4px,transparent 1.5px);background-size:10px 10px;clip-path:polygon(0 12%,22% 0,38% 14%,56% 12%,72% 6%,100% 20%,100% 100%,0 100%)}.login-grid-city{left:4%;bottom:7%;width:35vw;height:42vh;opacity:.18;background:linear-gradient(180deg,transparent 0 62%,rgba(104,130,190,.18) 62% 100%),linear-gradient(90deg,rgba(104,130,190,.2) 0 8%,transparent 8% 20%,rgba(104,130,190,.12) 20% 27%,transparent 27% 34%,rgba(104,130,190,.18) 34% 48%,transparent 48% 56%,rgba(104,130,190,.12) 56% 68%,transparent 68% 76%,rgba(104,130,190,.18) 76% 88%,transparent 88% 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 18%,rgba(0,0,0,.95) 100%);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 18%,rgba(0,0,0,.95) 100%)}.login-glow{width:520px;height:520px;border-radius:50%;filter:blur(12px)}.login-glow-left{left:-220px;top:18%;background:radial-gradient(circle,#f7d68461,#f7d68400)}.login-glow-right{right:-160px;bottom:-40px;background:radial-gradient(circle,#5687ff33,#5687ff00)}.login-chart-card{border-radius:28px;background:#ffffff38;border:1px solid rgba(255,255,255,.35);box-shadow:0 18px 36px #37599814;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-chart-card-left{left:16%;bottom:11%;width:190px;height:180px;padding:28px 24px;display:flex;align-items:flex-end;gap:12px;transform:rotate(-8deg)}.login-chart-bar{flex:1;border-radius:14px 14px 0 0;background:linear-gradient(180deg,#294db0eb,#6993ff6b)}.login-chart-bar-1{height:42%}.login-chart-bar-2{height:72%}.login-chart-bar-3{height:56%}.login-chart-card-right{right:12%;bottom:13%;width:220px;height:170px;transform:rotate(10deg)}.login-chart-arrow{position:absolute;top:20px;right:20px;bottom:20px;left:20px;clip-path:polygon(0 72%,42% 42%,62% 54%,82% 18%,100% 36%,90% 40%,92% 66%,68% 62%,48% 78%,28% 66%,10% 84%);background:linear-gradient(135deg,#f47c5a9e,#4582ffb3)}.login-card{padding:42px 48px 28px}.login-logo{display:flex;align-items:center;justify-content:center;width:100%;margin:0 auto}.login-logo-image{display:block;width:79px;height:56px;object-fit:contain}.login-copy{text-align:center}.login-copy h1{margin:0;font-size:1.25rem;line-height:1.75rem;color:#0d244f}.login-copy p{margin:10px auto 0;max-width:360px;font-size:.82rem;line-height:1.35;color:#53667f}.login-form{margin-top:24px}.login-field{display:grid;gap:7px}.login-field span{font-size:.8rem;font-weight:700;color:#213048}.login-field input{min-height:48px;padding:0 16px;border-radius:16px;border:1px solid rgba(186,199,223,.72);background:linear-gradient(180deg,#fffffffa,#f5f9fff5);box-shadow:inset 0 1px 3px #5060820a;outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;font-size:.88rem}.login-field input:focus{border-color:#3564d880;box-shadow:0 0 0 5px #3564d81f}.login-error,.login-note{margin-top:12px;padding:10px 12px;border-radius:14px;font-size:.8rem;line-height:1.45}.login-error{background:#dc4c461a;border:1px solid rgba(220,76,70,.16);color:#a12f28}.login-note{background:#2554b714;border:1px solid rgba(37,84,183,.14);color:#34569e}.login-submit{width:100%;min-height:52px;margin-top:18px;border-radius:18px;background:linear-gradient(135deg,#2f5fdf,#3564d8 52%,#2f6fff);color:#fff;font-size:.9rem;line-height:1.4;font-weight:800;box-shadow:0 20px 34px #3564d83d;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;cursor:pointer}.login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 24px 42px #3564d847}.login-submit:disabled{opacity:.65;cursor:not-allowed}.login-footer{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(198,208,226,.72);color:#72839a;font-size:.76rem}.login-footer strong{color:#1f3250}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.workspace{padding:16px}.page-toolbar{padding:20px}.toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.login-chart-card-left{left:8%;bottom:8%}.login-chart-card-right{right:5%;bottom:11%}}@media (max-width: 768px){.launcher-shell{display:block}.sidebar{width:100%;border-right:0;border-bottom:1px solid rgba(120,137,165,.14)}.sidebar.collapsed{width:100%}.workspace-topbar,.page-toolbar{flex-direction:column;align-items:flex-start}.workspace-actions{width:100%;flex-wrap:wrap}.lead-options-toolbar{flex-wrap:wrap}.toolbar-right{justify-content:flex-start;margin-left:0}.lead-options-table .row-head{width:156px;min-width:156px;max-width:156px}.lead-options-table .lead-head{min-width:242px}.field-grid,.history-revision-grid{grid-template-columns:1fr}.history-price-combo{flex-direction:column}.modal-form,.modal-header,.placeholder-card{padding-left:20px;padding-right:20px}.login-card{width:min(100%,560px);padding:30px 20px 22px}.login-logo-image{width:79px;height:56px}.login-copy h1{font-size:1.25rem;line-height:1.75rem}.login-copy p{font-size:.8rem}.login-chart-card,.login-grid-city{display:none}.login-grid-world{width:100%;height:28vh;right:auto;left:0}.auth-loading-card{padding:32px 22px}}
