@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#13213f;background:#f1f5fb;font-synthesis:none;--navy:#0f1b3d;--blue:#1a2b6b;--blue2:#244a9f;--cyan:#2ecece;--cyan2:#1eb8b8;--pale:#edf4ff;--line:#dbe4f0;--muted:#64748b;--white:#fff;--red:#c73b4a;--green:#14856d;--shadow:0 18px 44px rgba(15,27,61,.08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{transition:.18s ease}a{color:var(--blue2);text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:Manrope,sans-serif}h1{font-size:clamp(1.85rem,3vw,2.55rem);line-height:1.08;letter-spacing:-.035em;margin-bottom:.65rem}h2{font-size:1.25rem;letter-spacing:-.02em}small{display:block;color:var(--muted)}.muted{color:var(--muted);line-height:1.55}.eyebrow{margin:0 0 .5rem;color:var(--cyan2);font-size:.73rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.splash{min-height:100vh;display:grid;place-content:center;gap:1rem;text-align:center;background:var(--navy);color:#fff}.brand-mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--cyan),#40b3f2);color:var(--navy);box-shadow:0 8px 22px #2ecece40}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(420px,.92fr);background:#f8fbff}.auth-story{padding:clamp(2rem,6vw,6rem);display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 18% 18%,rgba(46,206,206,.18),transparent 34%),linear-gradient(145deg,var(--navy),#172b63 72%,#164a74);position:relative;overflow:hidden}.auth-story:after{content:"";position:absolute;width:450px;height:450px;border:1px solid rgba(46,206,206,.16);border-radius:50%;right:-180px;bottom:-210px;box-shadow:0 0 0 70px #2ecece0a,0 0 0 140px #2ecece06}.brand{display:flex;align-items:center;gap:.8rem;font-weight:800;letter-spacing:.05em}.auth-story h1{font-size:clamp(2.4rem,4vw,4.5rem);max-width:850px}.auth-story>div>p:not(.eyebrow){max-width:680px;color:#cbd8ed;font-size:1.08rem;line-height:1.7}.auth-points{display:flex;flex-wrap:wrap;gap:1.35rem;z-index:1}.auth-points span{display:flex;gap:.45rem;align-items:center;color:#dce8f7;font-size:.9rem}.auth-points svg{width:18px;color:var(--cyan)}.auth-panel{display:grid;place-items:center;padding:2rem}.auth-card{width:min(440px,100%);background:#fff;padding:clamp(2rem,4vw,3.5rem);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.auth-card h2{font-size:2rem;margin-bottom:.55rem}.auth-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.mobile-brand{display:none;font-family:Manrope;font-weight:800}.form-stack{display:grid;gap:1.15rem;margin-top:1.6rem}.form-row{display:flex;gap:1rem}.between{justify-content:space-between;align-items:center}.center-link{text-align:center}.field{display:grid;gap:.45rem;min-width:0}.field>span{font-size:.79rem;color:#465672;font-weight:700}.field>span small{display:inline;font-weight:400}.field input,.field select,.field textarea,.filter-bar input,.filter-bar select,.search-field{border:1px solid #cfd9e7;border-radius:10px;background:#fff;color:#182744;min-height:44px;outline:none}.field input,.field select,.field textarea,.filter-bar input,.filter-bar select{padding:.7rem .8rem;width:100%}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.filter-bar input:focus,.filter-bar select:focus,.search-field:focus-within{border-color:var(--blue2);box-shadow:0 0 0 3px #244a9f1a}.field input[readonly],.field select:disabled,.field textarea[readonly]{background:#f5f7fb;color:#65738a}.check{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:#596982;white-space:nowrap}.check input{accent-color:var(--blue2)}.button{border:0;border-radius:10px;min-height:42px;padding:.65rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:700;cursor:pointer}.button:disabled{opacity:.55;cursor:wait}.button.primary{color:#fff;background:linear-gradient(135deg,var(--blue2),var(--blue));box-shadow:0 8px 18px #1a2b6b33}.button.primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1a2b6b40}.button.secondary{color:var(--blue);background:#eef3fb;border:1px solid #d4dfef}.button.ghost{background:transparent;color:var(--muted)}.button.text{background:transparent;color:var(--blue2);padding:.4rem}.button.approve{background:#dff7f0;color:#08705a}.button.danger-text{background:transparent;color:var(--red)}.alert{padding:.8rem 1rem;border-radius:10px;background:#fff0f1;color:#a72c3b;border:1px solid #f2c9cd}.success{padding:1rem;border-radius:12px;background:#e8f8f4;color:#0d705c;display:flex;gap:.8rem;align-items:flex-start}.success p{margin:.25rem 0 0}.language-select{height:38px;display:flex;align-items:center;gap:.35rem;border:1px solid var(--line);background:#fff;border-radius:9px;padding:0 .55rem;color:#34445f}.language-select select{border:0;background:transparent;outline:0;color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,var(--navy),#111f48);color:#fff;display:flex;flex-direction:column;z-index:30}.sidebar-head{height:75px;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar .brand-mark{width:36px;height:36px;border-radius:11px}.sidebar nav{padding:1rem .75rem;display:grid;gap:.22rem;overflow-y:auto}.sidebar nav a{color:#aebbd4;display:flex;align-items:center;gap:.75rem;padding:.78rem .85rem;border-radius:10px;font-size:.88rem;font-weight:600}.sidebar nav a:hover{color:#fff;background:#ffffff0f}.sidebar nav a.active{color:#fff;background:linear-gradient(90deg,#2ecece33,#2ecece0f);box-shadow:inset 3px 0 var(--cyan)}.sidebar nav a.active svg{color:var(--cyan)}.sidebar nav i{font-style:normal;margin-left:auto;width:20px;height:20px;display:grid;place-content:center;border-radius:50%;background:var(--cyan);color:var(--navy);font-size:.72rem}.sidebar-user{margin-top:auto;padding:1rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user b,.sidebar-user span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user b{font-size:.82rem}.sidebar-user span{font-size:.7rem;color:#95a5c4}.avatar{border:0;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--cyan),#41aee9);color:var(--navy);display:grid;place-content:center;font-weight:800}.avatar.small{width:35px;height:35px;font-size:.72rem}.icon-button{width:38px;height:38px;display:grid;place-content:center;border:0;background:transparent;color:inherit;border-radius:9px;cursor:pointer}.icon-button:hover{background:#8094b824}.content{min-width:0}.topbar{height:75px;position:sticky;top:0;z-index:20;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,3vw,2.5rem)}.breadcrumbs{display:flex;align-items:center;gap:.5rem;color:#8390a5;font-size:.82rem}.breadcrumbs b{color:#33415d}.top-actions{display:flex;align-items:center;gap:.7rem}.search-button{border:1px solid var(--line);background:#f7f9fc;color:#64748b;border-radius:9px;height:38px;padding:0 .8rem;display:flex;align-items:center;gap:.5rem;cursor:pointer}.search-button kbd{margin-left:.7rem;border:1px solid #d2dce9;background:#fff;border-radius:5px;padding:.1rem .35rem;font-size:.66rem}.page{padding:clamp(1.25rem,3vw,2.7rem);max-width:1680px;margin:0 auto}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.6rem}.page-head>div:first-child{max-width:780px}.page-head .muted{margin-bottom:0}.action-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.mobile-only{display:none}.metric-grid{display:grid;gap:1rem;margin-bottom:1.2rem}.metric-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:1.15rem;display:flex;gap:.9rem;box-shadow:0 8px 20px #0f1b3d09;min-width:0}.metric-icon,.setting-icon,.doc-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;display:grid;place-content:center;background:linear-gradient(145deg,#e6fafa,#e8efff);color:var(--blue2)}.metric-icon svg{width:20px}.metric-card span,.metric-card strong,.metric-card small{display:block}.metric-card span{font-size:.72rem;color:var(--muted);font-weight:700}.metric-card strong{font-family:Manrope;font-size:1.55rem;margin:.2rem 0;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-card small{font-size:.67rem}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;margin-bottom:1.2rem;box-shadow:0 8px 24px #0f1b3d09;overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.35rem;border-bottom:1px solid #e7edf5}.modal>.panel-head{padding:0 0 1rem}.panel-head h2{margin-bottom:.25rem}.panel-head p{margin:0;font-size:.85rem}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.breakdown-list,.compact-list{display:grid}.breakdown-list>div,.compact-list>div{display:grid;align-items:center;gap:.8rem;padding:.8rem 1.35rem;border-bottom:1px solid #edf1f6}.breakdown-list>div{grid-template-columns:160px 1fr auto}.compact-list>div{grid-template-columns:auto 1fr auto}.breakdown-list>div:last-child,.compact-list>div:last-child{border-bottom:0}.compact-list b,.compact-list small{display:block}.compact-list time{color:var(--muted);font-size:.78rem}.filter-bar{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;background:#e9f0fa;border:1px solid #d6e1ef;border-radius:13px;padding:.7rem;margin-bottom:1rem}.filter-bar input,.filter-bar select{min-height:40px;padding:.55rem .7rem;max-width:210px}.search-field{display:flex;align-items:center;gap:.55rem;padding:0 .75rem;color:#8290a5}.search-field input{border:0!important;box-shadow:none!important;outline:0;background:transparent;width:100%;padding:0;min-height:40px}.search-field.grow{flex:1;min-width:240px}.search-field.large{min-height:54px;margin-bottom:1rem}.table-wrap{width:100%;overflow:auto}table{width:100%;border-collapse:collapse;min-width:800px}th{text-align:left;padding:.72rem 1rem;background:#f6f9fc;color:#708097;font-size:.66rem;text-transform:uppercase;letter-spacing:.065em;white-space:nowrap}td{padding:.82rem 1rem;border-top:1px solid #e9eef5;font-size:.82rem;vertical-align:middle}td b,td small{display:block}tbody tr.clickable{cursor:pointer}tbody tr.clickable:hover{background:#f1f6fd}.status{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:.28rem .55rem;background:#edf1f7;color:#4c5c73;font-size:.65rem;font-weight:800;letter-spacing:.03em;white-space:nowrap}.s-active,.s-won,.s-approved,.s-done,.s-delivered{background:#ddf7ef;color:#0d755e}.s-pending,.s-pending_approval,.s-quoted,.s-best_case{background:#fff2cd;color:#856109}.s-conflict_review,.s-urgent,.s-lost,.s-rejected,.s-failed{background:#ffe3e7;color:#a12b3a}.s-qualification,.s-discovery,.s-solution_fit,.s-negotiation,.s-in_progress,.s-high{background:#e3ecff;color:#2453a5}.s-draft,.s-normal,.s-open,.s-prospect{background:#e9eef5;color:#526174}.s-on_hold,.s-needs_info,.s-suspended{background:#f0e8ff;color:#7050a0}.empty{padding:3.5rem 1.5rem;text-align:center;color:var(--muted);grid-column:1/-1}.empty>div{width:50px;height:50px;margin:0 auto 1rem;border-radius:14px;display:grid;place-content:center;background:#eef3fa;color:var(--blue2)}.empty h3{color:#263550;margin-bottom:.4rem}.empty p{margin:0 auto 1rem;max-width:520px}.skeleton{padding:1.3rem;display:grid;gap:.7rem}.skeleton i{height:50px;border-radius:9px;background:linear-gradient(90deg,#edf1f6,#f8fafc,#edf1f6);background-size:240% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-240% 0}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#080f2394;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2rem;display:grid;place-items:center;overflow:auto}.modal{width:min(660px,100%);max-height:calc(100vh - 4rem);overflow:auto;background:#fff;border-radius:18px;padding:1.35rem;box-shadow:0 35px 90px #050c1e4d}.modal.modal-large{width:min(1050px,100%)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid .wide,.form-grid>.alert,.form-grid>.modal-actions{grid-column:1/-1}.advanced-fields{grid-column:1/-1;border:1px solid var(--line);border-radius:12px;background:#f8fbff;padding:.85rem 1rem}.advanced-fields summary{cursor:pointer;color:var(--blue);font-weight:800}.advanced-fields>p{margin:.65rem 0 0;color:var(--muted);font-size:.8rem}.advanced-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.advanced-grid .wide{grid-column:1/-1}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem;padding-top:.5rem}.detail-section{border-top:1px solid var(--line);margin-top:1.25rem;padding-top:1.25rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.contact-card{padding:.9rem;border:1px solid var(--line);border-radius:11px;background:#f9fbfd}.contact-card b,.contact-card span,.contact-card a{display:block;margin-bottom:.25rem;font-size:.8rem}.inline-form{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;align-items:end;margin-top:1rem;padding:1rem;border-radius:12px;background:#eef3fa}.info-banner{display:flex;gap:.85rem;padding:1rem 1.1rem;background:linear-gradient(135deg,#eaf5ff,#e7fbfa);border:1px solid #cde4ec;border-radius:13px;margin-bottom:1rem;color:var(--blue)}.info-banner>svg{flex:0 0 auto;color:var(--cyan2)}.info-banner b,.info-banner span{display:block}.info-banner span{margin-top:.25rem;color:#536881;font-size:.82rem;line-height:1.5}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.task-card,.doc-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.15rem;box-shadow:0 8px 22px #0f1b3d09;cursor:pointer}.task-card:hover,.doc-card:hover{border-color:#aabbd5;transform:translateY(-1px)}.task-card.done{opacity:.7}.task-top{display:flex;justify-content:space-between}.task-card h3,.doc-card h3{margin:.9rem 0 .45rem}.task-card p,.doc-card p{color:var(--muted);font-size:.82rem;line-height:1.55}.task-card footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e8edf4;margin-top:.9rem;padding-top:.7rem;font-size:.74rem;color:var(--muted)}.knowledge-layout{display:grid;grid-template-columns:220px 1fr;gap:1rem}.folder-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem;background:#fff;border:1px solid var(--line);border-radius:14px;height:max-content}.folder-card b{margin-bottom:.45rem}.folder-card span{display:flex;align-items:center;gap:.5rem;padding:.58rem;border-radius:8px;color:#50617c;font-size:.8rem}.folder-card span:hover{background:#eef3fa}.admin-tabs{display:flex;gap:.3rem;overflow:auto;border-bottom:1px solid var(--line);margin-bottom:1rem}.admin-tabs button{border:0;background:transparent;padding:.75rem .95rem;color:var(--muted);font-weight:700;white-space:nowrap;border-bottom:3px solid transparent;cursor:pointer}.admin-tabs button.active{color:var(--blue);border-color:var(--cyan2)}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.setting-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.15rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;text-align:left;gap:.9rem;color:inherit;cursor:pointer}.setting-card:hover:not(.static){border-color:#a8bad6;box-shadow:var(--shadow)}.setting-card h3{margin:0 0 .3rem}.setting-card p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.5}.setting-card>span{color:var(--blue2);font-weight:700;font-size:.8rem}.setting-card.static{cursor:default}.narrow-panel{max-width:850px}.security-list{display:grid}.security-list>div{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1rem 1.3rem;border-bottom:1px solid var(--line)}.security-list svg{color:var(--blue2)}.security-list b,.security-list small{display:block}.search-results{display:grid;gap:.4rem}.search-results button{display:flex;align-items:center;gap:.8rem;text-align:left;border:1px solid var(--line);background:#fff;padding:.75rem;border-radius:10px;cursor:pointer}.search-results button:hover{background:#f1f6fd;border-color:#b9c9dd}.search-results button>svg{color:var(--blue2)}.search-results b,.search-results small{display:block}.search-results .status{display:inline-flex}.folder-card button{display:flex;align-items:center;gap:.5rem;padding:.58rem;border:0;background:transparent;text-align:left;border-radius:8px;color:#50617c;font-size:.8rem;cursor:pointer}.folder-card button:hover,.folder-card button.active{background:#e8f2ff;color:var(--blue);font-weight:700}.doc-card{cursor:default}.doc-card-head{display:flex;align-items:center;justify-content:space-between}.doc-type{display:block;margin-top:.8rem;color:var(--blue2);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.doc-products{display:flex;gap:.35rem;flex-wrap:wrap;margin:.7rem 0}.doc-products span{padding:.2rem .45rem;border-radius:999px;background:#e7f3ff;color:var(--blue);font-size:.66rem;font-weight:800}.doc-card .expiry{display:block;color:#8b5c00;margin:.5rem 0}.doc-card footer{display:flex;align-items:center;justify-content:space-between;gap:.7rem;border-top:1px solid #e8edf4;margin-top:.9rem;padding-top:.7rem;color:var(--muted)}.doc-card footer .button{flex:0 0 auto}.import-template{align-self:end;width:max-content}.import-preview{max-height:430px;overflow:auto}.s-create,.s-imported{background:#ddf7ef;color:#0d755e}.s-skip_duplicate{background:#e9eef5;color:#526174}.s-review{background:#fff2cd;color:#856109}.s-error{background:#ffe3e7;color:#a12b3a}.lead-workflow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:.8rem;margin:-.2rem 0 1rem;padding:1rem;border:1px solid #d5e2f2;border-radius:15px;background:linear-gradient(135deg,#f4f8ff,#eef9fb)}.lead-workflow>div{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:.7rem}.lead-workflow>div>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#2454a6;color:#fff;font-weight:900}.lead-workflow b,.lead-workflow small{display:block}.lead-workflow small{color:var(--muted);font-size:.72rem}.lead-workflow>svg{color:#80a2d1}.lead-country-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e6edf6;background:linear-gradient(90deg,#f7faff,#fff)}.lead-country-head>div{display:flex;align-items:center;gap:.75rem}.lead-country-head h2,.lead-country-head p{margin:0}.lead-country-head p{color:var(--muted);font-size:.76rem}.country-code{display:grid;place-items:center;min-width:42px;height:34px;padding:0 .55rem;border-radius:9px;background:#dfeaff;color:#2454a6;font-weight:900}.lead-chips{display:flex;flex-wrap:wrap;gap:.3rem;min-width:160px}.lead-chips span{padding:.22rem .48rem;border-radius:999px;background:#e4efff;color:#2454a6;font-size:.68rem;font-weight:750}.lead-class{display:inline-grid;place-items:center;width:29px;height:29px;border-radius:50%;font-weight:900;color:#fff}.lead-class.featured{box-shadow:0 0 0 3px #f6c453,0 0 18px #7c3aed6b;transform:scale(1.06)}.class-a{background:#0b8b68}.class-b{background:#38a943}.class-c{background:#d28a13}.class-d{background:#c74655}.lead-convert{margin-top:1rem;padding:1rem;border:1px solid #b9decf;border-radius:13px;background:#f2fbf7;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.lead-convert .info-banner{grid-column:1/-1;margin:0}.lead-convert>.button{align-self:end}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.catalog-grid .panel{margin:0}.catalog-color-code{font-weight:900}.field select[multiple]{min-height:150px;padding:.45rem}.field select[multiple] option{padding:.42rem .55rem;border-radius:5px;margin:.1rem}.s-new,.s-researching{background:#e9eef5;color:#526174}.s-contact_attempted{background:#fff2cd;color:#856109}.s-contacted,.s-qualified,.s-converted{background:#ddf7ef;color:#0d755e}.s-disqualified{background:#ffe3e7;color:#a12b3a}@media(max-width:1300px){.metric-grid.six{grid-template-columns:repeat(3,1fr)}.card-grid,.inline-form{grid-template-columns:repeat(2,1fr)}}@media(max-width:1000px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;transform:translate(-100%);width:270px;transition:.2s}.sidebar.open{transform:none;box-shadow:30px 0 80px #050c1e40}.mobile-only{display:grid}.topbar{padding:0 1rem}.breadcrumbs span,.breadcrumbs svg,.search-button kbd{display:none}.dashboard-grid,.catalog-grid,.settings-grid,.auth-page{grid-template-columns:1fr}.auth-story{display:none}.mobile-brand{display:flex;align-items:center;gap:.6rem}.page-head{align-items:flex-start}.contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.page{padding:1rem}.top-actions .search-button{width:38px;padding:0;justify-content:center;font-size:0}.top-actions .language-select svg{display:none}.page-head{display:grid}.page-head .action-row,.page-head>.button{width:100%}.page-head .button{flex:1}.metric-grid.six,.metric-grid.four{grid-template-columns:repeat(2,1fr)}.metric-card{padding:.9rem}.metric-icon{display:none}.card-grid,.contact-grid,.knowledge-layout{grid-template-columns:1fr}.folder-card{display:none}.form-grid,.inline-form,.advanced-grid{grid-template-columns:1fr}.form-grid>.field,.form-grid>.alert,.form-grid>.modal-actions,.advanced-grid .wide{grid-column:1}.modal-backdrop{padding:.5rem}.modal{max-height:calc(100vh - 1rem);border-radius:14px}.filter-bar{align-items:stretch}.filter-bar>*{max-width:none!important;width:100%}.settings-grid{grid-template-columns:1fr}.setting-card{grid-template-columns:auto 1fr}.setting-card>span{grid-column:2}.security-list>div{grid-template-columns:auto 1fr}.security-list button,.security-list .status{grid-column:2;width:max-content}.auth-panel{padding:1rem}.auth-card{padding:1.4rem}.auth-card-top{margin-bottom:1.4rem}.lead-workflow{grid-template-columns:1fr}.lead-workflow>svg{display:none}.lead-convert{grid-template-columns:1fr}.lead-convert .info-banner{grid-column:1}.lead-country-head{align-items:flex-start}.lead-country-head .button{font-size:0;padding:.6rem}}html,body,#root{min-height:100%;background:#f1f5fb}body,.auth-page,.auth-card,.topbar,.metric-card,.panel,.modal,.filter-bar,.task-card,.doc-card,.folder-card,.setting-card,.field input,.field select,.field textarea,.search-field,.language-select,.theme-toggle{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.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}.auth-controls{display:flex;align-items:center;gap:.55rem;margin-left:auto}.theme-toggle{flex:0 0 38px;border:1px solid var(--line);background:#fff;color:#34445f}.theme-toggle:hover{background:#eef3fb;color:var(--blue2)}.theme-toggle:focus-visible{outline:3px solid rgba(36,74,159,.22);outline-offset:2px}html[data-theme=dark]{color-scheme:dark;color:#e7eef9;background:#07101e;--blue:#7fa9ff;--blue2:#80b4ff;--cyan:#3ad8d8;--cyan2:#50dede;--pale:#122039;--line:#273750;--muted:#9aa9bd;--white:#101a2a;--red:#ff8490;--green:#4bd2ad;--shadow:0 18px 44px rgba(0,0,0,.28)}html[data-theme=dark] body,html[data-theme=dark] #root,html[data-theme=dark] .auth-page,html[data-theme=dark] .auth-panel{background:#07101e}html[data-theme=dark] .auth-story{background:radial-gradient(circle at 18% 18%,rgba(58,216,216,.16),transparent 34%),linear-gradient(145deg,#071225,#102653 72%,#0c3b5e)}html[data-theme=dark] .auth-card,html[data-theme=dark] .metric-card,html[data-theme=dark] .panel,html[data-theme=dark] .modal,html[data-theme=dark] .task-card,html[data-theme=dark] .doc-card,html[data-theme=dark] .folder-card,html[data-theme=dark] .setting-card{background:#101a2a;border-color:#273750;box-shadow:0 10px 28px #0003}html[data-theme=dark] .topbar{background:#07101ee6;border-color:#273750}html[data-theme=dark] .breadcrumbs{color:#8191a8}html[data-theme=dark] .breadcrumbs b{color:#d9e4f4}html[data-theme=dark] .language-select,html[data-theme=dark] .theme-toggle,html[data-theme=dark] .search-button{background:#111d30;border-color:#2b3d59;color:#c8d5e7}html[data-theme=dark] .theme-toggle:hover,html[data-theme=dark] .search-button:hover{background:#18263c;color:#8fc1ff}html[data-theme=dark] .search-button kbd{background:#0a1424;border-color:#32445f;color:#aebcd0}html[data-theme=dark] .field>span{color:#b7c5d8}html[data-theme=dark] .check{color:#aebcd0}html[data-theme=dark] .field input,html[data-theme=dark] .field select,html[data-theme=dark] .field textarea,html[data-theme=dark] .filter-bar input,html[data-theme=dark] .filter-bar select,html[data-theme=dark] .search-field{background:#0b1627;border-color:#30425e;color:#edf3fc}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#718198}html[data-theme=dark] select option{background:#101a2a;color:#edf3fc}html[data-theme=dark] .field input[readonly],html[data-theme=dark] .field select:disabled,html[data-theme=dark] .field textarea[readonly]{background:#111b2b;color:#8392a7}html[data-theme=dark] .field input:focus,html[data-theme=dark] .field select:focus,html[data-theme=dark] .field textarea:focus,html[data-theme=dark] .filter-bar input:focus,html[data-theme=dark] .filter-bar select:focus,html[data-theme=dark] .search-field:focus-within{border-color:#6099ec;box-shadow:0 0 0 3px #6099ec2e}html[data-theme=dark] .button.primary{background:linear-gradient(135deg,#376fc2,#284783);box-shadow:0 8px 20px #00000047}html[data-theme=dark] .button.primary:hover{box-shadow:0 11px 26px #0000005c}html[data-theme=dark] .button.secondary{background:#17243a;border-color:#30435f;color:#cfe0f6}html[data-theme=dark] .button.ghost{color:#a8b6c9}html[data-theme=dark] .button.text{color:#8fbdff}html[data-theme=dark] .button.approve{background:#123a34;color:#7de0c5}html[data-theme=dark] .alert{background:#3a1b24;color:#ffabb5;border-color:#67303c}html[data-theme=dark] .success{background:#123730;color:#83e2c7}html[data-theme=dark] .metric-icon,html[data-theme=dark] .setting-icon,html[data-theme=dark] .doc-icon{background:linear-gradient(145deg,#14343b,#192b4b);color:#8fc1ff}html[data-theme=dark] .metric-card strong{color:#f2f6fc}html[data-theme=dark] .panel-head{border-color:#273750}html[data-theme=dark] .breakdown-list>div,html[data-theme=dark] .compact-list>div,html[data-theme=dark] .task-card footer,html[data-theme=dark] .doc-card footer{border-color:#23334b}html[data-theme=dark] .filter-bar{background:#0c1728;border-color:#273a56}html[data-theme=dark] th{background:#0b1626;color:#9eacc0}html[data-theme=dark] td{border-color:#22324a}html[data-theme=dark] tbody tr.clickable:hover{background:#16243a}html[data-theme=dark] .status{background:#202d41;color:#becadc}html[data-theme=dark] .s-active,html[data-theme=dark] .s-won,html[data-theme=dark] .s-approved,html[data-theme=dark] .s-done,html[data-theme=dark] .s-delivered,html[data-theme=dark] .s-create,html[data-theme=dark] .s-imported{background:#123a34;color:#7de0c5}html[data-theme=dark] .s-pending,html[data-theme=dark] .s-pending_approval,html[data-theme=dark] .s-quoted,html[data-theme=dark] .s-best_case,html[data-theme=dark] .s-review{background:#3d3117;color:#f2cf72}html[data-theme=dark] .s-conflict_review,html[data-theme=dark] .s-urgent,html[data-theme=dark] .s-lost,html[data-theme=dark] .s-rejected,html[data-theme=dark] .s-failed,html[data-theme=dark] .s-error{background:#3b1c25;color:#ff9da8}html[data-theme=dark] .s-qualification,html[data-theme=dark] .s-discovery,html[data-theme=dark] .s-solution_fit,html[data-theme=dark] .s-negotiation,html[data-theme=dark] .s-in_progress,html[data-theme=dark] .s-high{background:#172d50;color:#92bcff}html[data-theme=dark] .s-draft,html[data-theme=dark] .s-normal,html[data-theme=dark] .s-open,html[data-theme=dark] .s-prospect,html[data-theme=dark] .s-skip_duplicate{background:#202d41;color:#bdc8d8}html[data-theme=dark] .s-on_hold,html[data-theme=dark] .s-needs_info,html[data-theme=dark] .s-suspended{background:#312442;color:#c9a5f4}html[data-theme=dark] .empty>div{background:#17263c;color:#8fc1ff}html[data-theme=dark] .empty h3{color:#e1eaf6}html[data-theme=dark] .skeleton i{background:linear-gradient(90deg,#142034,#1c2a40,#142034);background-size:240% 100%}html[data-theme=dark] .modal-backdrop{background:#01060fc2}html[data-theme=dark] .advanced-fields,html[data-theme=dark] .contact-card,html[data-theme=dark] .inline-form{background:#0c1728;border-color:#2a3b56}html[data-theme=dark] .advanced-fields summary{color:#9fc5ff}html[data-theme=dark] .info-banner{background:linear-gradient(135deg,#11273d,#103438);border-color:#275064;color:#b9d8ff}html[data-theme=dark] .info-banner span{color:#a7b8ca}html[data-theme=dark] .task-card:hover,html[data-theme=dark] .doc-card:hover,html[data-theme=dark] .setting-card:hover:not(.static){border-color:#496487}html[data-theme=dark] .folder-card span,html[data-theme=dark] .folder-card button{color:#aab9cd}html[data-theme=dark] .folder-card span:hover,html[data-theme=dark] .folder-card button:hover,html[data-theme=dark] .folder-card button.active{background:#172840;color:#9bc4ff}html[data-theme=dark] .admin-tabs button.active{color:#a5c9ff}html[data-theme=dark] .search-results button{background:#0c1728;border-color:#2b3d58;color:#e6edf7}html[data-theme=dark] .search-results button:hover{background:#17253a;border-color:#49617f}html[data-theme=dark] .doc-products span{background:#17304c;color:#9bc6ff}html[data-theme=dark] .doc-card .expiry{color:#f0c76e}html[data-theme=dark] .lead-workflow{background:linear-gradient(135deg,#0d1c31,#102b34);border-color:#2c445f}html[data-theme=dark] .lead-workflow>div>span{background:#376fc2}html[data-theme=dark] .lead-country-head{background:linear-gradient(90deg,#0d192b,#101a2a);border-color:#273750}html[data-theme=dark] .country-code{background:#18345b;color:#9bc4ff}html[data-theme=dark] .lead-chips span{background:#17304c;color:#9bc6ff}html[data-theme=dark] .lead-chips span:nth-child(3n+2){background:#123a34;color:#7de0c5}html[data-theme=dark] .lead-chips span:nth-child(3n){background:#312442;color:#c9a5f4}html[data-theme=dark] .lead-convert{background:#0d2823;border-color:#285449}html[data-theme=dark] .s-new,html[data-theme=dark] .s-researching{background:#202d41;color:#bdc8d8}html[data-theme=dark] .s-contact_attempted{background:#3d3117;color:#f2cf72}html[data-theme=dark] .s-contacted,html[data-theme=dark] .s-qualified,html[data-theme=dark] .s-converted{background:#123a34;color:#7de0c5}html[data-theme=dark] .s-disqualified{background:#3b1c25;color:#ff9da8}html[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator,html[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.85)}@media(max-width:700px){.top-actions{gap:.4rem}.theme-toggle{flex-basis:38px}.auth-controls{gap:.4rem}}
