.agile-shell{--black:#0d0d0f;--panel:#16161a;--panel-2:#1d1d22;--panel-3:#26262d;--line:#2e2e36;--orange:#e10600;--orange-dark:#b00500;--orange-soft:#e1060021;--red:#e10600;--red-soft:#e1060021;--white:#f5f5f7;--gray:#9a9aa6;--gray-dim:#6c6c78;--green:#1faa59;--amber:#e0a400;--blue:#2b7de9;--radius:8px;--radius-sm:6px;--shadow:0 6px 22px #00000059;--sidebar-w:244px;--header-h:58px;--font:"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;background:var(--black);min-height:100vh;color:var(--white);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:14px;line-height:normal}.agile-shell *,.agile-shell :before,.agile-shell :after{box-sizing:border-box;margin:0;padding:0}.agile-shell a{color:inherit;text-decoration:none}.agile-shell button{cursor:pointer;font-family:inherit}.agile-shell ::-webkit-scrollbar{width:9px;height:9px}.agile-shell ::-webkit-scrollbar-thumb{background:var(--panel-3);border-radius:6px}.agile-shell ::-webkit-scrollbar-track{background:0 0}html:has(.agile-shell){background:#0d0d0f}html:has(.agile-shell)::-webkit-scrollbar{width:9px;height:9px}html:has(.agile-shell)::-webkit-scrollbar-thumb{background:#26262d;border-radius:6px}html:has(.agile-shell)::-webkit-scrollbar-track{background:0 0}.agile-shell .app{min-height:100vh;display:flex}.agile-shell .sidebar{width:var(--sidebar-w);background:var(--panel);border-right:1px solid var(--line);z-index:40;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.agile-shell .brand{height:var(--header-h);border-bottom:1px solid var(--line);background:#0d0d0f;align-items:center;gap:10px;padding:0 16px;display:flex}.agile-shell .brand-name{color:#f5f5f7}.agile-shell .brand-logo{background:var(--panel);border:1px solid var(--line);border-radius:7px;justify-content:center;align-items:center;width:36px;height:36px;display:none}.agile-shell .brand-img{object-fit:contain;width:auto;max-width:64px;height:44px}.agile-shell .brand-name{letter-spacing:2px;font-size:15px;font-weight:800;line-height:1}.agile-shell .brand-name small{color:var(--orange);letter-spacing:3.5px;margin-top:3px;font-size:9px;font-weight:700;display:block}.agile-shell .nav{flex:1;padding:8px 8px 20px;overflow-y:auto}.agile-shell .nav-group-label{text-transform:uppercase;letter-spacing:1.2px;color:var(--gray-dim);padding:14px 12px 5px;font-size:10px;font-weight:700}.agile-shell .nav-item{border-radius:var(--radius-sm);color:var(--gray);cursor:pointer;align-items:center;gap:11px;padding:9px 12px;font-size:13px;font-weight:500;transition:all .12s;display:flex;position:relative}.agile-shell .nav-item .ic{text-align:center;opacity:.85;width:16px;font-size:14px}.agile-shell .nav-item:hover{background:var(--panel-2);color:var(--white)}.agile-shell .nav-item.active{background:var(--orange-soft);color:var(--orange);font-weight:600}.agile-shell .nav-item.active:before{content:"";background:var(--orange);border-radius:0 3px 3px 0;width:3px;position:absolute;top:7px;bottom:7px;left:0}.agile-shell .nav-item.active .ic{opacity:1;color:var(--orange)}.agile-shell .main{margin-left:var(--sidebar-w);flex-direction:column;flex:1;min-width:0;display:flex}.agile-shell .header{height:var(--header-h);background:var(--panel);border-bottom:1px solid var(--line);z-index:30;align-items:center;gap:16px;padding:0 22px;display:flex;position:sticky;top:0}.agile-shell .header h1{font-size:16px;font-weight:700}.agile-shell .header .crumb{color:var(--gray);margin-top:1px;font-size:11.5px}.agile-shell .header-spacer{flex:1}.agile-shell .header-search{background:var(--panel-2);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--white);width:230px;padding:7px 12px;font-size:13px}.agile-shell .header-search::placeholder{color:var(--gray-dim)}.agile-shell .user-chip{background:var(--panel-2);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;gap:9px;padding:4px 12px 4px 4px;display:flex}.agile-shell .user-avatar{background:var(--orange);color:#fff;border-radius:6px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}.agile-shell .user-chip small{color:var(--gray);font-size:10px;display:block}.agile-shell .content{width:100%;padding:22px 24px 60px}.agile-shell .page-head{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.agile-shell .page-head h2{font-size:19px;font-weight:700}.agile-shell .page-head p{color:var(--gray);margin-top:3px;font-size:12.5px}.agile-shell .toolbar{flex-wrap:wrap;gap:10px;margin-left:auto;display:flex}.agile-shell .btn{background:var(--panel-3);color:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .12s;display:inline-flex}.agile-shell .btn:hover{background:var(--panel-2);border-color:var(--gray-dim)}.agile-shell .btn-primary{background:var(--orange);border-color:var(--orange);color:#fff}.agile-shell .btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.agile-shell .btn-ghost{background:0 0}.agile-shell .btn-sm{padding:5px 10px;font-size:12px}.agile-shell .btn-danger{color:var(--red);border-color:var(--red);background:0 0}.agile-shell .btn-danger:hover{background:var(--red-soft)}.agile-shell .btn:disabled{opacity:.45;cursor:not-allowed}.agile-shell .kpi-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:12px;margin-bottom:20px;display:grid}.agile-shell .kpi{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);border-left:3px solid var(--line);padding:14px 15px;position:relative}.agile-shell .kpi .kpi-label{color:var(--gray);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:600}.agile-shell .kpi .kpi-value{margin-top:6px;font-size:22px;font-weight:800}.agile-shell .kpi .kpi-sub{color:var(--gray-dim);margin-top:4px;font-size:11.5px}.agile-shell .kpi .kpi-ic{display:none}.agile-shell .kpi.accent{border-left-color:var(--orange)}.agile-shell .kpi.accent .kpi-value{color:var(--orange)}.agile-shell .kpi.good{border-left-color:var(--green)}.agile-shell .kpi.good .kpi-value{color:var(--green)}.agile-shell .grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.agile-shell .grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.agile-shell .card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:16px;padding:18px}.agile-shell .card-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.agile-shell .card-head h3{font-size:14px;font-weight:700}.agile-shell .card-head .sub{color:var(--gray);margin-left:auto;font-size:12px}.agile-shell .table-wrap{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow-x:auto}.agile-shell .code-link{cursor:pointer;color:var(--orange)}.agile-shell .code-link:hover{text-decoration:underline}.agile-shell .table-filters{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;display:flex}.agile-shell table{border-collapse:collapse;width:100%;font-size:13px}.agile-shell thead th{text-align:left;color:var(--gray);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--line);white-space:nowrap;background:var(--panel-2);padding:10px 14px;font-size:10.5px;font-weight:700}.agile-shell tbody td{white-space:nowrap;border-bottom:1px solid #21385c80;padding:10px 14px}.agile-shell tbody tr:last-child td{border-bottom:none}.agile-shell tbody tr:hover{background:var(--panel-2)}.agile-shell .table-empty{text-align:center;color:var(--gray-dim);padding:34px}.agile-shell .t-strong{font-weight:700}.agile-shell .t-mono{font-variant-numeric:tabular-nums}.agile-shell .row-actions{gap:6px;display:flex}.agile-shell input,.agile-shell select,.agile-shell textarea{background:var(--panel-2);border:1px solid var(--line);color:var(--white);border-radius:var(--radius-sm);outline:none;width:100%;padding:8px 11px;font-family:inherit;font-size:13px;transition:all .12s}.agile-shell input:focus,.agile-shell select:focus,.agile-shell textarea:focus{border-color:var(--orange)}.agile-shell input:disabled{color:var(--gray)}.agile-shell select{cursor:pointer}.agile-shell label.field{color:var(--gray);flex-direction:column;gap:5px;font-size:12px;font-weight:600;display:flex}.agile-shell .badge{background:var(--panel-3);color:var(--white);white-space:nowrap;border-radius:4px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.agile-shell .badge:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.agile-shell .b-red{color:#f07a7a;background:#e23b3b26}.agile-shell .b-green{color:#4fd29b;background:#2bb67326}.agile-shell .b-amber{color:#f0c46b;background:#e0a83a26}.agile-shell .b-blue{color:#82b6ec;background:#4a90d929}.agile-shell .b-gray{background:var(--panel-3);color:var(--gray)}.agile-shell .b-purple{color:#b39cf0;background:#966ee629}.agile-shell .alert-list{flex-direction:column;gap:9px;display:flex}.agile-shell .alert{background:var(--panel-2);border:1px solid var(--line);border-left:3px solid var(--gray-dim);border-radius:var(--radius-sm);align-items:flex-start;gap:11px;padding:11px 13px;display:flex}.agile-shell .alert.crit{border-left-color:var(--red);background:var(--red-soft)}.agile-shell .alert.warn{border-left-color:var(--amber)}.agile-shell .alert .a-ic{font-size:15px}.agile-shell .alert .a-body{font-size:12.5px}.agile-shell .alert .a-body b{color:var(--white)}.agile-shell .alert .a-body span{color:var(--gray)}.agile-shell .modal-overlay{z-index:100;background:#040a16a8;justify-content:center;align-items:flex-start;padding:40px 16px;display:none;position:fixed;inset:0;overflow-y:auto}.agile-shell .modal-overlay.open{display:flex}.agile-shell .modal{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);width:100%;max-width:880px;box-shadow:var(--shadow)}.agile-shell .modal-head{border-bottom:1px solid var(--line);align-items:center;padding:15px 20px;display:flex}.agile-shell .modal-head h3{font-size:15px;font-weight:700}.agile-shell .modal-head .x{background:var(--panel-3);color:var(--white);border:none;border-radius:6px;width:30px;height:30px;margin-left:auto;font-size:15px}.agile-shell .modal-head .x:hover{background:var(--red)}.agile-shell .modal-body{max-height:66vh;padding:20px;overflow-y:auto}.agile-shell .modal-foot{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.agile-shell .form-grid{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.agile-shell .form-grid .full{grid-column:1/-1}.agile-shell .form-grid .span2{grid-column:span 2}.agile-shell .form-section-title{text-transform:uppercase;letter-spacing:.8px;color:var(--orange);border-bottom:1px solid var(--line);grid-column:1/-1;margin-top:6px;padding-bottom:4px;font-size:11px;font-weight:700}.agile-shell .funnel{grid-auto-columns:minmax(220px,1fr);grid-auto-flow:column;gap:12px;padding-bottom:8px;display:grid;overflow-x:auto}.agile-shell .funnel-col{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;min-height:120px;display:flex}.agile-shell .funnel-col-head{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:11px 13px;font-size:12.5px;font-weight:700;display:flex}.agile-shell .funnel-col-head .cnt{background:var(--panel-3);color:var(--gray);border-radius:10px;margin-left:auto;padding:1px 8px;font-size:11px}.agile-shell .funnel-col-head .dot{border-radius:50%;width:8px;height:8px}.agile-shell .funnel-body{flex-direction:column;gap:9px;padding:10px;display:flex}.agile-shell .lead-card{background:var(--panel-2);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;padding:11px;transition:all .12s}.agile-shell .lead-card:hover{border-color:var(--orange)}.agile-shell .lead-card .lc-name{font-size:13px;font-weight:700}.agile-shell .lead-card .lc-meta{color:var(--gray);margin-top:3px;font-size:11.5px}.agile-shell .lead-card .lc-foot{align-items:center;gap:6px;margin-top:9px;display:flex}.agile-shell .dre-grid{grid-template-columns:1.3fr 1fr;gap:16px;display:grid}.agile-shell .dre-table td{padding:8px 12px}.agile-shell .dre-table .grp{color:var(--orange);text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:700}.agile-shell .dre-table .val{text-align:right;font-variant-numeric:tabular-nums}.agile-shell .dre-table .total td{border-top:2px solid var(--line);font-weight:800}.agile-shell .bar-row{align-items:center;gap:10px;margin-bottom:11px;display:flex}.agile-shell .bar-row .bl{width:150px;color:var(--gray);font-size:12px}.agile-shell .bar-track{background:var(--panel-2);border-radius:4px;flex:1;height:22px;position:relative;overflow:hidden}.agile-shell .bar-fill{color:#fff;border-radius:4px;align-items:center;height:100%;padding-left:8px;font-size:11px;font-weight:700;display:flex}.agile-shell .media-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:13px;display:grid}.agile-shell .media-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.agile-shell .media-thumb{background:var(--panel-3);place-items:center;height:110px;font-size:32px;display:grid;position:relative}.agile-shell .media-thumb img{object-fit:cover;width:100%;height:100%}.agile-shell .media-thumb .thumb-ic{place-items:center;font-size:40px;line-height:1;display:grid}.agile-shell .cat-pick{border-top:1px solid var(--line);padding:10px 0 4px}.agile-shell .cat-fotos{flex-wrap:wrap;gap:8px;margin:8px 0 6px;display:flex}.agile-shell .cat-foto{cursor:pointer;background:var(--panel-3);border:2px solid #0000;border-radius:7px;place-items:center;width:88px;height:64px;display:grid;position:relative;overflow:hidden}.agile-shell .cat-foto img{object-fit:cover;width:100%;height:100%;display:block}.agile-shell .cat-foto input{z-index:2;cursor:pointer;width:17px;height:17px;position:absolute;top:4px;left:4px}.agile-shell .cat-foto .cf-pin{color:var(--orange);text-shadow:0 1px 2px #000;font-size:13px;position:absolute;bottom:3px;right:4px}.agile-shell .cat-foto:has(input:checked){border-color:var(--red)}.agile-shell .cat-foto:has(input:not(:checked)) img{opacity:.4}.agile-shell .cor-dot{vertical-align:-1px;border:1px solid #ffffff59;border-radius:50%;width:13px;height:13px;margin-right:6px;display:inline-block;box-shadow:0 0 0 1px #00000040}.agile-shell .cat-foto .cf-ord{opacity:0;gap:3px;transition:opacity .12s;display:flex;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.agile-shell .cat-foto:hover .cf-ord{opacity:1}.agile-shell .cat-foto .cf-ord button{color:#fff;cursor:pointer;background:#0d0d0fd9;border:none;border-radius:4px;width:22px;height:18px;padding:0;font-size:10px;line-height:1}.agile-shell .cat-foto .cf-ord button:hover{background:var(--red)}.agile-shell .media-thumb .pin{background:var(--orange);color:#fff;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:800;position:absolute;top:6px;left:6px}.agile-shell .media-info{padding:9px 11px}.agile-shell .media-info .mn{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:700;overflow:hidden}.agile-shell .media-info .mm{color:var(--gray);margin-top:2px;font-size:11px}.agile-shell .media-actions{flex-wrap:wrap;gap:5px;padding:0 11px 11px;display:flex}.agile-shell .dropzone{border:2px dashed var(--line);border-radius:var(--radius);text-align:center;color:var(--gray);cursor:pointer;padding:26px;transition:all .12s}.agile-shell .dropzone:hover{border-color:var(--orange);color:var(--white);background:var(--panel-2)}.agile-shell .checklist{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.agile-shell .check-item{background:var(--panel-2);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:9px;padding:8px 11px;font-size:12.5px;display:flex}.agile-shell .check-item input{width:16px;height:16px;accent-color:var(--orange)}.agile-shell .check-item.done{color:var(--green)}.agile-shell .stage-bar{flex-wrap:wrap;gap:5px;margin:6px 0 18px;display:flex}.agile-shell .stage-pill{background:var(--panel-2);border:1px solid var(--line);color:var(--gray);border-radius:4px;padding:5px 11px;font-size:10.5px}.agile-shell .stage-pill.done{color:#4fd29b;background:#2bb67326;border-color:#0000}.agile-shell .stage-pill.now{background:var(--orange);color:#fff;border-color:var(--orange)}.agile-shell .muted{color:var(--gray)}.agile-shell .right{text-align:right}.agile-shell .pos{color:var(--green);font-weight:700}.agile-shell .neg{color:#f07a7a;font-weight:700}.agile-shell .tag-list{flex-wrap:wrap;gap:6px;display:flex}.agile-shell .mini-chart{align-items:flex-end;gap:8px;height:130px;padding-top:10px;display:flex}.agile-shell .mini-chart .mc-bar{background:var(--orange);border-radius:4px 4px 0 0;flex:1;min-height:4px;position:relative}.agile-shell .mini-chart .mc-bar span{text-align:center;color:var(--gray);font-size:10px;position:absolute;top:-18px;left:0;right:0}.agile-shell .mini-chart .mc-bar small{text-align:center;color:var(--gray);font-size:10px;position:absolute;bottom:-20px;left:0;right:0}.agile-shell .section-divider{background:var(--line);height:1px;margin:22px 0}.agile-shell .placeholder-box{background:var(--panel);border:1px dashed var(--line);border-radius:var(--radius);text-align:center;color:var(--gray);padding:30px}.agile-shell .placeholder-box .pb-ic{margin-bottom:8px;font-size:26px}.agile-shell .kv{grid-template-columns:170px 1fr;gap:6px 14px;font-size:13px;display:grid}.agile-shell .kv dt{color:var(--gray)}.agile-shell .kv dd{font-weight:600}.agile-shell .classify{border-radius:6px;padding:8px 18px;font-size:15px;font-weight:800;display:inline-block}.agile-shell .menu-toggle{background:var(--panel-2);border:1px solid var(--line);color:#fff;border-radius:7px;width:38px;height:38px;font-size:18px;display:none}@media (width<=1100px){.agile-shell .form-grid{grid-template-columns:repeat(2,1fr)}.agile-shell .dre-grid,.agile-shell .grid-2,.agile-shell .grid-3{grid-template-columns:1fr}.agile-shell .sv-wrap{grid-template-columns:1fr!important}}@media (width<=860px){.agile-shell .sidebar{transition:all .25s;transform:translate(-100%)}.agile-shell .sidebar.open{transform:translate(0)}.agile-shell .main{margin-left:0}.agile-shell .menu-toggle{place-items:center;display:grid}.agile-shell .header-search{display:none}.agile-shell .form-grid{grid-template-columns:1fr}}html[data-theme=cinza] .agile-shell{--black:#3a3d42;--panel:#45484e;--panel-2:#4e5158;--panel-3:#585c64;--line:#5c606a;--white:#f2f3f5;--gray:#c5c9d0;--gray-dim:#9aa0aa}html[data-theme=claro] .agile-shell{--black:#eef1f5;--panel:#fff;--panel-2:#f3f5f8;--panel-3:#e7ebf1;--line:#dde3ea;--white:#1b1f27;--gray:#5b6675;--gray-dim:#8a93a3;--shadow:0 6px 22px #141e321f}html[data-theme=cinza]:has(.agile-shell){background:#3a3d42}html[data-theme=claro]:has(.agile-shell){background:#eef1f5}html[data-theme=claro] .agile-shell thead th{background:#f0f3f7}html[data-theme=claro] .agile-shell .neg{color:#c0392b}html[data-theme=claro] .agile-shell .b-red{color:#c0392b;background:#e106001a}html[data-theme=claro] .agile-shell .b-green{color:#157a47;background:#1faa591f}html[data-theme=claro] .agile-shell .b-amber{color:#8a6d12;background:#e0a40024}html[data-theme=claro] .agile-shell .b-blue{color:#2563a8;background:#2b7de91f}html[data-theme=claro] .agile-shell .b-purple{color:#6b4bb3;background:#965ae61f}html[data-theme=claro] .agile-shell .b-gray{color:#5b6675}html[data-theme=claro] .agile-shell .modal-overlay{background:#141e3273}.agile-shell .theme-switch{align-items:center;gap:6px;display:flex}.agile-shell .theme-btn{border:2px solid var(--line);cursor:pointer;border-radius:50%;width:20px;height:20px;padding:0}.agile-shell .theme-btn[data-th=escuro]{background:#0d0d0f}.agile-shell .theme-btn[data-th=cinza]{background:#5a5e66}.agile-shell .theme-btn[data-th=claro]{background:#fff}.agile-shell .theme-btn.active{border-color:var(--orange);box-shadow:0 0 0 2px var(--orange-soft)}@media (width<=860px){.agile-shell .theme-switch{display:none}}.agile-shell .banner-info{background:#e1060014;border:1px solid #e1060059;border-radius:8px;padding:9px 12px}.agile-shell .user-menu-wrap{position:relative}.agile-shell button.user-chip{cursor:pointer;text-align:left}.agile-shell button.user-chip:hover{border-color:var(--gray-dim)}.agile-shell .user-menu-backdrop{z-index:55;position:fixed;inset:0}.agile-shell .user-menu{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-sm);min-width:190px;box-shadow:var(--shadow);z-index:60;padding:6px;position:absolute;top:calc(100% + 6px);right:0}.agile-shell .user-menu .um-head{border-bottom:1px solid var(--line);margin-bottom:6px;padding:7px 10px 9px}.agile-shell .user-menu .um-head b{font-size:12.5px;display:block}.agile-shell .user-menu .um-head small{color:var(--gray);font-size:10.5px}.agile-shell .user-menu-item{border-radius:var(--radius-sm);width:100%;color:var(--white);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 10px;font-size:12.5px;font-weight:600;transition:all .12s;display:flex}.agile-shell .user-menu-item:hover{background:var(--panel-2)}.agile-shell .user-menu-item.danger{color:var(--red)}.agile-shell .user-menu-item.danger:hover{background:var(--red-soft)}
