:root{--bg:#F3F5FA;--bg-2:#FFFFFF;--surface:#FFFFFF;--surface-2:#F4F6FB;--surface-3:#E9EDF6;--border:#E2E7F2;--border-soft:#EAEDF6;--text:#1A2236;--text-dim:#5C6785;--text-faint:#94A0BE;--yellow:#E8A317;--yellow-soft:#E8A31722;--red:#E14550;--red-soft:#E145501A;--amber:#DB8E1B;--amber-soft:#DB8E1B1E;--green:#1FA971;--green-soft:#1FA9711E;--blue:#3E6FE0;--blue-soft:#3E6FE01E;--gray:#6B7A9C;--gray-soft:#6B7A9C1A;--purple:#8B5CF6;--purple-soft:#8B5CF61E;--teal:#0FB8AB;--teal-soft:#0FB8AB1E;--pink:#EC4899;--pink-soft:#EC48991E;--sidebar-1:#1B1440;--sidebar-2:#341B6B;--sidebar-3:#4A1D7A;--radius:12px;--radius-sm:8px;--shadow:0 10px 30px -12px rgba(30,40,70,.14)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:radial-gradient(1200px 800px at 85% -10%,#FBF3E3 0%,transparent 55%),var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Manrope,sans-serif;margin:0;letter-spacing:-.01em}.mono{font-family:JetBrains Mono,monospace}a{color:inherit}button{font-family:inherit}::selection{background:var(--yellow-soft);color:var(--yellow)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--border)}#app{display:flex;min-height:100vh}.sidebar{width:230px;flex-shrink:0;background:linear-gradient(190deg,var(--sidebar-1) 0%,var(--sidebar-2) 55%,var(--sidebar-3) 100%);border-right:none;display:flex;flex-direction:column;padding:20px 14px;gap:4px;position:sticky;top:0;height:100vh;box-shadow:2px 0 24px -8px #1b144059}.brand{display:flex;align-items:center;gap:10px;padding:8px 10px 22px}.brand-mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--yellow),#D8722C);display:flex;align-items:center;justify-content:center;font-family:Manrope;font-weight:800;color:#1a1200;font-size:15px;flex-shrink:0;box-shadow:0 0 22px -2px #f4b7408c}.brand-text h1{font-size:14.5px;color:#f4f1ff}.brand-text span{font-size:11px;color:#9c93d6}.navgroup-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:#786fb8;padding:14px 12px 6px}.navitem{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:9px;cursor:pointer;color:#c5bfed;font-size:13.5px;font-weight:500;transition:.15s;-webkit-user-select:none;user-select:none;border:1px solid transparent}.navitem svg{width:17px;height:17px;flex-shrink:0;opacity:.85}.navitem:hover{background:#ffffff14;color:#fff}.navitem.active{background:linear-gradient(120deg,#f4b74038,#f4b7400d);color:#ffce72;border-color:#f4b7404d;box-shadow:0 0 0 1px #f4b7401f inset}.navitem.active svg{opacity:1}.navitem .badge{margin-left:auto;background:var(--red);color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:20px}.sidebar-foot{margin-top:auto;padding:14px 10px 10px;font-size:11px;color:#786fb8;border-top:1px solid rgba(255,255,255,.08)}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 26px;border-bottom:1px solid var(--border-soft);position:sticky;top:0;background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20}.topbar h2{font-size:17px}.topbar-sub{font-size:12px;color:var(--text-faint);margin-top:2px}.topbar-right{display:flex;align-items:center;gap:14px}.icon-btn{width:38px;height:38px;border-radius:10px;background:var(--surface);border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;color:var(--text-dim)}.icon-btn:hover{color:var(--yellow);border-color:var(--border)}.icon-btn svg{width:18px;height:18px}.dot-alert{position:absolute;top:-3px;right:-3px;background:var(--red);color:#fff;font-size:9.5px;font-weight:700;min-width:16px;height:16px;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid var(--bg-2)}.btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:9px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px;font-weight:600;cursor:pointer;transition:.15s;white-space:nowrap}.btn svg{width:15px;height:15px}.btn:hover{border-color:var(--yellow);color:var(--yellow)}.btn-primary{background:linear-gradient(135deg,var(--yellow),#D89A2F);border:none;color:#1a1200}.btn-primary:hover{filter:brightness(1.08);color:#1a1200}.btn-danger{border-color:var(--red);color:var(--red)}.btn-danger:hover{background:var(--red-soft)}.btn-ghost{background:transparent;border-color:transparent}.btn-ghost:hover{background:var(--surface);border-color:var(--border-soft)}.btn-sm{padding:6px 11px;font-size:12px}.view{display:none;padding:24px 26px 60px;animation:fadeIn .25s ease}.view.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}.kpi{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);padding:16px 18px;position:relative;overflow:hidden;cursor:pointer;transition:.15s}.kpi:hover{border-color:var(--border);transform:translateY(-2px);box-shadow:var(--shadow)}.kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent,var(--yellow))}.kpi:after{content:"";position:absolute;right:-30px;top:-30px;width:100px;height:100px;border-radius:50%;background:var(--accent,var(--yellow));opacity:.08}.kpi[data-tone=blue]{--accent:var(--blue);--accent-soft:var(--blue-soft)}.kpi[data-tone=red]{--accent:var(--red);--accent-soft:var(--red-soft)}.kpi[data-tone=amber]{--accent:var(--amber);--accent-soft:var(--amber-soft)}.kpi[data-tone=green]{--accent:var(--green);--accent-soft:var(--green-soft)}.kpi[data-tone=gray]{--accent:var(--purple);--accent-soft:var(--purple-soft)}.kpi .kpi-icon{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft,var(--yellow-soft));position:absolute;right:14px;top:14px}.kpi .kpi-icon svg{width:16px;height:16px;color:var(--accent,var(--yellow))}.kpi .kpi-label{font-size:11.5px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.kpi .kpi-value{font-family:Manrope;font-size:28px;font-weight:800;margin-top:6px;color:var(--accent,var(--text))}.kpi .kpi-sub{font-size:11.5px;color:var(--text-dim);margin-top:4px}.panel{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);padding:18px 20px;margin-bottom:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.panel-head h3{font-size:14.5px}.panel-head .hint{font-size:11.5px;color:var(--text-faint)}.grid-2{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media(max-width:1100px){.grid-2,.grid-3{grid-template-columns:1fr}}.pulse-wrap{position:relative;padding:6px 0 26px}.pulse-line{position:relative;height:64px}.pulse-axis{position:absolute;left:0;right:0;top:32px;height:2px;background:linear-gradient(90deg,var(--border-soft),var(--border),var(--border-soft))}.pulse-today{position:absolute;top:8px;bottom:8px;width:2px;background:var(--yellow);box-shadow:0 0 10px var(--yellow)}.pulse-today-label{position:absolute;top:-14px;font-size:9.5px;color:var(--yellow);font-weight:700;transform:translate(-50%);white-space:nowrap}.pulse-dot{position:absolute;top:26px;width:14px;height:14px;border-radius:50%;transform:translate(-50%);cursor:pointer;border:2px solid var(--bg);transition:.15s}.pulse-dot:hover{transform:translate(-50%) scale(1.4);z-index:5}.pulse-dot.urgent{animation:pulseBeat 1.6s infinite}@keyframes pulseBeat{0%,to{box-shadow:0 0 #f0555b8c}70%{box-shadow:0 0 0 8px #f0555b00}}.pulse-legend{display:flex;gap:16px;font-size:11px;color:var(--text-dim);margin-top:4px}.pulse-legend span{display:inline-flex;align-items:center;gap:6px}.pulse-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}.pulse-months{display:flex;justify-content:space-between;font-size:10px;color:var(--text-faint);margin-top:2px}.badge-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:20px;white-space:nowrap}.badge-status i{width:7px;height:7px;border-radius:50%}.st-vencido{background:var(--red-soft);color:var(--red)}.st-vencido i{background:var(--red)}.st-breve{background:var(--amber-soft);color:var(--amber)}.st-breve i{background:var(--amber)}.st-valido{background:var(--green-soft);color:var(--green)}.st-valido i{background:var(--green)}.st-sem{background:var(--gray-soft);color:var(--gray)}.st-sem i{background:var(--gray)}.filterbar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:16px}.field{display:flex;flex-direction:column;gap:5px;min-width:150px}.field label{font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);font-weight:600}.field select,.field input,.field textarea{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:9px 11px;font-size:13px;font-family:inherit;outline:none;transition:.15s}.field select:focus,.field input:focus,.field textarea:focus{border-color:var(--yellow)}.field-search{min-width:220px;flex:1}.chk-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-dim)}.chk-row input{accent-color:var(--yellow);width:15px;height:15px}.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border-soft)}table{width:100%;border-collapse:collapse;font-size:13px}thead th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);background:var(--surface-2);padding:11px 14px;font-weight:600;border-bottom:1px solid var(--border-soft);white-space:nowrap}tbody td{padding:12px 14px;border-bottom:1px solid var(--border-soft);color:var(--text-dim);vertical-align:middle}tbody tr{background:var(--surface);transition:.1s}tbody tr:hover{background:var(--surface-2)}tbody tr:last-child td{border-bottom:none}td.strong{color:var(--text);font-weight:600}.row-actions{display:flex;gap:6px}.iconbtn{width:30px;height:30px;border-radius:7px;background:var(--surface-2);border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-dim)}.iconbtn:hover{color:var(--yellow);border-color:var(--border)}.iconbtn svg{width:14px;height:14px}.empty-state{padding:60px 20px;text-align:center;color:var(--text-faint)}.empty-state svg{width:40px;height:40px;margin-bottom:12px;opacity:.5}.version-tag{font-size:10.5px;background:var(--surface-2);border:1px solid var(--border-soft);padding:2px 7px;border-radius:20px;color:var(--text-faint)}.tag-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px;white-space:nowrap}.tag-c0{background:var(--blue-soft);color:var(--blue)}.tag-c1{background:var(--purple-soft);color:var(--purple)}.tag-c2{background:var(--teal-soft);color:var(--teal)}.tag-c3{background:var(--pink-soft);color:var(--pink)}.tag-c4{background:var(--amber-soft);color:var(--amber)}.tag-c5{background:var(--green-soft);color:var(--green)}.tag-c6{background:var(--red-soft);color:var(--red)}.tag-c7{background:var(--gray-soft);color:var(--gray)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#04070eb8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.overlay.show{display:flex}.modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;box-shadow:var(--shadow);animation:pop .18s ease}.modal.wide{max-width:760px}@keyframes pop{0%{opacity:0;transform:scale(.97) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border-soft);position:sticky;top:0;background:var(--surface);z-index:2}.modal-head h3{font-size:15.5px}.modal-close{width:30px;height:30px;border-radius:8px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-dim);border:1px solid var(--border-soft)}.modal-close:hover{color:var(--red)}.modal-body{padding:20px 22px}.modal-foot{padding:16px 22px;border-top:1px solid var(--border-soft);display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:0;background:var(--surface)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.upload-drop{border:1.5px dashed var(--border);border-radius:10px;padding:22px;text-align:center;cursor:pointer;color:var(--text-dim);transition:.15s;background:var(--surface-2);font-size:12.5px}.upload-drop:hover{border-color:var(--yellow);color:var(--yellow)}.upload-drop svg{width:26px;height:26px;margin-bottom:8px;opacity:.7}.file-chip{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:9px;padding:9px 12px;margin-top:10px;font-size:12.5px}.file-chip svg{width:16px;height:16px;color:var(--yellow);flex-shrink:0}.file-chip .fname{flex:1;color:var(--text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-chip .fsize{color:var(--text-faint);font-size:11px}.conflict-choice{display:flex;flex-direction:column;gap:10px;margin-top:6px}.choice-card{border:1.5px solid var(--border);border-radius:10px;padding:14px;cursor:pointer;transition:.15s}.choice-card:hover{border-color:var(--yellow);background:var(--surface-2)}.choice-card strong{display:block;font-size:13.5px;margin-bottom:3px;color:var(--text)}.choice-card span{font-size:12px;color:var(--text-dim)}.version-list{display:flex;flex-direction:column;gap:8px}.version-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--border-soft);border-radius:9px;background:var(--surface-2)}.version-item.active{border-color:var(--yellow);background:var(--yellow-soft)}.version-item .vmeta{flex:1}.version-item .vmeta .vname{font-size:12.5px;font-weight:600;color:var(--text)}.version-item .vmeta .vdate{font-size:11px;color:var(--text-faint);margin-top:2px}.config-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.config-item{display:flex;align-items:center;gap:10px;padding:9px 12px;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:8px;font-size:13px}.config-item .cname{flex:1;font-weight:500}.config-add{display:flex;gap:8px;margin-top:12px}.config-add input{flex:1}.toast-wrap{position:fixed;bottom:22px;right:22px;z-index:200;display:flex;flex-direction:column;gap:10px}.toast{background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--green);padding:12px 16px;border-radius:9px;font-size:13px;box-shadow:var(--shadow);animation:pop .18s ease;min-width:240px}.toast.err{border-left-color:var(--red)}.chart-box{position:relative;height:230px}.legend-list{display:flex;flex-direction:column;gap:9px;margin-top:14px}.legend-row{display:flex;align-items:center;gap:9px;font-size:12.5px}.legend-row i{width:9px;height:9px;border-radius:3px;flex-shrink:0}.legend-row .lname{flex:1;color:var(--text-dim)}.legend-row .lval{font-weight:700;color:var(--text);font-family:JetBrains Mono}.alerts-list{display:flex;flex-direction:column;gap:8px}.alert-row{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:9px;background:var(--surface-2);border:1px solid var(--border-soft);border-left:3px solid var(--red)}.alert-row.amber{border-left-color:var(--amber)}.alert-row .atitle{font-size:13px;font-weight:600;color:var(--text)}.alert-row .asub{font-size:11.5px;color:var(--text-faint);margin-top:1px}.alert-row .aright{margin-left:auto;font-size:11.5px;font-weight:700}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--border-soft);margin-bottom:18px}.tab{padding:10px 14px;font-size:13px;font-weight:600;color:var(--text-faint);cursor:pointer;border-bottom:2px solid transparent}.tab.active{color:var(--yellow);border-color:var(--yellow)}.required:after{content:" *";color:var(--red)}.login-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px 800px at 85% -10%,#FBF3E3 0%,transparent 55%),var(--bg)}.login-card{width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border-soft);border-radius:16px;padding:32px 28px;box-shadow:var(--shadow)}.login-brand{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:22px;text-align:center}.login-brand .brand-mark{width:46px;height:46px;font-size:19px}.login-brand h1{font-size:16.5px}.login-brand span{font-size:12px;color:var(--text-faint)}.login-card .field{margin-bottom:14px}.login-card .field label{margin-bottom:6px}.login-error{background:var(--red-soft);color:var(--red);border:1px solid #E145501A;border-radius:8px;padding:9px 12px;font-size:12.5px;margin-bottom:14px;display:none}.login-card .btn-primary{width:100%;justify-content:center;padding:10px;margin-top:6px}.folder-banner{display:flex;align-items:center;gap:12px;background:var(--amber-soft);border:1px solid #F0A93B44;border-radius:10px;padding:12px 16px;margin-bottom:18px;font-size:12.5px;color:var(--text)}.folder-banner.ok{background:var(--green-soft);border-color:#38d39244}.folder-banner svg{width:18px;height:18px;flex-shrink:0;color:var(--amber)}.folder-banner.ok svg{color:var(--green)}.folder-banner .fb-text{flex:1}.folder-banner .fb-text b{display:block;font-size:13px;margin-bottom:1px}.folder-pill{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--text-dim)}.folder-pill i{width:8px;height:8px;border-radius:50%;background:var(--red)}.folder-pill.ok i{background:var(--green)}
