@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--color-primary:#0b1f3a;--color-primary-md:#122847;--color-accent:#c8973a;--color-accent-light:#e4b96a;--color-text:#1c2b3a;--color-muted:#6b7e94;--color-bg:#f5f7fa;--color-surface:#fff;--color-border:#dde4ed;--color-danger:#e74c3c;--color-warning:#f39c12;--color-success:#2ecc71;--font-body:"Inter", -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"IBM Plex Mono", "DM Mono", monospace;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--radius-sm:6px;--radius-md:10px;--radius-pill:20px;--shadow-card:0 10px 24px #0b1f3a24;--shadow-card-selected:0 6px 18px #c8973a38;--sidebar-width:240px}*{box-sizing:border-box}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);margin:0}.mono{font-family:var(--font-mono)}.btn{padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);cursor:pointer;border:none;font-size:1rem;font-weight:700}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--color-accent);color:var(--color-primary)}.btn--primary:hover:not(:disabled){background:var(--color-accent-light)}.btn--secondary{color:var(--color-accent);border:1px solid var(--color-accent);background:0 0}.badge{border-radius:var(--radius-pill);padding:2px 10px;font-size:.72rem;font-weight:600;display:inline-block}.badge--success{color:#1e8449;background:#e9f7ef}.badge--warning{color:var(--color-warning);background:#fef5e7}.badge--neutral{color:var(--color-muted);background:var(--color-bg)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.card__header{background:var(--color-primary-md);color:var(--color-surface);padding:14px 18px;font-weight:600}.card__body{padding:18px}.page-header{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.page-header h1{margin:0}.field{margin-bottom:var(--space-4)}.field label{color:var(--color-muted);margin-bottom:6px;font-size:.85rem;font-weight:500;display:block}.field input,.field select{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--color-text);padding:10px 12px;font-size:.95rem}.field input.mono{font-family:var(--font-mono)}.field__hint{color:var(--color-muted);margin-top:4px;font-size:.75rem}.modal__backdrop{z-index:100;background:#0b1f3a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--color-surface);border-radius:var(--radius-md);min-width:280px;max-width:90vw;box-shadow:var(--shadow-card)}.modal__header{padding:var(--space-4);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;font-weight:600;display:flex}.modal__close{cursor:pointer;color:var(--color-muted);background:0 0;border:none;font-size:1.2rem}.modal__body{padding:var(--space-4)}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--color-border);font-size:.9rem}.table th{color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.field__error{color:var(--color-danger);margin:8px 0;font-size:.85rem}.checkbox-field{margin:var(--space-4) 0;font-size:.85rem;display:block}.checkbox-field input{width:auto;margin-right:var(--space-2);display:inline}.shell__header{background:var(--color-primary);color:var(--color-surface);align-items:center;gap:var(--space-5);padding:0 var(--space-5);height:64px;display:flex}.shell__brand{font-weight:700}.shell__account{color:var(--color-surface);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #ffffff4d;margin-left:auto;padding:6px 14px}.shell__main{padding:var(--space-5);max-width:1360px;margin:0 auto}.modal__actions{gap:var(--space-3);margin-top:var(--space-4);justify-content:flex-end;display:flex}@media (width<=640px){.shell__header{height:auto;padding:var(--space-3);gap:var(--space-3);flex-wrap:wrap}.shell__main{padding:var(--space-3)}}.shell--sidebar{align-items:stretch;min-height:100vh;display:flex}.shell--sidebar .shell__main{max-width:1200px}.shell-sidebar{width:var(--sidebar-width);background:var(--color-primary);padding:var(--space-5) 0;flex-direction:column;flex-shrink:0;display:flex}.shell-sidebar__brand{color:var(--color-surface);padding:0 var(--space-5) var(--space-5);font-weight:700}.shell-nav{gap:var(--space-5);padding:0 var(--space-3);flex-direction:column;flex:1;display:flex}.shell-nav__group{flex-direction:column;gap:2px;display:flex}.shell-nav__group--footer{padding-top:var(--space-4);border-top:1px solid #ffffff26;margin-top:auto}.shell-nav__label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;padding:0 var(--space-2);margin-bottom:4px;font-size:.68rem;font-weight:600}.shell-nav__item{align-items:center;gap:var(--space-2);width:100%;padding:8px var(--space-2);border-radius:var(--radius-sm);color:#ffffffbf;font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:none;font-size:.88rem;font-weight:500;text-decoration:none;display:flex}.shell-nav__item:hover{color:var(--color-surface);background:#ffffff14}.shell-nav__item--active{color:var(--color-surface);background:#ffffff24}.shell-main-column{flex-direction:column;flex:1;min-width:0;display:flex}.shell__menu-btn{color:var(--color-surface);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.shell-drawer{z-index:200;position:fixed;inset:0}.shell-drawer__backdrop{background:#0b1f3a80;position:absolute;inset:0}.shell-drawer__panel{background:var(--color-primary);width:280px;padding:var(--space-4) 0;box-shadow:var(--shadow-card);flex-direction:column;display:flex;position:absolute;inset:0 auto 0 0}.shell-drawer__header{padding:0 var(--space-4) var(--space-4);justify-content:space-between;align-items:center;display:flex}.shell-drawer__close{color:var(--color-surface);cursor:pointer;background:0 0;border:none}.placeholder__texto{padding:var(--space-6) var(--space-4);text-align:center;color:var(--color-muted);font-size:.95rem}@media (width<=900px){.shell-sidebar{display:none}.shell__menu-btn{display:inline-flex}}@media (width>=901px){.shell-drawer{display:none}}.entrada-modo-row{gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.modo-btn{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer;color:var(--color-muted);flex:1;padding:10px;font-size:.85rem;font-weight:500}.modo-btn--ativo{background:var(--color-primary);color:var(--color-surface);border-color:var(--color-primary)}.highlight-row{gap:var(--space-4);margin-bottom:var(--space-5);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}@media (width<=1000px){.highlight-row{grid-template-columns:1fr}}.hl-card{background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s}.hl-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}.hl-card--selecionado{border-color:var(--color-accent);box-shadow:var(--shadow-card-selected)}.hl-card--estatico{cursor:default}.hl-card--estatico:hover{box-shadow:none;transform:none}.hl-topo{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.hl-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);font-size:.75rem;font-weight:600}.hl-hero{color:var(--color-primary);font-size:1.7rem;font-weight:600;line-height:1.1}.hl-hero small{color:var(--color-muted);font-size:.9rem;font-weight:400}.hl-hero-sub{color:var(--color-muted);margin:2px 0 12px;font-size:.82rem}.mini-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.mini-grid .mini{background:var(--color-bg);border-radius:var(--radius-sm);padding:10px}.mini-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);margin-bottom:3px;font-size:.68rem;font-weight:600}.mini-valor{color:var(--color-primary);font-size:.98rem;font-weight:600}.mini-sub{color:var(--color-muted);margin-top:2px;font-size:.72rem}.linhas{border-top:1px solid var(--color-border);margin-bottom:10px;padding-top:10px}.linhas--sem-borda{border-top:none;padding-top:0}.linha{justify-content:space-between;gap:10px;padding:3px 0;font-size:.82rem;display:flex}.linha__k{color:var(--color-muted)}.linha__v{color:var(--color-text);text-align:right}.secao{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin:10px 0 4px;font-size:.7rem;font-weight:700}.hl-vazio{color:var(--color-muted);padding:10px 0;font-style:italic}.fornecedor-tag{color:var(--color-muted);font-size:.72rem}.fornecedor-comparativo-wrap{margin-top:var(--space-5)}.fornecedor-comparativo-botoes{gap:var(--space-2);flex-wrap:wrap;display:flex}.aviso-interno{color:var(--color-warning);text-transform:uppercase;letter-spacing:.05em;margin:14px 0 8px;font-size:.72rem;font-weight:700}.fornecedor-bloco{margin-top:14px}.fornecedor-bloco-titulo{color:var(--color-primary);border-bottom:2px solid var(--color-accent);margin-bottom:10px;padding-bottom:6px;font-size:.85rem;font-weight:700}.panel-grid{gap:var(--space-5);grid-template-columns:380px 1fr;display:grid}@media (width<=1000px){.panel-grid{grid-template-columns:1fr}}.resumo-banner{background:var(--color-primary);color:var(--color-surface);border-radius:var(--radius-md);margin-bottom:var(--space-4);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.resumo-item{color:#c9d4e3;font-size:.85rem}.banner-botoes{flex-wrap:wrap;gap:10px;display:flex}.disclaimer{color:var(--color-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);margin-bottom:var(--space-3);padding:12px;font-size:.8rem}.sem-resultado{background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-md);text-align:center;color:var(--color-muted);margin-bottom:var(--space-4);padding:22px;font-size:.9rem}.fornecedores-rodape{color:var(--color-muted);padding:0 4px;font-size:.78rem}.fornecedores-rodape .indisponivel{color:var(--color-warning)}.hl-check{color:var(--color-accent);border:1px solid var(--color-accent);border-radius:var(--radius-pill);padding:2px 10px;font-size:.72rem;font-weight:600}.auth-shell{--auth-bg:#fff;--auth-fg:#0a0a0a;--auth-muted:#737373;--auth-border:#e5e5e5;--auth-input-bg:#0a0a0a08;--auth-input-bg-focus:#8b5cf614;--auth-accent:#8b5cf6;--auth-accent-hover:#7c3aed;--auth-primary:#111;--auth-primary-fg:#fff;--auth-secondary-hover:#f5f5f5;background:var(--auth-bg);min-height:100dvh;color:var(--auth-fg);font-family:var(--font-body);display:flex}.auth-shell__form-col{padding:var(--space-6) var(--space-5);flex:1;justify-content:center;align-items:center;display:flex}.auth-shell__form-inner{width:100%;max-width:400px}.auth-shell__title{letter-spacing:-.02em;margin:0 0 var(--space-2);font-size:2rem;font-weight:600}.auth-shell__subtitle{color:var(--auth-muted);margin:0 0 var(--space-5)}.auth-shell__step{color:var(--auth-muted);margin:0 0 var(--space-5);font-size:.85rem}.auth-shell .field{margin-bottom:var(--space-4)}.auth-shell .field label{color:var(--auth-muted)}.auth-shell .field input,.auth-shell .field select{background:var(--auth-input-bg);border:1px solid var(--auth-border);color:var(--auth-fg);border-radius:14px;padding:13px 14px;transition:border-color .15s,background-color .15s}.auth-shell .field input:focus,.auth-shell .field select:focus{border-color:var(--auth-accent);background:var(--auth-input-bg-focus);outline:none}.auth-shell__password-wrap{position:relative}.auth-shell__password-wrap input{padding-right:44px}.auth-shell__eye-btn{color:var(--auth-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-shell__eye-btn:hover{color:var(--auth-fg)}.auth-shell .btn--primary{background:var(--auth-primary);width:100%;color:var(--auth-primary-fg);border-radius:14px;padding:14px}.auth-shell .btn--primary:hover:not(:disabled){background:#2a2a2a}.auth-shell__row{margin:-6px 0 var(--space-4);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.auth-shell__link{color:var(--auth-accent);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:none}.auth-shell__link:hover{color:var(--auth-accent-hover);text-decoration:underline}.auth-shell__reset-msg{color:var(--auth-muted);margin:-4px 0 var(--space-4);font-size:.8rem}.auth-shell .checkbox-field{align-items:center;gap:var(--space-2);display:flex}.auth-shell .checkbox-field input{appearance:none;border:1px solid var(--auth-border);cursor:pointer;border-radius:5px;flex-shrink:0;width:1.1rem;height:1.1rem;margin:0;position:relative}.auth-shell .checkbox-field input:checked{background:var(--auth-primary);border-color:var(--auth-primary)}.auth-shell .checkbox-field input:checked:after{content:"";border:solid var(--auth-primary-fg);border-width:0 2px 2px 0;width:.28rem;height:.52rem;position:absolute;top:.12rem;left:.32rem;transform:rotate(45deg)}.auth-shell__divider{margin:var(--space-5) 0;justify-content:center;align-items:center;display:flex;position:relative}.auth-shell__divider:before{content:"";border-top:1px solid var(--auth-border);position:absolute;inset:50% 0 auto}.auth-shell__divider span{background:var(--auth-bg);padding:0 var(--space-3);color:var(--auth-muted);font-size:.8rem;position:relative}.auth-shell__google-btn{justify-content:center;align-items:center;gap:var(--space-2);border:1px solid var(--auth-border);width:100%;font-family:var(--font-body);color:var(--auth-fg);cursor:pointer;background:0 0;border-radius:14px;padding:13px;font-size:.95rem;font-weight:500;transition:background-color .15s;display:flex}.auth-shell__google-btn:hover:not(:disabled){background:var(--auth-secondary-hover)}.auth-shell__google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-shell__footer{margin-top:var(--space-5);text-align:center;color:var(--auth-muted);font-size:.85rem}.auth-shell__footer a,.auth-shell__footer .auth-shell__link{font-weight:500}.auth-shell__hero-col{padding:var(--space-4);flex:1;display:none;position:relative}.auth-shell__hero-bg{inset:var(--space-4);background-position:50%;background-size:cover;border-radius:24px;position:absolute}.auth-shell__testimonials{bottom:var(--space-5);gap:var(--space-4);padding:0 var(--space-5);flex-wrap:wrap;justify-content:center;width:100%;display:flex;position:absolute;left:50%;transform:translate(-50%)}.testimonial-card{align-items:flex-start;gap:var(--space-3);width:250px;padding:var(--space-4);-webkit-backdrop-filter:blur(20px);color:#f5f5f5;background:#14141473;border:1px solid #ffffff24;border-radius:20px;display:flex}.testimonial-card__avatar{width:38px;height:38px;font-family:var(--font-mono);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:600;display:flex}.testimonial-card__name{margin:0;font-size:.85rem;font-weight:600}.testimonial-card__handle{color:#f5f5f5a6;margin:1px 0 0;font-size:.78rem}.testimonial-card__text{color:#f5f5f5e6;margin:6px 0 0;font-size:.8rem;line-height:1.4}@media (width>=900px){.auth-shell__hero-col{display:block}}@keyframes auth-fade-slide-in{to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes auth-slide-right-in{to{opacity:1;filter:blur();transform:translate(0)}}@keyframes auth-testimonial-in{to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.animate-element{opacity:0;filter:blur(4px);animation:.7s forwards auth-fade-slide-in;transform:translateY(14px)}.animate-slide-right{opacity:0;filter:blur(4px);animation:.7s forwards auth-slide-right-in;transform:translate(24px)}.animate-testimonial{opacity:0;filter:blur(4px);animation:.7s forwards auth-testimonial-in;transform:translateY(20px)scale(.95)}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.animate-delay-600{animation-delay:.6s}.animate-delay-700{animation-delay:.7s}.animate-delay-800{animation-delay:.8s}.animate-delay-900{animation-delay:.9s}.animate-delay-1000{animation-delay:1s}.animate-delay-1200{animation-delay:1.2s}.animate-delay-1400{animation-delay:1.4s}@media (prefers-reduced-motion:reduce){.animate-element,.animate-slide-right,.animate-testimonial{opacity:1;filter:none;animation:none;transform:none}}
