:root{--navy:#06264a;--navy-dark:#041e3c;--primary:#2667ec;--text:#0a1730;--muted:#66738a;--border:#dae1ea;--bg:#f5f8fc;--green:#20b561;--red:#ed3c3c;--orange:#f5a000;--purple:#7954e8}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Arial,sans-serif;color:var(--text);background:#e7ecf2}button,input{font:inherit}.svg-defs{position:absolute;width:0;height:0}.app-shell{display:flex;max-width:1920px;min-height:100vh;margin:auto;background:var(--bg);overflow:hidden}.sidebar{width:264px;flex:none;min-height:100vh;background:linear-gradient(145deg,#071f3e 0%,#062a55 60%,#052448 100%);color:#fff;display:flex;flex-direction:column;transition:.25s;z-index:20}.brand{height:114px;display:flex;align-items:center;gap:16px;padding:0 40px;border-bottom:1px solid rgba(255,255,255,.08);font-size:19px;white-space:nowrap}.brand-mark{width:42px;height:42px;position:relative;transform:rotate(30deg);border:2px solid #2b73ff}.brand-mark span{position:absolute;border:2px solid #2b73ff;width:25px;height:25px;left:7px;top:7px}.brand-mark span:nth-child(2){transform:rotate(60deg)}.brand-mark span:nth-child(3){transform:rotate(120deg)}nav{padding:14px 16px}.nav-item{height:54px;padding:0 17px;border-radius:8px;display:flex;align-items:center;gap:20px;color:#fff;text-decoration:none;margin-bottom:7px;font-size:16px}.nav-item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.nav-item.active{background:linear-gradient(120deg,#2f74f5,#2660e9);box-shadow:0 8px 22px rgba(25,98,244,.35)}.collapse-btn{margin:auto 20px 22px;height:51px;color:#fff;background:transparent;border:0;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:flex-end;padding:0 12px 3px;gap:12px;cursor:pointer}.collapse-btn span{display:grid;place-items:center;border:1px solid #8091a9;border-radius:50%;width:22px;height:22px}.collapse-btn em{font-style:normal;font-size:12px}.page{min-width:0;flex:1}.topbar{height:78px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 31px;gap:24px}.icon-btn{border:0;background:none;color:#526783;padding:6px;cursor:pointer}.icon-btn svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.search{margin-left:auto;width:375px;height:42px;border:1px solid var(--border);border-radius:8px;background:#f8fafc;display:flex;align-items:center;padding:0 14px;gap:10px}.search svg{width:19px;height:19px;fill:none;stroke:#687892;stroke-width:1.8}.search input{border:0;outline:0;background:none;width:100%;font-size:13px;color:var(--text)}.top-actions{display:flex;align-items:center;gap:13px}.notification{position:relative}.notification b{position:absolute;top:0;right:0;background:#ef3d3d;color:#fff;font-size:9px;border-radius:10px;padding:2px 5px;border:2px solid #fff}.profile{display:flex;align-items:center;gap:10px;min-width:204px}.avatar{width:40px;height:40px;background:#edf3ff;color:var(--primary);border-radius:50%;display:grid;place-items:center}.avatar svg{width:23px;height:23px;fill:currentColor;stroke:currentColor}.profile strong,.profile small{display:block;font-size:13px}.profile small{color:var(--muted);margin-top:4px}.chev{width:16px!important;height:16px!important;fill:none;stroke:currentColor;stroke-width:2}.profile>.chev{margin-left:auto}.menu-btn{display:none}main{padding:24px 28px 42px}.welcome-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.welcome-row h1{font-size:23px;margin:0 0 6px}.welcome-row p{margin:0;color:var(--muted);font-size:13px}.date-btn,.panel-head button{height:44px;border:1px solid var(--border);background:#fff;border-radius:8px;color:#16243a;display:flex;align-items:center;gap:12px;padding:0 15px;font-size:12px}.date-btn>svg:first-child{width:18px;height:18px;fill:none;stroke:#53657e;stroke-width:1.7}.date-btn .chev{margin-left:20px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:14px}.stat-card{height:148px;background:#fff;border:1px solid var(--border);border-radius:9px;display:flex;align-items:center;padding:22px 20px;position:relative;overflow:hidden}.stat-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;flex:none;margin-right:20px}.stat-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8}.blue .stat-icon{background:#e9f0ff;color:#1262f4}.orange .stat-icon{background:#fff1d7;color:#f2a000}.green .stat-icon{background:#e3f7e6;color:#28ae36}.red .stat-icon{background:#fee6e6;color:#ef3f45}.stat-content{align-self:center;z-index:1}.stat-content>span{font-size:13px;font-weight:500;display:block;margin-bottom:9px}.stat-content>strong{font-size:25px;letter-spacing:.3px;display:block;white-space:nowrap}.stat-content small{display:block;margin-top:14px;font-size:10px}.stat-content small i{font-style:normal;color:#536278}.up{color:#1cad60}.warn{color:#ff9200}.danger{color:#f13b3d}.spark{width:74px;height:34px;position:absolute;right:18px;bottom:21px;fill:none;stroke:currentColor;stroke-width:2}.blue .spark{color:#2c69fb}.orange .spark{color:#f5a000}.green .spark{color:#20ad50}.red .spark{color:#f13e42}.dashboard-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(280px,.98fr);gap:14px}.main-column{min-width:0}.charts-row{display:grid;grid-template-columns:minmax(0,1.57fr) minmax(340px,1fr);gap:14px;margin-bottom:14px}.panel{background:#fff;border:1px solid var(--border);border-radius:9px}.panel h2{font-size:15px;margin:0}.panel-head{height:58px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.panel-head button{height:34px;color:#5f6c82}.panel-head button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.sales-panel,.category-panel{height:292px}.line-chart{height:225px;position:relative;padding:0 15px 24px 55px}.line-chart>svg{width:100%;height:183px;display:block;overflow:visible}.grid-lines{stroke:#dfe5ec;stroke-width:1}.area{fill:url(#area)}.line{fill:none;stroke:#2468ee;stroke-width:3}.dots circle{fill:#2468ee}.dots .last{stroke:#fff;stroke-width:3}.y-labels{position:absolute;left:20px;top:0;height:183px;display:flex;flex-direction:column;justify-content:space-between;color:#6c7480;font-size:11px}.x-labels{display:flex;justify-content:space-between;color:#6c7480;font-size:11px}.donut-wrap{height:225px;display:flex;align-items:center;justify-content:space-around;padding:0 19px}.donut{width:165px;height:165px;border-radius:50%;background:conic-gradient(#2f72ed 0 45%,#36ae50 45% 70%,#f7aa00 70% 85%,#7f55e7 85% 95%,#28aec7 95%);position:relative;transform:rotate(-18deg)}.donut:after{content:"";position:absolute;inset:38px;background:#fff;border-radius:50%}.donut-wrap ul{list-style:none;margin:0;padding:0;min-width:145px}.donut-wrap li{display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:9px;font-size:11px;margin:17px 0}.donut-wrap li i{width:11px;height:11px;border-radius:50%}.donut-wrap li b{font-size:11px}.c-blue{background:#2f72ed}.c-green{background:#36ae50}.c-orange{background:#f7aa00}.c-purple{background:#7f55e7}.c-cyan{background:#28aec7}.activity-panel{height:390px;padding:20px 20px 10px}.tabs{border-bottom:1px solid var(--border);display:flex;gap:8px;margin-top:13px}.tabs button{border:0;background:none;padding:10px 12px 13px;color:#53627a;font-size:11px;white-space:nowrap}.tabs button.active{color:#17243a;font-weight:600;border-bottom:3px solid var(--primary)}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:11px;min-width:720px}th,td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--border);white-space:nowrap}th{font-weight:600;color:#152139}td{color:#3e4e65}td a,.view-all{color:#1764f0;text-decoration:none}td svg{width:17px;height:17px;fill:#152b4b}.status{padding:4px 9px;border-radius:6px}.confirmed{color:#169242;background:#e0f6e5}.separating{color:#1764ef;background:#e8effe}.billed{color:#7037d9;background:#eee7fc}.canceled{color:#e5212b;background:#fde7e7}.view-all{display:block;text-align:center;font-size:11px;margin-top:13px}.right-column{display:flex;flex-direction:column;gap:14px}.shortcuts{padding:20px;height:362px}.shortcut-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.shortcut-grid button{height:61px;border:1px solid var(--border);border-radius:8px;background:#fff;display:flex;align-items:center;gap:13px;padding:8px 12px;font-size:11px;color:#17243b;text-align:left}.shortcut-grid i{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;flex:none}.shortcut-grid svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.blue-bg{color:#1d67f0;background:#e9f0ff}.green-bg{color:#16b276;background:#e1f8ee}.purple-bg{color:#7b4dec;background:#eee8ff}.orange-bg{color:#f59412;background:#fff0db}.teal-bg{color:#11aa88;background:#e0f7f1}.red-bg{color:#ec3f42;background:#fde8e8}.financial{padding:20px;height:315px}.finance-row{height:85px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px}.finance-row:last-child{border:0}.finance-row>i{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-style:normal}.finance-row div{flex:1}.finance-row div strong,.finance-row div small{display:block;font-size:11px}.finance-row div small{color:#647188;margin-top:7px}.finance-row>b{font-size:13px}.income>i{color:#19ae6e;background:#dff7ec}.income>b{color:#13ac60}.expense>i{color:#e63738;background:#fde8e8}.expense>b{color:#e72d2f}.result>i{color:#1d72e9;background:#e6f2ff}.result>b{color:#1765ef}.overlay{display:none}
@media(max-width:1350px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.right-column{display:grid;grid-template-columns:1fr 1fr}.shortcuts,.financial{height:auto}.activity-panel{height:auto}.stat-card{height:125px}.charts-row{grid-template-columns:1.5fr 1fr}}
@media(max-width:900px){.sidebar{position:fixed;left:-264px;top:0;bottom:0}.sidebar.open{left:0}.menu-btn{display:block}.overlay.open{display:block;position:fixed;inset:0;background:rgba(0,15,35,.45);z-index:10}.topbar{padding:0 16px}.search{width:auto;flex:1}.profile{min-width:auto}.profile>div:not(.avatar),.profile>.chev,.help{display:none}main{padding:20px 16px}.charts-row{grid-template-columns:1fr}.category-panel{height:auto}.right-column{grid-template-columns:1fr 1fr}.welcome-row{align-items:flex-start}.date-btn{height:40px}.donut-wrap{justify-content:center;gap:50px}}
@media(max-width:650px){.topbar{height:66px}.search{display:none}.top-actions{margin-left:auto}.welcome-row{display:block}.date-btn{margin-top:18px}.stats-grid{grid-template-columns:1fr}.stat-card{height:118px}.charts-row{display:block}.charts-row>.panel{margin-bottom:14px}.sales-panel{height:280px}.line-chart{padding-left:42px}.category-panel{height:270px}.donut-wrap{gap:25px}.donut{width:135px;height:135px}.donut:after{inset:31px}.right-column{display:block}.right-column>.panel{margin-bottom:14px}.shortcut-grid{gap:8px}.shortcut-grid button{padding:6px;font-size:10px}.tabs{overflow-x:auto}.activity-panel{padding:16px 10px}.financial{height:auto}.welcome-row h1{font-size:20px}}

/* Paleta oficial Linka */
:root{
  --navy:#0D1B2E;
  --navy-dark:#0D1B2E;
  --primary:#0A66FF;
  --text:#0D1B2E;
  --green:#18B39C;
  --orange:#FF8A00;
  --purple:#6B3ED6;
}

/* Fluxo de acesso */
.is-hidden{display:none!important}.login-screen{min-height:100vh;display:grid;grid-template-columns:minmax(480px,1.08fr) minmax(460px,.92fr);background:#fff;position:relative;overflow:hidden;transition:opacity .4s ease,transform .4s ease}.login-screen.leaving{opacity:0;transform:scale(1.015);pointer-events:none}.login-brand{position:relative;isolation:isolate;padding:52px 64px;color:#fff;background:#0d1b2e;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.login-brand:before{content:"";position:absolute;width:820px;height:820px;border-radius:50%;left:-310px;top:-260px;background:radial-gradient(circle at 60% 55%,rgba(10,102,255,.38) 0 12%,rgba(10,102,255,.16) 12% 26%,transparent 27%);z-index:-2}.login-brand:after{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-250px;bottom:-280px;background:radial-gradient(circle at 45% 35%,rgba(24,179,156,.28) 0 11%,rgba(107,62,214,.16) 11% 24%,transparent 25%);z-index:-2}.login-logo-white{width:188px;height:auto}.login-message{max-width:650px;padding:0 0 56px 8px}.login-eyebrow{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#afcbff}.login-eyebrow:before{content:"";width:30px;height:2px;border-radius:2px;background:#0a66ff}.login-message h1{font-size:clamp(38px,4vw,52px);line-height:1.12;letter-spacing:-.04em;margin:22px 0 18px}.login-message p{color:#c9d3e2;font-size:16px;line-height:1.75;max-width:575px}.login-values{display:flex;align-items:center;gap:10px;color:#8797ae;font-size:12px}.login-values i{width:7px;height:7px;border-radius:50%;background:#18b39c}.login-orbit{position:absolute;right:7%;top:13%;width:310px;height:310px;opacity:.43;z-index:-1}.orbit-ring{position:absolute;inset:48px;border:2px solid rgba(255,255,255,.12);border-radius:50%}.orbit-ring:after{content:"";position:absolute;inset:65px;border:2px solid rgba(10,102,255,.45);border-radius:50%}.login-orbit i{position:absolute;width:14px;height:14px;border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.035)}.login-orbit i:nth-of-type(1){background:#0a66ff;left:144px;top:12px}.login-orbit i:nth-of-type(2){background:#18b39c;right:18px;top:96px}.login-orbit i:nth-of-type(3){background:#6b3ed6;right:50px;bottom:48px}.login-orbit i:nth-of-type(4){background:#ff8a00;left:25px;bottom:72px}.login-orbit i:nth-of-type(5){background:#04a0fb;left:5px;top:92px}.login-panel{display:flex;align-items:center;justify-content:center;padding:44px;background:linear-gradient(140deg,rgba(10,102,255,.025),transparent 38%)}.login-card{width:min(440px,100%);position:relative}.login-accent{position:absolute;right:0;top:0;width:72px;height:5px;display:grid;grid-template-columns:repeat(4,1fr);border-radius:10px;overflow:hidden}.login-accent i:nth-child(1){background:#0a66ff}.login-accent i:nth-child(2){background:#18b39c}.login-accent i:nth-child(3){background:#ff8a00}.login-accent i:nth-child(4){background:#6b3ed6}.login-logo-color{display:block;width:160px;height:auto;margin-bottom:42px}.login-card h2{font-size:32px;letter-spacing:-.025em;margin:0;color:#0d1b2e}.login-card>p{font-size:14px;color:#6e7a8f;margin:12px 0 30px}.login-field{display:block;font-size:13px;font-weight:600;color:#394862;margin-bottom:18px}.login-field>span{display:block;position:relative;margin-top:8px}.login-field svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;fill:none;stroke:#8491a4;stroke-width:1.8;pointer-events:none}.login-field input{width:100%;height:52px;border:1px solid #dfe6ef;border-radius:12px;padding:0 46px;color:#18243a;outline:0;background:#fff;font-size:14px;transition:.18s}.login-field input:focus{border-color:#0a66ff;box-shadow:0 0 0 4px rgba(10,102,255,.1)}.login-field input::placeholder{color:#a5b0c0}.password-toggle{position:absolute;right:8px;top:9px;width:34px;height:34px;border:0;border-radius:8px;background:transparent;cursor:pointer}.password-toggle:hover{background:#f5f8fc}.password-toggle svg{left:8px}.login-options{display:flex;align-items:center;justify-content:space-between;margin:2px 0 25px;font-size:12px;color:#647187}.login-options label{display:flex;align-items:center;gap:8px}.login-options input{accent-color:#0a66ff;width:17px;height:17px}.login-options button{border:0;background:none;color:#0a66ff;font-weight:600;cursor:pointer}.login-submit{width:100%;height:54px;border:0;border-radius:12px;background:#0a66ff;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 12px 24px rgba(10,102,255,.2);transition:.18s}.login-submit:hover{transform:translateY(-1px);background:#075deb}.login-submit i{display:none;width:17px;height:17px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:login-spin .7s linear infinite}.login-submit.loading{display:flex;align-items:center;justify-content:center;gap:10px;pointer-events:none}.login-submit.loading i{display:block}@keyframes login-spin{to{transform:rotate(360deg)}}.login-secure{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:23px;color:#8b97a8;font-size:11px}.login-secure svg{width:15px;height:15px;fill:none;stroke:#18b39c;stroke-width:2}.profile{border:0;background:transparent;text-align:left;color:inherit;cursor:pointer;padding:0}.app-shell:not(.is-hidden){animation:app-enter .5s ease both}@keyframes app-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:940px){.login-screen{grid-template-columns:1fr}.login-brand{display:none}.login-panel{min-height:100vh;padding:32px 24px}.login-logo-color{margin-bottom:34px}}
@media(max-width:480px){.login-card h2{font-size:28px}.login-options{gap:8px}.login-panel{padding:26px 20px}}

.login-field select{width:100%;height:52px;border:1px solid #dfe6ef;border-radius:12px;padding:0 46px;color:#18243a;outline:0;background:#fff;font-size:14px;appearance:none;cursor:pointer;transition:.18s}.login-field select:focus{border-color:#0a66ff;box-shadow:0 0 0 4px rgba(10,102,255,.1)}.login-field .login-select-arrow{left:auto;right:16px;width:17px;height:17px;stroke:#8491a4;stroke-width:2}.login-company-hidden{display:none}
.login-field-title{margin-bottom:8px}.login-type-field{position:relative}.login-type-select{position:relative}.login-native-type{display:none!important}.login-type-trigger{width:100%;height:52px;border:1px solid #dfe6ef;border-radius:12px;padding:0 46px 0 16px;display:flex;align-items:center;gap:13px;background:#fff;color:#18243a;font-size:14px;cursor:pointer;text-align:left;transition:.18s}.login-type-trigger:focus,.login-type-select.open .login-type-trigger{outline:0;border-color:#0a66ff;box-shadow:0 0 0 4px rgba(10,102,255,.1)}.login-type-trigger>img{width:24px;height:24px;object-fit:contain}.login-type-trigger .login-select-arrow{top:50%;transform:translateY(-50%);transition:transform .2s}.login-type-select.open .login-type-trigger .login-select-arrow{transform:translateY(-50%) rotate(180deg)}.login-type-menu{position:absolute;z-index:50;left:0;right:0;top:59px;padding:7px;border:1px solid #dfe6ef;border-radius:12px;background:#fff;box-shadow:0 16px 40px rgba(13,27,46,.16);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}.login-type-select.open .login-type-menu{opacity:1;visibility:visible;transform:none}.login-type-option{width:100%;height:43px;border:0;border-radius:8px;padding:0 11px;display:flex;align-items:center;gap:12px;background:#fff;color:#394862;font-size:13px;text-align:left;cursor:pointer}.login-type-option:hover{background:#f2f6fc}.login-type-option.selected{background:#0a66ff;color:#fff}.login-type-option>span{width:25px;height:25px;display:grid;place-items:center;position:relative;flex:none}.login-type-option img{max-width:24px;max-height:24px;object-fit:contain}.login-type-option .type-icon-white{display:none}.login-type-option.selected .type-icon-color{display:none}.login-type-option.selected .type-icon-white{display:block}

/* Submenu de clientes */
.nav-group{margin-bottom:7px}.nav-group>.nav-item{margin-bottom:0}.nav-parent .nav-arrow{width:17px;height:17px;margin-left:auto;transition:transform .22s ease}.nav-group.open .nav-arrow{transform:rotate(180deg)}.nav-submenu{max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease,opacity .2s ease}.nav-group.open .nav-submenu{max-height:100px;opacity:1}.nav-subitem{min-height:43px;margin:4px 0 0 30px;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:13px;color:#cbd7e6;text-decoration:none;font-size:13px;transition:background .18s,color .18s}.nav-subitem:hover,.nav-subitem.active{background:rgba(255,255,255,.09);color:#fff}.submenu-icon{width:25px;height:25px;display:grid;place-items:center;flex:none}.submenu-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.submenu-icon img{display:block;width:21px;height:21px;object-fit:contain;filter:brightness(0) invert(1);opacity:.82}.nav-subitem:hover img,.nav-subitem.active img{opacity:1}

/* Central de atendimento */
.attendance-page{padding:0;display:grid;grid-template-columns:330px minmax(440px,1fr) 270px;height:100vh;overflow:hidden;background:#f8fafc;color:#0a1730}.conversation-list,.chat-panel,.conversation-details{min-width:0;background:#fff}.conversation-list{border-right:1px solid #dfe6ef;display:flex;flex-direction:column}.conversations-title{height:78px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5eaf1}.conversations-title>div{display:flex;align-items:center;gap:8px}.conversations-title h1{font-size:19px;margin:0}.back-dashboard,.tune-btn{border:0;background:none;color:#25446e;font-size:28px;cursor:pointer}.tune-btn{font-size:22px}.conversation-tabs{height:52px;padding:0 10px;display:flex;align-items:end;border-bottom:1px solid #e5eaf1}.conversation-tabs button{flex:1;height:52px;border:0;border-bottom:3px solid transparent;background:none;color:#53627a;font-size:12px;cursor:pointer}.conversation-tabs button.active{color:#0a66ff;border-bottom-color:#0a66ff;font-weight:600}.conversation-search{display:flex;gap:7px;align-items:center;margin:12px;height:40px}.conversation-search>span{position:absolute;margin-left:12px;color:#6b7b92;font-size:23px}.conversation-search input{min-width:0;flex:1;height:40px;border:1px solid #dfe6ef;border-radius:7px;padding:0 10px 0 34px;font-size:12px;outline:0}.conversation-search input:focus{border-color:#0a66ff}.conversation-search button{width:32px;height:38px;border:0;background:none;color:#284a78;font-size:20px}.contacts{overflow-y:auto;flex:1}.contact{width:100%;height:102px;border:0;border-bottom:1px solid #edf0f4;background:#fff;padding:13px 14px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;position:relative}.contact:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent}.contact:hover{background:#f7faff}.contact.active{background:#edf4ff}.contact.active:before{background:#0a66ff}.contact-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;flex:none;font-weight:600;position:relative}.contact-avatar i{position:absolute;right:-2px;bottom:0;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#18b56f;color:#fff;border:2px solid #fff;font-size:7px;font-style:normal}.blue-avatar{background:#e2f0ff;color:#245087}.green-avatar{background:#daf7ec;color:#173651}.purple-avatar{background:#eee9ff;color:#253558}.orange-avatar{background:#fff0e5;color:#56311e}.contact-copy{min-width:0;flex:1}.contact-copy strong,.contact-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-copy strong{font-size:14px;margin-bottom:11px}.contact-copy small{font-size:11px;color:#465a78;font-weight:500}.contact time{align-self:flex-end;margin-bottom:10px;white-space:nowrap;color:#77859a;font-size:10px}.contact time b{display:inline-grid;place-items:center;width:17px;height:17px;margin-left:7px;border-radius:50%;background:#0a66e8;color:#fff;font-size:9px}.chat-panel{display:flex;flex-direction:column;position:relative}.chat-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #dfe6ef}.chat-person{display:flex;align-items:center;gap:13px}.chat-person h2{font-size:20px;margin:0 0 3px}.chat-person small{font-size:10px;color:#18a56c}.chat-actions{display:flex;gap:5px}.chat-actions button{width:38px;height:38px;border:0;background:none;color:#244775;font-size:22px;cursor:pointer;border-radius:8px}.chat-actions button:hover{background:#f1f5fa}.chat-actions .mobile-details{display:none}.conversation-date{height:48px;border-bottom:1px solid #dfe6ef;display:grid;place-items:center;font-size:11px;color:#63738b}.messages{flex:1;overflow-y:auto;padding:24px 28px;background:linear-gradient(rgba(255,255,255,.95),rgba(250,252,255,.95)),radial-gradient(circle,#dfe8f5 1px,transparent 1px);background-size:auto,18px 18px}.message{max-width:390px;border:1px solid #dce3eb;border-radius:12px;padding:14px 15px 9px;margin-bottom:18px;background:#fff;box-shadow:0 2px 4px rgba(13,27,46,.02)}.message p{margin:0;font-size:13px;line-height:1.55}.message time{display:block;text-align:right;font-size:9px;color:#546b8b;margin-top:8px}.message time em{color:#0a66ff;font-style:normal}.message.sent,.message.bot{margin-left:auto}.message.bot{border-color:#9cc2ff;background:#f0f6ff}.message.sent{border-color:#a8dfcb;background:#effbf6}.message-author{display:flex;align-items:center;gap:7px;margin-bottom:10px;font-size:11px}.message-author span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#072b47;color:#18b39c}.message-author b{font-size:9px;color:#6b3ed6;background:#eee7ff;padding:2px 5px;border-radius:4px}.system-message{display:flex;align-items:center;justify-content:center;gap:9px;margin:5px auto 22px;color:#536681;font-size:10px;text-align:center}.system-message span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eee7ff;color:#6b3ed6;font-size:17px}.system-message p{margin:0}.system-message b{color:#6b3ed6}.green-system span{background:#dff8ef;color:#18a78d}.green-system strong{color:#08a58d}.new-message{animation:message-in .25s ease}@keyframes message-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.message-composer{margin:0 18px 18px;border:1px solid #d8e0ea;border-radius:9px;background:#fff}.composer-tabs{height:44px;border-bottom:1px solid #dfe6ef;display:flex;gap:14px;padding-left:15px}.composer-tabs button{border:0;border-bottom:3px solid transparent;background:none;padding:0 10px;color:#53627a;font-size:11px}.composer-tabs button.active{border-bottom-color:#0a66ff;color:#0a66ff;font-weight:600}.message-composer textarea{display:block;width:100%;height:70px;resize:none;border:0;outline:0;padding:18px;font:12px Inter,sans-serif;color:#1b2b42}.composer-tools{height:49px;border-top:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between;padding:0 10px}.composer-tools button{border:0;background:none;color:#31537e;min-width:30px;height:30px;cursor:pointer}.composer-tools .send-message{font-size:24px;color:#0a66ff}.conversation-details{border-left:1px solid #dfe6ef;overflow-y:auto}.conversation-details>header{height:78px;display:flex;align-items:center;gap:8px;padding:0 16px;border-bottom:1px solid #dfe6ef}.conversation-details h2{font-size:16px}.close-details{border:0;background:none;font-size:27px;color:#244775;cursor:pointer}.detail-card{margin:10px;border:1px solid #dfe6ef;border-radius:10px;padding:15px 13px}.detail-card h3{font-size:12px;margin:0 0 14px}.detail-card h4{font-size:10px;margin:16px 0 7px}.detail-card p{font-size:11px;color:#294267;margin:0}.status-select{border:1px solid #7fd8ad;background:#e5f8ed;color:#12815d;border-radius:7px;padding:8px 11px;font-size:10px}.detail-title{display:flex;justify-content:space-between}.detail-title button,.add-tag{border:0;background:none;color:#244775}.detail-row{display:flex;align-items:center;gap:6px;margin:14px 0;font-size:10px}.detail-row>b{min-width:40px}.tag{padding:5px 8px;border-radius:13px}.purple-tag{background:#eee8ff;color:#6b3ed6}.green-tag{background:#ddf8ef;color:#0d9b7d}.whatsapp{color:#12b879}.detail-help{line-height:1.6!important;color:#6e7d92!important}.detail-card a{display:inline-block;margin-top:10px;color:#0a66ff;font-size:10px}.contact-data p{margin-bottom:12px}.attendance-page .back-dashboard{display:none}
@media(max-width:1450px){.attendance-page{grid-template-columns:300px minmax(420px,1fr) 245px}.contact{padding-left:10px}.conversation-details .detail-card{margin:8px;padding:12px 10px}}
@media(max-width:1100px){.attendance-page{grid-template-columns:280px 1fr}.conversation-details{position:absolute;z-index:40;right:0;top:0;bottom:0;width:285px;transform:translateX(100%);transition:transform .25s;box-shadow:-10px 0 30px rgba(13,27,46,.15)}.conversation-details.open{transform:none}.chat-actions .mobile-details{display:block}.attendance-page .back-dashboard{display:block}}
@media(max-width:760px){.attendance-page{grid-template-columns:92px 1fr}.conversations-title{padding:0 8px}.conversations-title h1,.tune-btn,.conversation-tabs,.conversation-search,.contact-copy,.contact time{display:none}.conversations-title>div{margin:auto}.back-dashboard{display:block!important}.contact{height:75px;justify-content:center;padding:8px}.contact-avatar{width:44px;height:44px}.chat-header{padding:0 12px}.chat-person h2{font-size:15px}.chat-person small{display:none}.chat-actions button:not(.mobile-details){display:none}.messages{padding:18px 12px}.message-composer{margin:0 8px 8px}.composer-tools div button:nth-child(n+5){display:none}}
.sidebar{background:linear-gradient(145deg,#0D1B2E 0%,#102743 58%,#0D1B2E 100%)}
.brand{padding:0 32px;justify-content:center}
.brand-logo{display:block;width:100%;max-width:180px;height:auto}
.nav-item.active{background:linear-gradient(120deg,#0A66FF,#0757DB);box-shadow:0 8px 22px rgba(10,102,255,.35)}
.avatar,.blue .stat-icon,.blue-bg{color:#0A66FF}
.blue .spark,.line,.tabs button.active{stroke:#0A66FF}
.dots circle{fill:#0A66FF}
.tabs button.active{color:#0D1B2E;border-bottom-color:#0A66FF}
.orange .stat-icon,.orange .spark,.warn,.orange-bg{color:#FF8A00}
.green .stat-icon,.green .spark,.up,.teal-bg,.green-bg{color:#18B39C}
.purple-bg{color:#6B3ED6}
.red .stat-icon{background:rgba(107,62,214,.12);color:#6B3ED6}
.red .spark,.danger{color:#6B3ED6}
.donut{background:conic-gradient(#0A66FF 0 45%,#18B39C 45% 70%,#FF8A00 70% 85%,#6B3ED6 85% 95%,#0D1B2E 95%)}
.c-blue{background:#0A66FF}.c-green{background:#18B39C}.c-orange{background:#FF8A00}.c-purple{background:#6B3ED6}.c-cyan{background:#0D1B2E}
.confirmed{color:#128C7B}.separating,td a,.view-all{color:#0A66FF}.billed{color:#6B3ED6}
.income>i,.income>b{color:#18B39C}.result>i,.result>b{color:#0A66FF}
.notification b{background:#FF8A00}
.red-bg{color:#6B3ED6;background:rgba(107,62,214,.12)}

/* Interações da central de atendimento */
.conversations-title{position:relative;overflow:visible}.inbox-selector{max-width:280px;border:0;background:#f1f5fa;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;color:#07172f;font:600 21px Inter,sans-serif;cursor:pointer;text-align:left}.inbox-selector:hover,.inbox-selector[aria-expanded="true"]{background:#edf2f8}.inbox-selector span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selector-chevron{font-size:18px;color:#5e7089;transition:transform .2s}.inbox-selector[aria-expanded="true"] .selector-chevron{transform:rotate(180deg)}.inbox-menu{display:none!important;position:absolute;left:5px;top:67px;width:370px;padding:9px;background:#fff;border:1px solid #d9e2ee;border-radius:12px;box-shadow:0 16px 35px rgba(13,27,46,.18);z-index:50}.inbox-menu.open{display:block!important;animation:menu-drop .18s ease}.inbox-menu button{width:100%;min-height:64px;border:0;background:#fff;border-radius:9px;padding:9px 12px;display:flex;align-items:center;gap:12px;text-align:left;color:#07172f;cursor:pointer}.inbox-menu button:hover,.inbox-menu button.active{background:#edf3ff}.inbox-menu button>span:nth-child(2){min-width:0;flex:1}.inbox-menu strong,.inbox-menu small{display:block}.inbox-menu strong{font-size:14px;line-height:1.3;margin-bottom:4px}.inbox-menu small{font-size:10px;line-height:1.35;color:#657594}.inbox-menu b{font-size:11px;background:#deebff;color:#0a66ff;border-radius:14px;padding:5px 8px}.menu-icon{width:43px;height:43px;border-radius:10px;display:grid!important;place-items:center;flex:none;font-size:18px}.blue-menu{color:#0a66ff;background:#e4efff}.purple-menu{color:#6b3ed6;background:#eee6ff}.orange-menu{color:#f08a08;background:#fff0dc}@keyframes menu-drop{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.conversation-tabs{align-items:stretch;padding:0 4px}.conversation-tabs button{padding:0 3px;font-size:10px}.contact.is-filtered{display:none}.contacts.empty:after{content:"Nenhuma conversa nesta categoria";display:block;text-align:center;margin:45px 20px;color:#718097;font-size:12px}.conversation-list.show-new .conversation-search,.conversation-list.show-new .contacts{display:none}.new-conversation-view{display:none;flex:1;overflow:auto;padding:25px 18px;background:#fff}.conversation-list.show-new .new-conversation-view{display:block}.new-conversation-heading{text-align:center;padding:8px 12px 22px}.new-conversation-heading .new-icon{width:46px;height:46px;margin:0 auto 12px;border-radius:13px;display:grid;place-items:center;background:#e8f1ff;color:#0a66ff;font-size:25px}.new-conversation-heading h2{font-size:17px;margin:0 0 7px}.new-conversation-heading p{font-size:10px;line-height:1.5;color:#718097;margin:0}.contact-picker-search{height:42px;position:relative;display:block;margin-bottom:12px}.contact-picker-search span{position:absolute;left:12px;top:7px;color:#61738b;font-size:22px}.contact-picker-search input{width:100%;height:42px;border:1px solid #dfe6ef;border-radius:8px;padding:0 12px 0 37px;outline:0;font-size:11px}.contact-picker-search input:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.create-contact-option{width:100%;min-height:64px;border:1px solid #dce6f4;border-radius:9px;background:#f8fbff;padding:10px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;color:#182740}.create-contact-option>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#0a66ff;color:#fff}.create-contact-option div{flex:1}.create-contact-option strong,.create-contact-option small{display:block}.create-contact-option strong{font-size:11px;margin-bottom:5px}.create-contact-option small{font-size:9px;color:#718097}.create-contact-option>b{font-size:20px;color:#54708e}.new-conversation-view>h3{margin:22px 0 9px;font-size:10px;color:#718097;text-transform:uppercase;letter-spacing:.06em}.recent-contact{width:100%;height:58px;border:0;border-bottom:1px solid #edf0f4;background:#fff;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.recent-contact:hover{background:#f7faff}.recent-contact .contact-avatar{width:36px;height:36px;font-size:11px}.recent-contact div{flex:1}.recent-contact strong,.recent-contact small{display:block}.recent-contact strong{font-size:11px;margin-bottom:4px}.recent-contact small{font-size:9px;color:#718097}.recent-contact>b{font-size:18px;color:#6b7d93}
.new-chat-empty{display:none;position:absolute;inset:0;z-index:10;align-items:center;justify-content:center;flex-direction:column;background:#fff;text-align:center;padding:30px}.new-conversation-mode .new-chat-empty{display:flex}.new-chat-empty>span{width:58px;height:58px;display:grid;place-items:center;margin-bottom:18px;border-radius:15px;background:#e8f1ff;color:#0a66ff;font-size:31px;font-weight:300}.new-chat-empty h2{margin:0 0 9px;color:#07142a;font-size:23px}.new-chat-empty p{margin:0;color:#657594;font-size:13px}.new-conversation-mode .conversation-details{visibility:hidden}
.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:rgba(7,18,34,.52);backdrop-filter:blur(2px)}.contact-modal{width:min(510px,100%);background:#fff;border-radius:14px;box-shadow:0 25px 70px rgba(0,0,0,.25);overflow:hidden;animation:modal-in .22s ease}.contact-modal>header{padding:21px 23px;border-bottom:1px solid #e5eaf1;display:flex;align-items:center;justify-content:space-between}.contact-modal>header>div{display:flex;align-items:center;gap:13px}.modal-contact-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:#e8f1ff;color:#0a66ff;font-size:20px}.contact-modal h2{font-size:17px;margin:0 0 4px}.contact-modal header p{font-size:10px;color:#718097;margin:0}.contact-modal header button{border:0;background:none;color:#63748a;font-size:25px;cursor:pointer}.contact-form-body{padding:22px 23px;display:grid;gap:16px}.contact-form-body label{font-size:11px;font-weight:600;color:#34445b}.contact-form-body label>small{font-weight:400;color:#8895a7}.contact-form-body input,.contact-form-body select{width:100%;height:44px;margin-top:7px;border:1px solid #dce3ec;border-radius:8px;padding:0 12px;outline:0;font:11px Inter,sans-serif;background:#fff}.contact-form-body input:focus,.contact-form-body select:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.phone-field{display:grid;grid-template-columns:105px 1fr;gap:8px}.phone-field select{padding:0 7px}.contact-modal footer{padding:16px 23px;background:#f8fafc;border-top:1px solid #e5eaf1;display:flex;justify-content:flex-end;gap:9px}.contact-modal footer button{height:40px;border-radius:8px;padding:0 17px;font-size:11px;font-weight:600;cursor:pointer}.secondary-btn{border:1px solid #d9e0e9;background:#fff;color:#3b4b61}.primary-btn{border:0;background:#0a66ff;color:#fff}.primary-btn:hover{background:#075bdc}@keyframes modal-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:760px){.inbox-selector{font-size:0;width:42px;justify-content:center}.inbox-selector:before{content:"☰";font-size:20px}.inbox-selector span{display:none}.inbox-menu{position:fixed;left:82px;top:10px;width:min(370px,calc(100vw - 92px))}.conversation-list.show-new{position:absolute;left:0;top:0;bottom:0;width:290px;z-index:25;box-shadow:10px 0 30px rgba(13,27,46,.15)}.conversation-list.show-new .new-conversation-view{padding:18px 12px}.conversation-list.show-new .conversation-tabs{display:flex}.modal-backdrop{padding:10px}.contact-modal>header,.contact-form-body,.contact-modal footer{padding-left:17px;padding-right:17px}}

/* Cadastro de clientes */
.customer-page{padding:28px 34px 48px;background:#f5f7fb;min-height:calc(100vh - 72px);position:relative}.customer-page-head{max-width:1160px;margin:0 auto 22px;display:flex;align-items:center;justify-content:space-between}.customer-page-head p{margin:0 0 8px;color:#0a66ff;font-size:11px;font-weight:600}.customer-page-head h1{margin:0 0 7px;color:#0d1b2e;font-size:25px;letter-spacing:-.02em}.customer-page-head span{color:#6e7b8e;font-size:12px}.customer-back{height:40px;padding:0 15px;border:1px solid #dce3ec;border-radius:8px;background:#fff;color:#3c4c62;font-size:11px;font-weight:600;cursor:pointer}.customer-back:hover{border-color:#0a66ff;color:#0a66ff}.customer-form{max-width:1160px;margin:auto}.customer-card{margin-bottom:15px;padding:22px 24px;background:#fff;border:1px solid #e1e6ed;border-radius:12px;box-shadow:0 2px 5px rgba(13,27,46,.025)}.customer-section-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.customer-section-title>span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;flex:none;background:#e7f0ff;color:#0a66ff;font-size:12px;font-weight:700}.customer-section-title h2{margin:0 0 4px;color:#17243b;font-size:15px}.customer-section-title p{margin:0;color:#788699;font-size:10px}.person-type-switch{display:grid;grid-template-columns:repeat(2,minmax(220px,310px));gap:12px;margin-left:43px}.person-type-switch label{min-height:70px;padding:12px 14px;border:1px solid #dfe5ed;border-radius:10px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:.18s;position:relative}.person-type-switch label:hover{border-color:#a9c8f9}.person-type-switch label.active{border-color:#0a66ff;background:#f2f7ff;box-shadow:0 0 0 3px rgba(10,102,255,.07)}.person-type-switch input{position:absolute;opacity:0}.person-type-icon{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:#eef2f7;color:#526984;font-size:18px}.person-type-switch label.active .person-type-icon{background:#dfebff;color:#0a66ff}.person-type-switch strong,.person-type-switch small{display:block}.person-type-switch strong{font-size:12px;color:#17243b;margin-bottom:5px}.person-type-switch small{font-size:9px;color:#758398}.person-type-switch i{display:none;margin-left:auto;width:19px;height:19px;border-radius:50%;place-items:center;background:#0a66ff;color:#fff;font-size:10px;font-style:normal}.person-type-switch label.active i{display:grid}.customer-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:17px 20px;margin-left:43px}.customer-fields.three-columns{grid-template-columns:repeat(3,1fr)}.customer-fields label{color:#394960;font-size:10px;font-weight:600}.customer-fields label b{color:#e5484d}.customer-fields input,.customer-fields select{width:100%;height:43px;margin-top:7px;padding:0 12px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#18263a;font:11px Inter,sans-serif;outline:0}.customer-fields input:focus,.customer-fields select:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.customer-fields input::placeholder{color:#a0aaba}.address-fields{grid-template-columns:160px 2fr 120px 1fr}.street-field{grid-column:auto}.customer-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:5px}.customer-form-actions button{height:44px;padding:0 20px;border-radius:9px;font-size:11px;font-weight:600;cursor:pointer}.customer-cancel{border:1px solid #d9e0e8;background:#fff;color:#4d5c71}.customer-save{border:0;background:#0a66ff;color:#fff;box-shadow:0 8px 18px rgba(10,102,255,.18)}.customer-save:hover{background:#075cdc}.customer-toast{position:fixed;right:24px;bottom:24px;z-index:80;padding:14px 18px;border-radius:9px;background:#11875d;color:#fff;font-size:11px;font-weight:600;box-shadow:0 12px 30px rgba(13,27,46,.2);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.customer-toast.show{opacity:1;transform:none}
@media(max-width:1050px){.customer-fields.three-columns{grid-template-columns:1fr 1fr}.address-fields{grid-template-columns:1fr 2fr}.customer-page{padding:24px 20px 40px}}
@media(max-width:650px){.customer-page{padding:18px 12px 35px}.customer-page-head{align-items:flex-start}.customer-page-head h1{font-size:21px}.customer-page-head span{display:block;max-width:220px;line-height:1.5}.customer-card{padding:18px 14px}.person-type-switch,.customer-fields{margin-left:0}.person-type-switch,.customer-fields,.customer-fields.three-columns,.address-fields{grid-template-columns:1fr}.customer-form-actions{position:sticky;bottom:0;padding:12px;background:#f5f7fb}.customer-form-actions button{flex:1}.customer-back{padding:0 10px}}

.lookup-field{display:flex;gap:7px;margin-top:7px}.customer-fields .lookup-field input{margin-top:0;min-width:0;flex:1}.lookup-field button{height:43px;padding:0 14px;border:0;border-radius:8px;background:#0a66ff;color:#fff;font-size:10px;font-weight:600;cursor:pointer}.lookup-field button:hover{background:#075cdc}.lookup-field button:disabled{opacity:.65;cursor:wait}.lookup-status{display:block;min-height:13px;margin-top:5px;color:#6d7c91;font-size:9px;font-weight:400}.lookup-status.success{color:#11875d}.lookup-status.error{color:#d94348}.company-contacts{margin-left:43px}.company-contacts-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.company-contacts-head strong,.company-contacts-head small{display:block}.company-contacts-head strong{color:#394960;font-size:10px;margin-bottom:4px}.company-contacts-head small{color:#7c899a;font-size:9px}.company-contacts-head button{height:34px;border:0;border-radius:8px;padding:0 12px;background:#e8f1ff;color:#0a66ff;font-size:9px;font-weight:600;cursor:pointer}.company-contact-list{display:grid;gap:10px}.company-contact-row{display:grid;grid-template-columns:1fr 1fr 1fr 40px;gap:12px;align-items:end;padding:13px;border:1px solid #e2e7ee;border-radius:10px;background:#fbfcfe}.company-contact-row label{color:#394960;font-size:10px;font-weight:600}.company-contact-row label>b{color:#e5484d}.company-contact-row label>small{color:#8995a5;font-weight:400}.company-contact-row input{width:100%;height:43px;margin-top:7px;padding:0 12px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#18263a;font:11px Inter,sans-serif;outline:0}.company-contact-row input:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.remove-contact{height:43px;border:1px solid #e0e5ec;border-radius:8px;background:#fff;color:#d94348;font-size:20px;cursor:pointer}.remove-contact:disabled{color:#bdc5d0;cursor:not-allowed}@media(max-width:850px){.company-contact-row{grid-template-columns:1fr 1fr 40px}.company-contact-row label:nth-child(3){grid-column:1/3}}@media(max-width:650px){.company-contacts{margin-left:0}.company-contacts-head{align-items:flex-start;gap:10px}.company-contact-row{grid-template-columns:1fr 40px}.company-contact-row label,.company-contact-row label:nth-child(3){grid-column:1}.company-contact-row .remove-contact{grid-column:2;grid-row:1/4;align-self:center}}

/* Submenu e lista de clientes */
.customer-nav-group{margin-left:30px}.customer-nav-group>.nav-subitem{margin-left:0}.customer-nav-arrow{width:15px!important;height:15px!important;margin-left:auto;transition:transform .2s}.customer-nav-group.open .customer-nav-arrow{transform:rotate(180deg)}.customer-nav-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .22s ease,opacity .18s}.customer-nav-group.open .customer-nav-submenu{max-height:90px;opacity:1}.customer-nav-item{min-height:38px;margin:3px 0 0 22px;padding:7px 10px;border-radius:7px;display:flex;align-items:center;gap:9px;color:#aebdd0;text-decoration:none;font-size:11px}.customer-nav-item:hover,.customer-nav-item.active{background:rgba(255,255,255,.08);color:#fff}.customer-nav-item>span{width:20px;text-align:center;color:#7e9dc5;font-size:14px}.nav-group.open .nav-submenu{max-height:220px}.client-list-card{padding:0;overflow:hidden}.client-list-toolbar{padding:18px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e3e8ef}.client-list-toolbar label{width:min(440px,100%);height:42px;position:relative}.client-list-toolbar svg{position:absolute;left:13px;top:12px;width:17px;height:17px;fill:none;stroke:#718096;stroke-width:2}.client-list-toolbar input,.client-list-toolbar select,.client-list-toolbar+select{height:42px;border:1px solid #dce3eb;border-radius:8px;background:#fff;outline:0;font:10px Inter,sans-serif}.client-list-toolbar input{width:100%;padding:0 12px 0 39px}.client-list-toolbar>select{height:42px;min-width:150px;padding:0 10px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#4b5b70;font:10px Inter,sans-serif}.client-table-wrap{overflow-x:auto}.client-table{width:100%;border-collapse:collapse;min-width:900px}.client-table th{height:42px;padding:0 14px;background:#f8fafc;color:#718096;text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.client-table td{height:70px;padding:10px 14px;border-top:1px solid #edf0f4;color:#34445a;font-size:10px}.client-table td>strong,.client-table td>small{display:block}.client-table td>small{color:#7b8899;margin-top:5px}.client-name{display:flex;align-items:center;gap:10px}.client-name>span{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:#e6efff;color:#0a66ff;font-size:10px;font-weight:700}.client-name strong,.client-name small{display:block}.client-name strong{font-size:11px;margin-bottom:4px;color:#17243b}.client-name small{font-size:9px;color:#7b8899}.client-type{padding:5px 8px;border-radius:12px;font-size:9px}.client-type.pj{background:#e8f1ff;color:#0a66ff}.client-type.pf{background:#eee7ff;color:#6b3ed6}.client-status{padding:5px 9px;border-radius:12px;background:#e1f7ed;color:#11875d;font-size:9px}.client-more{border:0;background:none;color:#607188;font-size:19px;cursor:pointer}.client-list-empty{text-align:center;padding:35px;color:#758398;font-size:11px}.customer-page-head>.customer-save{height:40px;padding:0 15px;border-radius:8px}@media(max-width:650px){.client-list-toolbar{align-items:stretch;flex-direction:column}.client-list-toolbar label,.client-list-toolbar>select{width:100%}}

.success-modal-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:rgba(7,18,34,.5);backdrop-filter:blur(2px)}.success-modal{width:min(390px,100%);padding:30px 28px 25px;border-radius:15px;background:#fff;text-align:center;box-shadow:0 25px 70px rgba(0,0,0,.24);animation:modal-in .22s ease}.success-modal>span{width:58px;height:58px;margin:0 auto 17px;border-radius:50%;display:grid;place-items:center;background:#dff7ec;color:#11875d;font-size:27px;font-weight:700}.success-modal h2{margin:0 0 9px;color:#102039;font-size:20px}.success-modal p{margin:0 auto 22px;max-width:290px;color:#718096;font-size:11px;line-height:1.55}.success-modal button{height:42px;padding:0 18px;border:0;border-radius:9px;background:#0a66ff;color:#fff;font-size:11px;font-weight:600;cursor:pointer}.success-modal button:hover{background:#075cdc}

/* Submenus de configurações */
.sidebar>nav{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.settings-nav-group.open>.settings-submenu{max-height:620px;opacity:1}.settings-section{margin-left:30px}.settings-section>.nav-subitem{margin-left:0}.settings-section-toggle .customer-nav-arrow{margin-left:auto}.settings-section.open .customer-nav-arrow{transform:rotate(180deg)}.settings-nested-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .22s ease,opacity .18s}.settings-section.open .settings-nested-submenu{max-height:190px;opacity:1}.settings-nav-item{min-height:37px;margin:3px 0 0 22px;padding:7px 9px;border-radius:7px;display:flex;align-items:center;gap:9px;color:#aebdd0;text-decoration:none;font-size:11px}.settings-nav-item:hover,.settings-nav-item.active{background:rgba(255,255,255,.08);color:#fff}.settings-nav-item img,.channel-symbol{width:20px;height:20px;display:grid;place-items:center;object-fit:contain;flex:none}.settings-nav-item img{opacity:.9}.channel-symbol{color:#9bb7da;font-size:10px;font-weight:700}.settings-section-toggle>span:nth-child(2){white-space:nowrap}.settings-submenu>.nav-subitem{margin-left:30px}

/* Configuração da WhatsApp Business Cloud API */
.whatsapp-settings-page{min-height:calc(100vh - 78px);background:#f5f7fb}.whatsapp-page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.whatsapp-page-head>div{display:flex;align-items:center;gap:13px}.whatsapp-back{width:36px;height:36px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#486078;font-size:27px;line-height:1;cursor:pointer}.whatsapp-page-icon{width:46px;height:46px;border-radius:12px;background:#20b561;display:grid;place-items:center;box-shadow:0 8px 18px rgba(32,181,97,.2)}.whatsapp-page-icon img{width:27px;height:27px}.whatsapp-page-head h1{margin:0;color:#102039;font-size:22px}.whatsapp-page-head p{margin:5px 0 0;color:#718096;font-size:11px}.connection-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:20px;font-size:10px;font-weight:600}.connection-badge i{width:8px;height:8px;border-radius:50%}.connection-badge.disconnected{background:#f4f6f8;color:#657489;border:1px solid #dce3eb}.connection-badge.disconnected i{background:#9aa7b8}.connection-badge.connected{background:#dff7ec;color:#11875d;border:1px solid #bdebd6}.connection-badge.connected i{background:#18b39c;box-shadow:0 0 0 4px rgba(24,179,156,.12)}.whatsapp-settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.whatsapp-settings-card,.whatsapp-setup-guide{border:1px solid #dfe5ed;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(26,45,70,.04)}.whatsapp-settings-card{padding:0 24px 22px}.settings-card-head{min-height:79px;margin-bottom:21px;border-bottom:1px solid #e6ebf1;display:flex;align-items:center;justify-content:space-between;gap:15px}.settings-card-head h2,.whatsapp-setup-guide h2{margin:0;color:#16263c;font-size:15px}.settings-card-head p{margin:6px 0 0;color:#7a8798;font-size:10px}.settings-card-head a{white-space:nowrap;color:#0a66ff;text-decoration:none;font-size:10px;font-weight:600}.whatsapp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 18px}.whatsapp-form-grid label,.webhook-config label{display:block;color:#3b4b61;font-size:10px;font-weight:600}.whatsapp-form-grid input,.webhook-config input{display:block;width:100%;height:43px;margin-top:7px;padding:0 12px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#18263a;outline:0;font:11px Inter,sans-serif;transition:border-color .18s,box-shadow .18s}.whatsapp-form-grid input:focus,.webhook-config input:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.whatsapp-form-grid input[readonly],.webhook-config input[readonly]{background:#f7f9fc;color:#64748b}.full-field{grid-column:1/-1}.full-field small{display:block;margin-top:6px;color:#8190a3;font-size:9px;font-weight:400}.full-field code{color:#53657d}.secret-field,.copy-field{display:flex;position:relative}.secret-field input,.copy-field input{padding-right:76px}.secret-toggle,.copy-field button{position:absolute;right:5px;top:12px;height:33px;padding:0 10px;border:0;border-radius:6px;background:#edf3ff;color:#0a66ff;font-size:9px;font-weight:600;cursor:pointer}.webhook-config{margin-top:22px;padding:18px;border:1px solid #dfe6ee;border-radius:10px;background:#fafcff;display:grid;grid-template-columns:1fr 1fr;gap:16px}.webhook-title{grid-column:1/-1;display:flex;justify-content:space-between;align-items:start}.webhook-title h3{margin:0;color:#17283e;font-size:13px}.webhook-title p{margin:5px 0 0;color:#7a889a;font-size:9px}.webhook-title>span{padding:5px 8px;border-radius:12px;background:#e1f7ed;color:#11875d;font-size:8px;font-weight:600}.webhook-events{grid-column:1/-1;display:flex;align-items:center;gap:8px;color:#56667b;font-size:9px}.webhook-events span{padding:5px 8px;border-radius:12px;background:#e9f0ff;color:#0a66ff;font-size:8px}.whatsapp-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.whatsapp-form-actions button{height:42px;padding:0 17px;border-radius:8px;font-size:10px;font-weight:600;cursor:pointer}.secondary-action{border:1px solid #cfd8e4;background:#fff;color:#43556d}.primary-action{border:1px solid #0a66ff;background:#0a66ff;color:#fff}.whatsapp-form-actions button:disabled{opacity:.6;cursor:wait}.whatsapp-form-message{margin-top:16px;padding:11px 13px;border-radius:8px;font-size:10px;line-height:1.45}.whatsapp-form-message.success{background:#dff7ec;color:#117a55}.whatsapp-form-message.error{background:#fde8e8;color:#c53239}.whatsapp-form-message.info{background:#e9f0ff;color:#1758bd}.whatsapp-setup-guide{padding:22px}.whatsapp-setup-guide>h2{padding-bottom:17px;border-bottom:1px solid #e6ebf1}.whatsapp-setup-guide ol{list-style:none;margin:18px 0;padding:0}.whatsapp-setup-guide li{display:flex;gap:11px;position:relative;padding-bottom:18px}.whatsapp-setup-guide li>span{width:25px;height:25px;display:grid;place-items:center;flex:none;border-radius:50%;background:#e9f0ff;color:#0a66ff;font-size:9px;font-weight:700}.whatsapp-setup-guide li:not(:last-child):before{content:"";position:absolute;left:12px;top:27px;bottom:2px;width:1px;background:#dfe6ef}.whatsapp-setup-guide strong{display:block;color:#26384f;font-size:10px}.whatsapp-setup-guide li p{margin:5px 0 0;color:#7c899a;font-size:9px;line-height:1.5}.security-note{padding:13px;border-radius:9px;background:#eff9f5;color:#356456}.security-note strong{color:#147556}.security-note p{margin:6px 0 0;font-size:9px;line-height:1.55}.api-endpoint-note{margin-top:13px;padding:12px;border-radius:9px;background:#111f33;color:#cbd7e6}.api-endpoint-note span{display:block;margin-bottom:7px;color:#8fa0b5;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.api-endpoint-note code{font-size:8px;overflow-wrap:anywhere}
@media(max-width:1100px){.whatsapp-settings-layout{grid-template-columns:1fr}.whatsapp-setup-guide{display:grid;grid-template-columns:1fr 1fr;gap:15px}.whatsapp-setup-guide>h2{grid-column:1/-1}.whatsapp-setup-guide ol{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 20px;margin:0}.whatsapp-setup-guide li:not(:last-child):before{display:none}.api-endpoint-note{margin-top:0}}
@media(max-width:650px){.whatsapp-page-head{align-items:flex-start}.whatsapp-page-head p{max-width:220px;line-height:1.4}.connection-badge{padding:7px 9px}.whatsapp-settings-card{padding:0 14px 17px}.settings-card-head{align-items:flex-start;flex-direction:column;padding:17px 0}.whatsapp-form-grid,.webhook-config{grid-template-columns:1fr}.full-field,.webhook-title,.webhook-events{grid-column:1}.whatsapp-setup-guide{display:block}.whatsapp-setup-guide ol{display:block;margin:18px 0}.whatsapp-form-actions button{flex:1}.whatsapp-page-icon{display:none}}

.whatsapp-form-grid.single-field{grid-template-columns:minmax(280px,560px)}
.phone-connect-field{display:flex;align-items:center;margin-top:7px;border:1px solid #dce3eb;border-radius:8px;background:#fff;transition:border-color .18s,box-shadow .18s}
.phone-connect-field:focus-within{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}
.phone-connect-field>span{padding:0 13px;border-right:1px solid #dce3eb;color:#43556d;font-size:11px}
.whatsapp-form-grid .phone-connect-field input{margin:0;border:0;box-shadow:none}
.whatsapp-form-grid .phone-connect-field input:focus{border:0;box-shadow:none}
.sales-nav-group.open>.nav-submenu{max-height:260px}
.sales-nav-group .nav-subitem{white-space:nowrap}
.pdv-search-row>button img{display:block;width:22px;height:22px;margin:auto}

/* Frente de caixa */
.pdv-page{min-height:calc(100vh - 78px);background:#f5f7fb}.pdv-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.pdv-head p{margin:0 0 6px;color:#718096;font-size:10px}.pdv-head h1{margin:0;color:#102039;font-size:23px}.pdv-head>div>span{display:block;margin-top:6px;color:#718096;font-size:11px}.pdv-status{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #cdebdc;border-radius:9px;background:#edfaf4;color:#147556;font-size:10px}.pdv-status i{width:8px;height:8px;border-radius:50%;background:#20b561}.pdv-status strong{padding-left:8px;border-left:1px solid #cdebdc}.pdv-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:16px;align-items:start}.pdv-products,.pdv-cart{border:1px solid #dfe5ed;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(26,45,70,.04)}.pdv-products{padding:20px}.pdv-search-row{display:flex;gap:9px}.pdv-search-row label{height:46px;position:relative;flex:1}.pdv-search-row label svg{position:absolute;left:14px;top:13px;width:19px;height:19px;fill:none;stroke:#718096;stroke-width:2}.pdv-search-row input{width:100%;height:46px;padding:0 14px 0 43px;border:1px solid #dce3eb;border-radius:9px;outline:0;color:#17243b;font-size:11px}.pdv-search-row input:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.pdv-search-row>button{width:46px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#52647c;font-size:22px;cursor:pointer}.pdv-categories{display:flex;gap:8px;margin:16px 0;overflow-x:auto}.pdv-categories button{height:32px;padding:0 13px;border:1px solid #dce3eb;border-radius:16px;background:#fff;color:#617087;font-size:9px;white-space:nowrap;cursor:pointer}.pdv-categories button.active{border-color:#0a66ff;background:#eaf1ff;color:#0a66ff;font-weight:600}.pdv-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pdv-product{min-height:92px;padding:11px;border:1px solid #e0e6ee;border-radius:10px;background:#fff;display:grid;grid-template-columns:54px 1fr 24px;align-items:center;gap:11px;text-align:left;cursor:pointer;transition:border-color .17s,box-shadow .17s,transform .17s}.pdv-product:hover{border-color:#a9c7ff;box-shadow:0 6px 16px rgba(10,102,255,.09);transform:translateY(-1px)}.pdv-product-image{width:54px;height:54px;border-radius:9px;display:grid;place-items:center;font-size:23px}.pdv-product>span:nth-child(2){min-width:0}.pdv-product strong,.pdv-product small,.pdv-product b{display:block}.pdv-product strong{overflow:hidden;color:#17243b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pdv-product small{margin:5px 0;color:#8390a1;font-size:8px}.pdv-product b{color:#0a66ff;font-size:11px}.pdv-product>i{width:24px;height:24px;border-radius:50%;background:#eaf1ff;color:#0a66ff;display:grid;place-items:center;font-size:14px;font-style:normal}.pdv-no-products{padding:45px 0;text-align:center;color:#7b899c;font-size:11px}.pdv-cart{position:sticky;top:18px;min-height:630px;display:flex;flex-direction:column;overflow:hidden}.pdv-cart-head{height:68px;padding:0 18px;border-bottom:1px solid #e6ebf1;display:flex;align-items:center;justify-content:space-between}.pdv-cart-head h2{margin:0 0 5px;font-size:15px}.pdv-cart-head span{color:#7b899b;font-size:9px}.pdv-cart-head button{border:0;background:none;color:#e04444;font-size:9px;cursor:pointer}.pdv-customer{padding:13px 18px;border-bottom:1px solid #e6ebf1}.pdv-customer>span{display:block;margin-bottom:6px;color:#536379;font-size:9px;font-weight:600}.pdv-customer select{width:100%;height:38px;padding:0 10px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#26364b;font-size:10px}.pdv-cart-items{min-height:250px;max-height:330px;flex:1;padding:10px 17px;overflow-y:auto}.pdv-empty-cart{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.pdv-empty-cart>span{width:55px;height:55px;border-radius:50%;background:#edf3ff;color:#0a66ff;display:grid;place-items:center}.pdv-empty-cart svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7}.pdv-empty-cart strong{margin-top:13px;font-size:11px}.pdv-empty-cart p{margin:6px 0;color:#8491a2;font-size:9px}.pdv-cart-item{min-height:67px;border-bottom:1px solid #edf0f4;display:grid;grid-template-columns:1fr auto auto 20px;align-items:center;gap:8px}.pdv-cart-item>div:first-child{min-width:0}.pdv-cart-item strong,.pdv-cart-item small{display:block}.pdv-cart-item strong{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.pdv-cart-item small{margin-top:5px;color:#8190a2;font-size:8px}.pdv-cart-item>b{font-size:9px;white-space:nowrap}.pdv-quantity{display:flex;align-items:center;border:1px solid #dce3eb;border-radius:6px;overflow:hidden}.pdv-quantity button{width:23px;height:25px;border:0;background:#f7f9fc;color:#52647c;cursor:pointer}.pdv-quantity span{min-width:20px;text-align:center;font-size:9px}.pdv-remove{border:0;background:none;color:#d84c4c;font-size:16px;cursor:pointer}.pdv-summary{padding:14px 18px 18px;border-top:1px solid #e6ebf1;background:#fbfcfe}.pdv-summary>label{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#536379;font-size:9px}.pdv-summary>label div{width:84px;height:32px;border:1px solid #dce3eb;border-radius:7px;display:flex;align-items:center;background:#fff}.pdv-summary input{width:57px;border:0;outline:0;padding:0 7px;background:transparent;font-size:9px}.pdv-summary label b{font-size:9px}.pdv-summary>p{display:flex;justify-content:space-between;margin:9px 0;color:#68778b;font-size:9px}.pdv-summary>p strong{color:#34445a}.pdv-summary>div{display:flex;align-items:end;justify-content:space-between;margin-top:13px;padding-top:13px;border-top:1px dashed #cfd8e4}.pdv-summary>div span{font-size:11px;font-weight:600}.pdv-summary>div strong{color:#0a66ff;font-size:22px}.pdv-checkout{width:100%;height:48px;margin-top:15px;padding:0 14px;border:0;border-radius:9px;background:#0a66ff;color:#fff;display:flex;align-items:center;justify-content:center;gap:15px;font-size:11px;font-weight:600;cursor:pointer}.pdv-checkout strong{position:absolute;margin-left:285px;padding:4px 6px;border-radius:4px;background:rgba(255,255,255,.16);font-size:8px}.pdv-checkout:disabled{background:#aebbcf;cursor:not-allowed}
@media(max-width:1150px){.pdv-layout{grid-template-columns:1fr 350px}.pdv-product-grid{grid-template-columns:1fr}}
@media(max-width:850px){.pdv-layout{grid-template-columns:1fr}.pdv-cart{position:static;min-height:580px}.pdv-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.pdv-head{align-items:flex-start}.pdv-status strong{display:none}.pdv-product-grid{grid-template-columns:1fr}.pdv-products{padding:13px}.pdv-page{padding:17px 12px}.pdv-checkout strong{display:none}}

/* Pedido de venda */
.sales-order-page{min-height:calc(100vh - 78px);background:#f5f7fb}.sales-order-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sales-order-head p{margin:0 0 6px;color:#718096;font-size:10px}.sales-order-head h1{margin:0;color:#102039;font-size:23px}.sales-order-head>div>span{display:block;margin-top:6px;color:#718096;font-size:11px}.sales-order-head-actions{display:flex;gap:9px}.sales-order-head-actions button{height:40px;padding:0 15px;border-radius:8px;font-size:10px;font-weight:600;cursor:pointer}.order-secondary{border:1px solid #d5dde8;background:#fff;color:#4d5f76}.order-primary{border:1px solid #0a66ff;background:#0a66ff;color:#fff}.sales-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:start}.sales-order-main{display:flex;flex-direction:column;gap:14px}.order-card,.order-summary-card{border:1px solid #dfe5ed;border-radius:11px;background:#fff;box-shadow:0 4px 14px rgba(26,45,70,.04)}.order-card{padding:19px}.order-card-title{display:flex;align-items:center;gap:11px;padding-bottom:16px;border-bottom:1px solid #e7ebf1}.order-card-title>span{width:29px;height:29px;border-radius:8px;background:#eaf1ff;color:#0a66ff;display:grid;place-items:center;flex:none;font-size:10px;font-weight:700}.order-card-title>div{flex:1}.order-card-title h2{margin:0;font-size:13px}.order-card-title p{margin:5px 0 0;color:#7b899b;font-size:9px}.order-card-title>b{padding:5px 9px;border-radius:12px;background:#fff2d9;color:#d68a00;font-size:8px}.add-order-product{height:34px;padding:0 11px;border:1px solid #0a66ff;border-radius:7px;background:#fff;color:#0a66ff;font-size:9px;font-weight:600;cursor:pointer}.order-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:17px}.order-fields label,.order-summary-card>label{color:#46576e;font-size:9px;font-weight:600}.order-fields label i{color:#e23e43;font-style:normal}.order-fields input,.order-fields select,.order-fields textarea,.order-summary-card select{display:block;width:100%;height:41px;margin-top:7px;padding:0 11px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#23344b;outline:0;font:10px Inter,sans-serif}.order-fields input:focus,.order-fields select:focus,.order-fields textarea:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.07)}.order-customer-field>div{display:flex;margin-top:7px}.order-customer-field>div select{margin:0;border-radius:8px 0 0 8px}.order-customer-field>div button{width:42px;border:1px solid #0a66ff;border-left:0;border-radius:0 8px 8px 0;background:#edf3ff;color:#0a66ff;font-size:16px}.order-product-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:13px 0;padding:10px;border:1px solid #dbe5f4;border-radius:8px;background:#f8faff}.order-product-picker button{min-height:36px;padding:7px 10px;border:1px solid #dce3eb;border-radius:7px;background:#fff;color:#33445a;display:flex;justify-content:space-between;text-align:left;font-size:9px;cursor:pointer}.order-product-picker b{color:#0a66ff;font-size:9px}.order-items-table{margin-top:15px;border:1px solid #e2e7ed;border-radius:9px;overflow:hidden}.order-items-head,.order-item-row{display:grid;grid-template-columns:minmax(170px,1.6fr) 90px 110px 90px 105px 26px;align-items:center;gap:9px}.order-items-head{min-height:36px;padding:0 11px;background:#f7f9fc;color:#718096;font-size:8px;font-weight:600;text-transform:uppercase}.order-items-empty{height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center}.order-items-empty>span{width:43px;height:43px;border-radius:50%;background:#edf3ff;color:#0a66ff;display:grid;place-items:center}.order-items-empty svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}.order-items-empty strong{margin-top:10px;font-size:10px}.order-items-empty p{margin:5px 0;color:#8491a2;font-size:8px}.order-item-row{min-height:60px;padding:8px 11px;border-top:1px solid #edf0f4}.order-item-row>div:first-child{min-width:0}.order-item-row strong,.order-item-row small{display:block}.order-item-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.order-item-row small{margin-top:5px;color:#8390a1;font-size:8px}.order-item-row>input,.order-row-discount{height:32px;border:1px solid #dce3eb;border-radius:6px}.order-item-row>input{width:100%;padding:0 7px;font-size:9px}.order-row-discount{display:flex;align-items:center}.order-row-discount input{width:60px;border:0;outline:0;padding:0 7px;font-size:9px}.order-row-discount span{font-size:8px}.order-item-row>b{font-size:9px}.order-item-row>button{border:0;background:none;color:#db464c;font-size:16px;cursor:pointer}.order-notes-fields textarea{height:70px;padding-top:10px;resize:vertical}.order-full-field{grid-column:1/-1}.order-summary-card{position:sticky;top:18px;padding:19px}.order-summary-card h2{margin:0 0 15px;padding-bottom:15px;border-bottom:1px solid #e7ebf1;font-size:14px}.order-number{display:flex;justify-content:space-between;margin-bottom:16px;padding:11px;border-radius:8px;background:#f5f8fc;color:#65758a;font-size:9px}.order-number strong{color:#0a66ff}.order-summary-card>label{display:block;margin-top:14px}.order-summary-card>label select{margin-top:7px}.order-discount-input{height:40px;margin-top:7px;border:1px solid #dce3eb;border-radius:8px;display:flex;align-items:center}.order-discount-input input{min-width:0;flex:1;border:0;outline:0;padding:0 10px;font-size:10px}.order-discount-input span{padding:0 11px;color:#69788b;font-size:9px}.order-summary-values{margin-top:18px;padding-top:12px;border-top:1px solid #e7ebf1}.order-summary-values p{display:flex;justify-content:space-between;margin:10px 0;color:#68778b;font-size:9px}.order-summary-values p strong{color:#34445a}.order-summary-values>div{display:flex;align-items:end;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px dashed #cfd8e4}.order-summary-values>div span{font-size:10px;font-weight:600}.order-summary-values>div strong{color:#0a66ff;font-size:19px}.order-finish{width:100%;height:45px;margin-top:17px;border:0;border-radius:8px;background:#0a66ff;color:#fff;font-size:10px;font-weight:600;cursor:pointer}.order-finish:disabled{background:#aebbcf;cursor:not-allowed}.order-summary-card>small{display:block;margin-top:9px;color:#8491a2;text-align:center;font-size:8px;line-height:1.5}.order-toast{position:fixed;right:25px;bottom:25px;padding:13px 17px;border-radius:9px;background:#11875d;color:#fff;box-shadow:0 10px 25px rgba(17,135,93,.24);font-size:10px;z-index:50}
@media(max-width:1150px){.sales-order-layout{grid-template-columns:1fr}.order-summary-card{position:static}.order-items-table{overflow-x:auto}.order-items-head,#salesOrderItems{min-width:690px}}
@media(max-width:650px){.sales-order-head{align-items:flex-start;gap:12px}.sales-order-head-actions .order-secondary{display:none}.sales-order-head-actions button{padding:0 10px}.order-card{padding:14px}.order-fields{grid-template-columns:1fr}.order-full-field{grid-column:1}.order-product-picker{grid-template-columns:1fr}.order-card-title{align-items:flex-start}.add-order-product{white-space:nowrap}.sales-order-page{padding:17px 12px}}
.quote-page .order-items-empty img{width:22px;height:22px;object-fit:contain;filter:invert(32%) sepia(93%) saturate(2101%) hue-rotate(207deg) brightness(101%)}
.quote-convert{width:100%;height:41px;margin-top:9px;border:1px solid #0a66ff;border-radius:8px;background:#fff;color:#0a66ff;font-size:9px;font-weight:600;cursor:pointer}.quote-convert:disabled{border-color:#cbd4e0;color:#9aa8ba;cursor:not-allowed}

/* Cadastro de produtos */
.product-registration-page{min-height:calc(100vh - 78px);background:#f5f7fb}.product-registration-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.product-registration-head p{margin:0 0 6px;color:#718096;font-size:10px}.product-registration-head h1{margin:0;color:#102039;font-size:23px}.product-registration-head>div:first-child>span{display:block;margin-top:6px;color:#718096;font-size:11px}.product-registration-head>div:last-child{display:flex;gap:9px}.product-registration-head button,.product-side-save{height:40px;padding:0 15px;border-radius:8px;font-size:10px;font-weight:600;cursor:pointer}.product-cancel{border:1px solid #d5dde8;background:#fff;color:#4d5f76}.product-save{border:1px solid #0a66ff;background:#0a66ff;color:#fff}.product-registration-form{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:16px;align-items:start}.product-registration-main{display:flex;flex-direction:column;gap:14px}.product-card,.product-side-card{border:1px solid #dfe5ed;border-radius:11px;background:#fff;box-shadow:0 4px 14px rgba(26,45,70,.04)}.product-card{padding:19px}.product-card-title{display:flex;align-items:center;gap:11px;padding-bottom:16px;border-bottom:1px solid #e7ebf1}.product-card-title>span{width:29px;height:29px;border-radius:8px;background:#eaf1ff;color:#0a66ff;display:grid;place-items:center;flex:none;font-size:10px;font-weight:700}.product-card-title>div{flex:1}.product-card-title h2{margin:0;font-size:13px}.product-card-title p{margin:5px 0 0;color:#7b899b;font-size:9px}.product-main-content{display:grid;grid-template-columns:145px 1fr;gap:18px;margin-top:17px}.product-image-upload{height:155px;border:1px dashed #bfcbd9;border-radius:9px;background:#fafcff;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;text-align:center;overflow:hidden}.product-image-upload input{display:none}.product-image-upload>span{width:55px;height:55px;border-radius:10px;background:#eaf1ff;color:#0a66ff;display:grid;place-items:center;overflow:hidden}.product-image-upload svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7}.product-image-upload img{width:100%;height:100%;object-fit:cover}.product-image-upload strong{margin-top:10px;color:#0a66ff;font-size:9px}.product-image-upload small{margin-top:5px;color:#8592a3;font-size:7px}.product-fields{display:grid;gap:15px}.product-identification-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.product-fields label,.product-side-card>label{color:#46576e;font-size:9px;font-weight:600}.product-fields label i{color:#e23e43;font-style:normal}.product-fields input,.product-fields select,.product-fields textarea,.product-side-card select{display:block;width:100%;height:41px;margin-top:7px;padding:0 11px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#23344b;outline:0;font:10px Inter,sans-serif}.product-fields input:focus,.product-fields select:focus,.product-fields textarea:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.07)}.product-name-field,.product-description-field{grid-column:1/-1}.product-description-field textarea{height:66px;padding-top:10px;resize:vertical}.product-code-fields{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:17px}.product-barcode-field{display:flex;margin-top:7px}.product-barcode-field input{margin:0;border-radius:8px 0 0 8px}.product-barcode-field button{width:42px;border:1px solid #dce3eb;border-left:0;border-radius:0 8px 8px 0;background:#f8fafc;cursor:pointer}.product-barcode-field img{width:19px;height:19px}.product-stock-toggle{display:flex;align-items:center;gap:7px;color:#536379;font-size:9px;cursor:pointer}.product-stock-toggle input,.product-side-options input{display:none}.product-stock-toggle>span,.product-side-options label>span{width:30px;height:17px;border-radius:10px;background:#c9d3df;position:relative;transition:.18s}.product-stock-toggle>span:after,.product-side-options label>span:after{content:"";position:absolute;width:13px;height:13px;left:2px;top:2px;border-radius:50%;background:#fff;transition:.18s}.product-stock-toggle input:checked+span,.product-side-options input:checked+span{background:#0a66ff}.product-stock-toggle input:checked+span:after,.product-side-options input:checked+span:after{transform:translateX(13px)}.product-stock-fields{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:17px;transition:opacity .2s}.product-stock-fields.disabled{opacity:.45}.product-price-fields{grid-template-columns:1fr 1fr 1.1fr;margin-top:17px;align-items:end}.money-field{height:41px;margin-top:7px;border:1px solid #dce3eb;border-radius:8px;display:flex;align-items:center}.money-field>span{padding-left:11px;color:#78869a;font-size:9px}.product-fields .money-field input{margin:0;border:0;box-shadow:none}.product-margin{height:65px;padding:10px 12px;border-radius:8px;background:#eff9f5}.product-margin span,.product-margin small{display:block;color:#537267;font-size:8px}.product-margin strong{display:block;margin:5px 0;color:#11875d;font-size:14px}.product-margin strong.negative{color:#d53c43}.product-side-card{position:sticky;top:18px;padding:19px}.product-side-card h2{margin:0 0 16px;padding-bottom:15px;border-bottom:1px solid #e7ebf1;font-size:14px}.product-side-card>label{display:block;margin-top:14px}.product-side-card>label select{margin-top:7px}.product-side-options{margin-top:17px;padding-top:5px;border-top:1px solid #edf0f4}.product-side-options label{display:flex;align-items:flex-start;gap:9px;margin-top:14px;cursor:pointer}.product-side-options label>span{flex:none;margin-top:2px}.product-side-options strong,.product-side-options small{display:block}.product-side-options strong{font-size:9px}.product-side-options small{margin-top:4px;color:#8491a2;font-size:8px;line-height:1.4}.product-side-summary{margin-top:18px;padding:11px;border-radius:8px;background:#f7f9fc}.product-side-summary p{display:flex;justify-content:space-between;margin:7px 0;color:#718096;font-size:8px}.product-side-summary strong{color:#34445a}.product-side-save{width:100%;margin-top:16px}.product-registration-toast{position:fixed;right:25px;bottom:25px}
@media(max-width:1050px){.product-registration-form{grid-template-columns:1fr}.product-side-card{position:static}.product-side-save{display:none}}
@media(max-width:650px){.product-registration-head{align-items:flex-start}.product-registration-head .product-cancel{display:none}.product-registration-head button{padding:0 10px}.product-card{padding:14px}.product-main-content{grid-template-columns:1fr}.product-image-upload{height:125px}.product-identification-fields,.product-code-fields,.product-stock-fields,.product-price-fields{grid-template-columns:1fr}.product-name-field,.product-description-field{grid-column:1}.product-registration-page{padding:17px 12px}.product-stock-toggle{font-size:0}}

/* Precificação */
.pricing-page{min-height:calc(100vh - 78px);background:#f5f7fb}.pricing-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pricing-head p{margin:0 0 6px;color:#718096;font-size:10px}.pricing-head h1{margin:0;color:#102039;font-size:23px}.pricing-head>div>span{display:block;margin-top:6px;color:#718096;font-size:11px}.pricing-history{height:39px;padding:0 13px;border:1px solid #d5dde8;border-radius:8px;background:#fff;color:#4d5f76;font-size:9px;cursor:pointer}.pricing-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.pricing-kpis article{min-height:88px;padding:14px 16px;border:1px solid #dfe5ed;border-radius:10px;background:#fff;display:flex;align-items:center;gap:13px}.pricing-kpi-icon{width:42px;height:42px;border-radius:9px;display:grid;place-items:center;flex:none;font-size:17px;font-weight:600}.pricing-kpis small,.pricing-kpis strong,.pricing-kpis p{display:block}.pricing-kpis small{color:#69788d;font-size:8px}.pricing-kpis strong{margin-top:5px;font-size:18px}.pricing-kpis p{margin:5px 0 0;color:#8290a2;font-size:8px}.pricing-layout{display:grid;grid-template-columns:minmax(330px,.75fr) minmax(550px,1.25fr);gap:14px;align-items:start}.pricing-products-card,.pricing-calculator-card{border:1px solid #dfe5ed;border-radius:11px;background:#fff;box-shadow:0 4px 14px rgba(26,45,70,.04)}.pricing-products-card{overflow:hidden}.pricing-products-head{padding:17px;border-bottom:1px solid #e7ebf1}.pricing-products-head>div{display:flex;align-items:center;justify-content:space-between}.pricing-products-head h2{margin:0;font-size:14px}.pricing-products-head p{margin:5px 0 0;color:#7b899b;font-size:8px}.pricing-products-head label{height:38px;margin-top:13px;position:relative;display:block}.pricing-products-head svg{position:absolute;left:11px;top:10px;width:17px;height:17px;fill:none;stroke:#718096;stroke-width:2}.pricing-products-head input{width:100%;height:38px;padding:0 10px 0 36px;border:1px solid #dce3eb;border-radius:8px;outline:0;font-size:9px}.pricing-products-head input:focus{border-color:#0a66ff}.pricing-product-list{max-height:530px;overflow-y:auto}.pricing-product-list>button{width:100%;min-height:76px;padding:10px 13px;border:0;border-bottom:1px solid #edf0f4;background:#fff;display:grid;grid-template-columns:42px 1fr auto 14px;align-items:center;gap:10px;text-align:left;cursor:pointer}.pricing-product-list>button:hover,.pricing-product-list>button.active{background:#f3f7ff}.pricing-product-list>button.active{box-shadow:inset 3px 0 #0a66ff}.pricing-product-list>button>span{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;font-size:18px}.pricing-product-list strong,.pricing-product-list small,.pricing-product-list b{display:block}.pricing-product-list strong{font-size:9px}.pricing-product-list div small{margin-top:5px;color:#8390a1;font-size:7px}.pricing-product-list p{margin:0;text-align:right}.pricing-product-list p small{margin-bottom:5px;color:#8390a1;font-size:7px}.pricing-product-list b{font-size:9px}.pricing-product-list i{color:#91a0b2;font-size:17px;font-style:normal}.pricing-empty{padding:30px;text-align:center;color:#7b899b;font-size:9px}.pricing-calculator-card{padding:19px}.pricing-selected-product{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;padding:13px;border-radius:9px;background:#f5f8fc}.pricing-selected-product>span{width:48px;height:48px;border-radius:9px;display:grid;place-items:center;font-size:20px}.pricing-selected-product small{color:#7d8b9d;font-size:7px}.pricing-selected-product h2{margin:4px 0;font-size:12px}.pricing-selected-product p{margin:0;color:#718096;font-size:8px}.pricing-selected-product>div:last-child{text-align:right}.pricing-selected-product>div:last-child strong{display:block;margin-top:6px;color:#0a66ff;font-size:13px}.pricing-section-title{display:flex;align-items:center;gap:9px;margin-top:18px;padding-bottom:11px;border-bottom:1px solid #e7ebf1}.pricing-section-title>span{width:24px;height:24px;border-radius:7px;background:#eaf1ff;color:#0a66ff;display:grid;place-items:center;font-size:9px;font-weight:700}.pricing-section-title h3{margin:0;font-size:10px}.pricing-section-title p{margin:4px 0 0;color:#7b899b;font-size:8px}.pricing-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.pricing-fields label{color:#4b5c72;font-size:8px;font-weight:600}.pricing-money,.pricing-percent{height:38px;margin-top:6px;border:1px solid #dce3eb;border-radius:7px;display:flex;align-items:center;background:#fff}.pricing-money>span{padding-left:9px;color:#7a899b;font-size:8px}.pricing-money input,.pricing-percent input{min-width:0;width:100%;height:35px;border:0;outline:0;padding:0 7px;background:transparent;font-size:9px}.pricing-percent span{padding-right:9px;color:#7a899b;font-size:8px}.pricing-percent.highlighted{border-color:#a9c7ff;background:#f5f8ff}.pricing-total-cost{height:38px;margin-top:6px;padding:0 10px;border-radius:7px;background:#f1f5fa;display:flex;align-items:center;color:#26364b;font-size:10px;font-weight:700}.pricing-result{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px;padding:12px;border-radius:9px;background:#f6f8fb}.pricing-result>div{padding:10px;text-align:center;border-right:1px solid #dfe5ed}.pricing-result>div:last-child{border:0}.pricing-result span,.pricing-result strong,.pricing-result small{display:block}.pricing-result span{color:#69788b;font-size:8px}.pricing-result strong{margin:6px 0;font-size:15px}.pricing-result small{color:#8290a2;font-size:7px}.pricing-result .recommended{margin:-12px 0;padding:12px 10px;background:#eaf1ff;border:1px solid #cfe0ff;border-radius:8px}.pricing-result .recommended strong{color:#0a66ff;font-size:19px}.pricing-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:17px}.pricing-actions button{height:40px;padding:0 14px;border-radius:8px;font-size:9px;font-weight:600;cursor:pointer}
@media(max-width:1150px){.pricing-layout{grid-template-columns:1fr}.pricing-product-list{max-height:350px}.pricing-products-card{order:2}.pricing-calculator-card{order:1}}
@media(max-width:700px){.pricing-page{padding:17px 12px}.pricing-head{align-items:flex-start}.pricing-history{font-size:0;padding:0;width:40px}.pricing-history:first-letter{font-size:16px}.pricing-kpis{grid-template-columns:1fr}.pricing-kpis article{min-height:75px}.pricing-fields{grid-template-columns:repeat(2,1fr)}.pricing-result{grid-template-columns:1fr}.pricing-result>div{border-right:0;border-bottom:1px solid #dfe5ed}.pricing-selected-product{grid-template-columns:42px 1fr}.pricing-selected-product>div:last-child{grid-column:1/-1;text-align:left}.pricing-product-list>button{grid-template-columns:40px 1fr auto}.pricing-product-list>button>i{display:none}}

/* Página de opções do módulo */
.module-menu-page{min-height:calc(100vh - 78px);background:#f5f7fb}.module-menu-head{margin-bottom:18px}.module-menu-heading{display:flex;align-items:center;gap:13px}.module-menu-heading>span{width:48px;height:48px;border-radius:11px;background:#eaf1ff;color:#0a66ff;display:grid;place-items:center}.module-menu-heading>span svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.module-menu-heading p{margin:0 0 5px;color:#718096;font-size:9px}.module-menu-heading h1{margin:0;color:#102039;font-size:22px}.module-menu-heading small{display:block;margin-top:5px;color:#718096;font-size:10px}.module-menu-card{min-height:400px;padding:24px;border:1px solid #dfe5ed;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(26,45,70,.04)}.module-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:13px}.module-menu-grid button{min-height:112px;padding:16px 13px;border:1px solid #dce3eb;border-radius:10px;background:#fff;color:#26384f;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.module-menu-grid button:hover{border-color:#8db6ff;box-shadow:0 8px 20px rgba(10,102,255,.1);transform:translateY(-2px)}.module-menu-grid button>span{width:38px;height:38px;margin-bottom:10px;border-radius:9px;background:#eaf1ff;color:#0a66ff;display:grid;place-items:center;font-size:17px}.module-menu-grid button>span svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.module-menu-grid button>span img{width:21px;height:21px;object-fit:contain;filter:brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(3527%) hue-rotate(211deg) brightness(101%)}.module-menu-grid strong{font-size:11px;line-height:1.35}.module-menu-grid small{margin-top:6px;color:#8491a2;font-size:8px}@media(max-width:1100px){.module-menu-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media(max-width:700px){.module-menu-page{padding:17px 12px}.module-menu-card{padding:14px}.module-menu-grid{grid-template-columns:repeat(2,minmax(120px,1fr));gap:9px}.module-menu-grid button{min-height:102px;padding:12px 8px}}@media(max-width:420px){.module-menu-grid{grid-template-columns:1fr 1fr}.module-menu-grid button{min-width:0}}

/* Menu lateral recolhível */
@media(min-width:901px){.sidebar.collapsed{width:78px}.sidebar.collapsed .brand{padding:0 18px;justify-content:center}.sidebar.collapsed .brand-logo{display:none}.sidebar.collapsed .brand:after{content:"";width:39px;height:39px;background:url("logo_linka_brasao_branco.svg") center/contain no-repeat}.sidebar.collapsed>nav{padding-left:10px;padding-right:10px;overflow-x:hidden}.sidebar.collapsed .nav-item{padding:0;justify-content:center;gap:0}.sidebar.collapsed .nav-item>span,.sidebar.collapsed .nav-item>.nav-arrow{display:none}.sidebar.collapsed .nav-item svg{flex:none}.sidebar.collapsed .nav-submenu{display:none}.sidebar.collapsed .collapse-btn{width:58px;margin-left:10px;margin-right:10px;padding:0 0 3px;justify-content:center}.sidebar.collapsed .collapse-btn em{display:none}.sidebar.collapsed .collapse-btn span{width:25px;height:25px}.sidebar.collapsed .nav-item.active{box-shadow:0 5px 15px rgba(25,98,244,.27)}}

/* Submenus laterais em formato de botões */
.nav-group{position:relative}.nav-group>.nav-submenu{padding-top:4px}.nav-submenu>.nav-subitem,.nav-submenu>div>.nav-subitem{margin-top:5px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035);box-shadow:inset 0 1px rgba(255,255,255,.025);cursor:pointer}.nav-submenu>.nav-subitem:hover,.nav-submenu>div>.nav-subitem:hover{border-color:rgba(113,160,222,.28);background:rgba(255,255,255,.09)}.nav-submenu>.nav-subitem.active,.nav-submenu>div>.nav-subitem.active{border-color:rgba(79,142,255,.45);background:linear-gradient(120deg,rgba(47,116,245,.34),rgba(38,96,233,.2));color:#fff}.nav-submenu>.nav-subitem.active .submenu-icon,.nav-submenu>div>.nav-subitem.active .submenu-icon{color:#fff}.customer-nav-item,.settings-nav-item,.purchases-nested-submenu a,.inventory-nested-submenu a,.financial-nested-submenu a,.reports-nested-submenu a,.clients-nested-submenu a,.suppliers-nested-submenu a{border:1px solid transparent;cursor:pointer}.customer-nav-item.active,.settings-nav-item.active,.purchases-nested-submenu a.active,.inventory-nested-submenu a.active,.financial-nested-submenu a.active,.reports-nested-submenu a.active,.clients-nested-submenu a.active,.suppliers-nested-submenu a.active{border-color:rgba(79,142,255,.3);background:rgba(47,116,245,.18);color:#fff}.nav-item.nav-parent{cursor:pointer}.nav-item.nav-parent.active{background:linear-gradient(120deg,#2f74f5,#2660e9);box-shadow:0 8px 22px rgba(25,98,244,.28)}

/* Menu de fornecedores */
.suppliers-nav-group.open>.suppliers-submenu{max-height:3500px;opacity:1}.suppliers-section>.nav-subitem{margin-left:19px;padding-left:8px;gap:8px;font-size:11px}.suppliers-section>.nav-subitem>span:nth-child(2){min-width:0;line-height:1.3}.suppliers-section-toggle .customer-nav-arrow{width:14px!important;height:14px!important;margin-left:auto;flex:none}.suppliers-section.open>.suppliers-section-toggle .customer-nav-arrow{transform:rotate(180deg)}.suppliers-nested-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s}.suppliers-section.open>.suppliers-nested-submenu{max-height:570px;opacity:1}.suppliers-nested-submenu a{min-height:32px;margin:2px 7px 0 48px;padding:7px 8px;border-radius:6px;display:flex;align-items:center;color:#aebdd0;text-decoration:none;font-size:9px;line-height:1.35;transition:background .18s,color .18s}.suppliers-nested-submenu a:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:50%;background:#6582a7;flex:none}.suppliers-nested-submenu a:hover,.suppliers-nested-submenu a.active{background:rgba(255,255,255,.08);color:#fff}.suppliers-nested-submenu a.active:before{background:#4b8cff;box-shadow:0 0 0 3px rgba(75,140,255,.15)}

/* Menu de clientes */
#clientsGroup.open>#clientsSubmenu{max-height:2700px;opacity:1}.clients-section>.nav-subitem{margin-left:19px;padding-left:8px;gap:8px;font-size:11px}.clients-section>.nav-subitem>span:nth-child(2){min-width:0;line-height:1.3}.clients-section-toggle .customer-nav-arrow{width:14px!important;height:14px!important;margin-left:auto;flex:none}.clients-section.open>.clients-section-toggle .customer-nav-arrow{transform:rotate(180deg)}.clients-nested-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s}.clients-section.open>.clients-nested-submenu{max-height:500px;opacity:1}.clients-nested-submenu a{min-height:32px;margin:2px 7px 0 48px;padding:7px 8px;border-radius:6px;display:flex;align-items:center;color:#aebdd0;text-decoration:none;font-size:9px;line-height:1.35;transition:background .18s,color .18s}.clients-nested-submenu a:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:50%;background:#6582a7;flex:none}.clients-nested-submenu a:hover,.clients-nested-submenu a.active{background:rgba(255,255,255,.08);color:#fff}.clients-nested-submenu a.active:before{background:#4b8cff;box-shadow:0 0 0 3px rgba(75,140,255,.15)}

/* Menu de relatórios */
.reports-nav-group.open>.reports-submenu{max-height:2600px;opacity:1}.reports-section>.nav-subitem{margin-left:19px;padding-left:8px;gap:8px;font-size:11px}.reports-section>.nav-subitem>span:nth-child(2){min-width:0;line-height:1.3}.reports-section-toggle .customer-nav-arrow{width:14px!important;height:14px!important;margin-left:auto;flex:none}.reports-section.open>.reports-section-toggle .customer-nav-arrow{transform:rotate(180deg)}.reports-nested-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s}.reports-section.open>.reports-nested-submenu{max-height:540px;opacity:1}.reports-nested-submenu a{min-height:32px;margin:2px 7px 0 48px;padding:7px 8px;border-radius:6px;display:flex;align-items:center;color:#aebdd0;text-decoration:none;font-size:9px;line-height:1.35;transition:background .18s,color .18s}.reports-nested-submenu a:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:50%;background:#6582a7;flex:none}.reports-nested-submenu a:hover,.reports-nested-submenu a.active{background:rgba(255,255,255,.08);color:#fff}.reports-nested-submenu a.active:before{background:#4b8cff;box-shadow:0 0 0 3px rgba(75,140,255,.15)}

/* Menu financeiro */
.financial-nav-group.open>.financial-submenu{max-height:2600px;opacity:1}.financial-section>.nav-subitem{margin-left:19px;padding-left:8px;gap:8px;font-size:11px}.financial-section>.nav-subitem>span:nth-child(2){min-width:0;line-height:1.3}.financial-section-toggle .customer-nav-arrow{width:14px!important;height:14px!important;margin-left:auto;flex:none}.financial-section.open>.financial-section-toggle .customer-nav-arrow{transform:rotate(180deg)}.financial-nested-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s}.financial-section.open>.financial-nested-submenu{max-height:480px;opacity:1}.financial-nested-submenu a{min-height:32px;margin:2px 7px 0 48px;padding:7px 8px;border-radius:6px;display:flex;align-items:center;color:#aebdd0;text-decoration:none;font-size:9px;line-height:1.35;transition:background .18s,color .18s}.financial-nested-submenu a:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:50%;background:#6582a7;flex:none}.financial-nested-submenu a:hover,.financial-nested-submenu a.active{background:rgba(255,255,255,.08);color:#fff}.financial-nested-submenu a.active:before{background:#4b8cff;box-shadow:0 0 0 3px rgba(75,140,255,.15)}

/* Menu de estoque */
.inventory-nav-group.open>.inventory-submenu{max-height:1400px;opacity:1}.inventory-section>.nav-subitem{margin-left:19px;padding-left:8px;gap:8px;font-size:11px}.inventory-section>.nav-subitem>span:nth-child(2){min-width:0;line-height:1.3}.inventory-section-toggle .customer-nav-arrow{width:14px!important;height:14px!important;margin-left:auto;flex:none}.inventory-section.open>.inventory-section-toggle .customer-nav-arrow{transform:rotate(180deg)}.inventory-nested-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s}.inventory-section.open>.inventory-nested-submenu{max-height:380px;opacity:1}.inventory-nested-submenu a{min-height:32px;margin:2px 7px 0 48px;padding:7px 8px;border-radius:6px;display:flex;align-items:center;color:#aebdd0;text-decoration:none;font-size:9px;line-height:1.35;transition:background .18s,color .18s}.inventory-nested-submenu a:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:50%;background:#6582a7;flex:none}.inventory-nested-submenu a:hover,.inventory-nested-submenu a.active{background:rgba(255,255,255,.08);color:#fff}.inventory-nested-submenu a.active:before{background:#4b8cff;box-shadow:0 0 0 3px rgba(75,140,255,.15)}

/* Menu de compras */
.purchases-nav-group.open>.purchases-submenu{max-height:1200px;opacity:1}.purchases-section>.nav-subitem{margin-left:19px;padding-left:8px;gap:8px;font-size:11px}.purchases-section>.nav-subitem>span:nth-child(2){min-width:0;line-height:1.3}.purchases-section-toggle .customer-nav-arrow{width:14px!important;height:14px!important;margin-left:auto;flex:none}.purchases-section.open>.purchases-section-toggle .customer-nav-arrow{transform:rotate(180deg)}.purchases-nested-submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s}.purchases-section.open>.purchases-nested-submenu{max-height:330px;opacity:1}.purchases-nested-submenu a{min-height:32px;margin:2px 7px 0 48px;padding:7px 8px;border-radius:6px;display:flex;align-items:center;color:#aebdd0;text-decoration:none;font-size:9px;line-height:1.35;transition:background .18s,color .18s}.purchases-nested-submenu a:before{content:"";width:4px;height:4px;margin-right:8px;border-radius:50%;background:#6582a7;flex:none}.purchases-nested-submenu a:hover,.purchases-nested-submenu a.active{background:rgba(255,255,255,.08);color:#fff}.purchases-nested-submenu a.active:before{background:#4b8cff;box-shadow:0 0 0 3px rgba(75,140,255,.15)}
/* Navegação exclusiva do Linka Personal */
.sidebar>nav.is-hidden{display:none}.personal-nav{padding-top:14px}.personal-nav .nav-item{margin-bottom:8px}.sidebar[data-mode="personal"] .collapse-btn{margin-top:auto}

/* Cadastro de receitas pessoais */
.income-page .customer-form{max-width:900px}.income-page .customer-page-head{max-width:900px}.income-fields{grid-template-columns:2fr 1fr}.income-description,.income-notes{grid-column:1/-1}.income-value-field{height:43px;margin-top:7px;border:1px solid #dce3eb;border-radius:8px;display:flex;align-items:center;background:#fff;overflow:hidden}.income-value-field:focus-within{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.income-value-field>span{height:100%;padding:0 12px;display:grid;place-items:center;background:#f5f8fc;border-right:1px solid #e1e6ed;color:#607188;font-size:10px}.income-value-field input{height:100%;margin:0;border:0;border-radius:0;box-shadow:none!important}.income-fields textarea{width:100%;min-height:92px;margin-top:7px;padding:12px;border:1px solid #dce3eb;border-radius:8px;resize:vertical;color:#18263a;font:11px Inter,sans-serif;outline:0}.income-fields textarea:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}@media(max-width:650px){.income-fields{grid-template-columns:1fr}.income-description,.income-notes{grid-column:1}}
.expense-page .expense-section-title>span{background:#fff0f0;color:#dc3f4a}.expense-page .income-value-field:focus-within,.expense-page .income-fields textarea:focus{border-color:#dc3f4a;box-shadow:0 0 0 3px rgba(220,63,74,.08)}.expense-save{background:#dc3f4a;box-shadow:0 8px 18px rgba(220,63,74,.18)}.expense-save:hover{background:#c8323d}
.expense-attachments{margin:22px 0 0 43px;padding-top:20px;border-top:1px solid #e8ecf1;display:grid;gap:12px}.expense-attachment{min-height:72px;padding:12px 14px;border:1px solid #dfe5ed;border-radius:10px;display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(120px,190px) auto;align-items:center;gap:12px;background:#fbfcfe}.expense-attachment input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.attachment-copy{display:flex;align-items:center;gap:11px;min-width:0}.attachment-copy>span{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;flex:none;background:#eaf1ff;color:#0a66ff;font-weight:700}.attachment-copy strong,.attachment-copy small{display:block}.attachment-copy strong{margin-bottom:5px;color:#26384f;font-size:11px}.attachment-copy small{color:#7d8b9d;font-size:8px}.attachment-select,.attachment-actions button,.attachment-modal footer button{height:34px;padding:0 12px;border-radius:7px;font-size:9px;font-weight:600;cursor:pointer}.attachment-select{display:flex;align-items:center;border:1px solid #b8c8db;background:#fff;color:#40536c}.attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6d7c8f;font-size:9px}.attachment-actions{display:flex;gap:6px}.attachment-actions button{border:1px solid #cbd6e3;background:#fff;color:#40536c}.attachment-actions .attachment-preview{border-color:#9dbef1;color:#0a66ff}.attachment-actions button:disabled{opacity:.45;cursor:not-allowed}.attachment-error{margin:0;padding:9px 11px;border-radius:7px;background:#fde8e8;color:#b52b35;font-size:9px}.attachment-modal{position:fixed;inset:0;z-index:2000;padding:24px;display:grid;place-items:center;background:rgba(5,15,29,.72);backdrop-filter:blur(3px)}.attachment-modal.is-hidden{display:none}.attachment-modal-panel{width:min(960px,100%);height:min(760px,92vh);border-radius:13px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.4)}.attachment-modal header{min-height:62px;padding:0 18px;border-bottom:1px solid #e1e6ed;display:flex;align-items:center;justify-content:space-between}.attachment-modal header strong,.attachment-modal header small{display:block}.attachment-modal header strong{max-width:700px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17243b;font-size:13px}.attachment-modal header small{margin-top:5px;color:#7b899a;font-size:9px}.attachment-modal header button{width:34px;height:34px;border:0;border-radius:8px;background:#eef2f7;color:#42556d;font-size:22px;cursor:pointer}.attachment-viewer{min-height:0;padding:16px;display:grid;place-items:center;background:#e9edf3}.attachment-viewer img{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 5px 20px rgba(0,0,0,.15)}.attachment-viewer iframe{width:100%;height:100%;border:0;background:#fff}.attachment-modal footer{min-height:58px;padding:0 18px;border-top:1px solid #e1e6ed;display:flex;align-items:center;justify-content:flex-end}.attachment-modal-download{border:0;background:#0a66ff;color:#fff}@media(max-width:760px){.expense-attachments{margin-left:0}.expense-attachment{grid-template-columns:1fr auto}.attachment-name{grid-column:1/-1;grid-row:2}.attachment-actions{grid-column:1/-1}.attachment-modal{padding:8px}.attachment-modal-panel{height:96vh}.attachment-modal header strong{max-width:230px}}
.attachment-count{color:#6d7c8f;font-size:9px;text-align:right}.attachment-file-list{grid-column:1/-1;display:grid;gap:7px}.attachment-file-row{padding:9px 10px;border:1px solid #e0e6ed;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.attachment-file-info{min-width:0}.attachment-file-info strong,.attachment-file-info small{display:block}.attachment-file-info strong{max-width:430px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#33465e;font-size:9px}.attachment-file-info small{margin-top:4px;color:#8491a2;font-size:8px}.attachment-actions .attachment-remove{border-color:#efc3c6;color:#c8323d;background:#fff8f8}@media(max-width:760px){.attachment-count{grid-column:1/-1;text-align:left}.attachment-file-row{align-items:flex-start;flex-direction:column}.attachment-file-info strong{max-width:70vw}.attachment-file-row .attachment-actions{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}}
.attachment-icon img{width:21px;height:21px;object-fit:contain;filter:brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(3527%) hue-rotate(211deg) brightness(101%)}

/* Agenda pessoal */
.personal-calendar-page{min-height:calc(100vh - 72px);padding:22px 26px 34px;background:#f5f7fb}.calendar-toolbar{min-height:58px;margin-bottom:18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.calendar-title{display:flex;align-items:center;gap:11px}.calendar-title>span{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#e8f0ff;color:#0a66ff}.calendar-title svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.calendar-title p{margin:0 0 3px;color:#758398;font-size:9px}.calendar-title h1{margin:0;color:#14233a;font-size:21px}.calendar-navigation{display:flex;align-items:center;gap:7px}.calendar-navigation strong{min-width:155px;margin-left:8px;color:#203149;font-size:14px}.calendar-today,.calendar-arrow,.calendar-view-switch button{height:36px;border:1px solid #d8e0e9;background:#fff;color:#44566d;cursor:pointer}.calendar-today{padding:0 14px;border-radius:7px;font-size:10px;font-weight:600}.calendar-arrow{width:36px;border-radius:50%;font-size:20px}.calendar-view-switch{justify-self:end;padding:3px;border:1px solid #d8e0e9;border-radius:8px;display:flex;background:#fff}.calendar-view-switch button{height:29px;padding:0 11px;border:0;border-radius:6px;font-size:9px}.calendar-view-switch button.active{background:#e9f1ff;color:#0a66ff;font-weight:600}.calendar-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:17px}.calendar-side{display:flex;flex-direction:column;gap:15px}.calendar-create{height:44px;border:0;border-radius:10px;background:#0a66ff;color:#fff;font-size:10px;font-weight:600;cursor:pointer;box-shadow:0 7px 16px rgba(10,102,255,.2)}.calendar-create span{margin-right:7px;font-size:15px}.calendar-summary,.calendar-filters{padding:17px;border:1px solid #dfe5ed;border-radius:11px;background:#fff}.calendar-summary h2,.calendar-filters h2{margin:0 0 15px;color:#26384f;font-size:11px}.calendar-summary>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:0 8px;margin-top:12px}.calendar-summary i,.calendar-filters i{width:9px;height:9px;border-radius:3px}.income-dot{background:#19a974}.expense-dot{background:#e0525e}.reminder-dot{background:#7b61d1}.calendar-summary span{color:#6f7e90;font-size:9px}.calendar-summary strong{grid-column:2;margin-top:4px;color:#25374e;font-size:10px}.calendar-filters label{margin-top:12px;display:flex;align-items:center;gap:8px;color:#516278;font-size:9px;cursor:pointer}.calendar-filters input{accent-color:#0a66ff}.calendar-card{overflow:hidden;border:1px solid #dfe5ed;border-radius:12px;background:#fff;box-shadow:0 3px 12px rgba(20,38,62,.04)}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(90px,1fr))}.calendar-weekdays{height:36px;border-bottom:1px solid #e2e7ed;background:#fafbfc}.calendar-weekdays span{display:grid;place-items:center;color:#7e8b9c;font-size:8px;font-weight:600}.calendar-grid{grid-template-rows:repeat(6,minmax(90px,1fr));min-height:570px}.calendar-day{min-width:0;padding:7px;border-right:1px solid #e8ecf1;border-bottom:1px solid #e8ecf1}.calendar-day:nth-child(7n){border-right:0}.calendar-day-number{width:25px;height:25px;display:grid;place-items:center;color:#43536a;font-size:9px}.calendar-day-number.today{border-radius:50%;background:#0a66ff;color:#fff;font-weight:700}.calendar-day.outside{background:#fafbfc}.calendar-day.outside .calendar-day-number{color:#b5bdc8}.calendar-event{width:100%;min-height:25px;margin-top:4px;padding:4px 6px;border:0;border-radius:5px;display:flex;align-items:center;justify-content:space-between;gap:4px;text-align:left;font:8px Inter,sans-serif;cursor:pointer}.calendar-event span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event strong{font-size:7px;white-space:nowrap}.calendar-event.income{background:#dcf5eb;color:#147a57}.calendar-event.expense{background:#fde5e7;color:#b9323d}.calendar-event.reminder{background:#eee9ff;color:#6547bd}@media(max-width:950px){.calendar-toolbar{grid-template-columns:1fr auto}.calendar-view-switch{display:none}.calendar-layout{grid-template-columns:1fr}.calendar-side{display:grid;grid-template-columns:200px 1fr 1fr}.calendar-card{overflow-x:auto}.calendar-weekdays,.calendar-grid{min-width:720px}}@media(max-width:650px){.personal-calendar-page{padding:14px 10px 25px}.calendar-toolbar{grid-template-columns:1fr}.calendar-navigation{justify-content:space-between}.calendar-navigation strong{min-width:0;margin-left:3px;font-size:12px}.calendar-side{display:grid;grid-template-columns:1fr}.calendar-summary,.calendar-filters{display:none}.calendar-grid{grid-template-rows:repeat(6,82px);min-height:492px}}
.calendar-entry-modal{position:fixed;inset:0;z-index:1900;padding:20px;display:grid;place-items:center;background:rgba(6,17,32,.62);backdrop-filter:blur(3px)}.calendar-entry-modal.is-hidden{display:none}.calendar-entry-panel{width:min(560px,100%);overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 25px 70px rgba(0,0,0,.35)}.calendar-entry-panel>header{min-height:74px;padding:0 20px;border-bottom:1px solid #e4e9ef;display:flex;align-items:center;justify-content:space-between}.calendar-entry-panel>header>div{display:flex;align-items:center;gap:11px}.calendar-entry-panel>header>div>span{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:#e8f0ff;color:#0a66ff}.calendar-entry-panel>header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.calendar-entry-panel h2{margin:0;color:#17263b;font-size:16px}.calendar-entry-panel header p{margin:5px 0 0;color:#7a8798;font-size:9px}.calendar-entry-panel>header>button{width:34px;height:34px;border:0;border-radius:8px;background:#eef2f7;color:#465971;font-size:21px;cursor:pointer}.calendar-entry-body{padding:20px}.calendar-entry-types{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:20px}.calendar-entry-types label{height:57px;padding:0 11px;border:1px solid #dce3eb;border-radius:9px;display:flex;align-items:center;gap:8px;color:#52637a;cursor:pointer}.calendar-entry-types input{position:absolute;opacity:0}.calendar-entry-types label>span{width:27px;height:27px;border-radius:7px;display:grid;place-items:center;background:#eef2f6;font-size:12px}.calendar-entry-types strong{font-size:9px}.calendar-entry-types label.active.income{border-color:#31ad80;background:#effaf6;color:#147a57}.calendar-entry-types label.active.expense{border-color:#df6871;background:#fff3f4;color:#b9323d}.calendar-entry-types label.active.reminder{border-color:#8c74d6;background:#f6f3ff;color:#6547bd}.calendar-entry-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.calendar-entry-fields label{color:#3d4d63;font-size:9px;font-weight:600}.calendar-entry-fields label b{color:#df4651}.calendar-entry-fields input,.calendar-entry-fields textarea{width:100%;margin-top:7px;border:1px solid #d9e1ea;border-radius:8px;color:#1d2c40;font:10px Inter,sans-serif;outline:0}.calendar-entry-fields input{height:41px;padding:0 11px}.calendar-entry-fields textarea{min-height:72px;padding:11px;resize:vertical}.calendar-entry-fields input:focus,.calendar-entry-fields textarea:focus{border-color:#0a66ff;box-shadow:0 0 0 3px rgba(10,102,255,.08)}.calendar-entry-fields .full-field{grid-column:1/-1}.calendar-entry-value small{font-weight:400;color:#8a96a6}.calendar-entry-value>div{height:41px;margin-top:7px;border:1px solid #d9e1ea;border-radius:8px;display:flex;overflow:hidden}.calendar-entry-value>div>span{padding:0 10px;display:grid;place-items:center;background:#f4f6f9;color:#67778a;font-size:9px}.calendar-entry-value input{height:100%;margin:0;border:0;border-radius:0;box-shadow:none}.calendar-entry-value.is-disabled{opacity:.45}.calendar-entry-panel>footer{padding:15px 20px;border-top:1px solid #e4e9ef;display:flex;justify-content:flex-end;gap:9px}.calendar-entry-panel>footer button{height:39px;padding:0 15px;border-radius:8px;font-size:9px;font-weight:600;cursor:pointer}.calendar-entry-cancel{border:1px solid #d3dce6;background:#fff;color:#4b5d73}.calendar-entry-save{border:0;background:#0a66ff;color:#fff}@media(max-width:560px){.calendar-entry-modal{padding:9px}.calendar-entry-types{grid-template-columns:1fr}.calendar-entry-types label{height:45px}.calendar-entry-fields{grid-template-columns:1fr}.calendar-entry-fields .full-field{grid-column:1}.calendar-entry-panel>footer button{flex:1}}
