@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--color-primary:#1b6b5a;--color-primary-light:#2a8f78;--color-accent:#c4883c;--color-ink:#0f1a14;--color-bg:#f0f7f4;--color-surface:#fff;--color-border:#e2efe9;--color-muted:#84968f;--color-danger:#dc2626;--color-success:#16a34a;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"DM Sans", system-ui, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 3px 0 #1b6b5a0d;--shadow-md:0 10px 15px -3px #1b6b5a0a, 0 4px 6px -2px #1b6b5a05;--shadow-hover:0 20px 25px -5px #1b6b5a0f, 0 8px 10px -6px #1b6b5a05;--max-width:1200px;--transition-fast:.15s ease;--transition-base:.25s ease;--text:#6b7280;--text-h:#111827;--bg:#f3f4f6;--border:#e5e7eb;--code-bg:#f4f3ec;--accent:#1b6b5a;--accent-bg:#1b6b5a1a;--accent-border:#1b6b5a80;--shadow:0 1px 3px #00000014;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--heading:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, "Cascadia Code", "Source Code Pro", Consolas, monospace;font:15px/145% var(--sans);letter-spacing:.18px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}#root{text-align:left;border:none;width:100%;min-height:100vh;margin:0;padding:0}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:600}p{margin:0}code{font-family:var(--mono);background:var(--code-bg);color:var(--text-h);border-radius:4px;padding:3px 8px;font-size:13px}@media (width<=768px){:root{font-size:14px}}@media print{aside,nav{display:none!important}main{margin-left:0!important}.no-print{display:none!important}}.sidebar{border-right:3px solid var(--cor-perfil,#1b6b5a);z-index:50;width:250px;height:100vh;font-family:var(--font-sans);background:#080f0c;flex-direction:column;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;transform:translate(0)}.sidebar.is-mobile.is-closed{transform:translate(-100%)}.sidebar-header{border-bottom:1px solid #ffffff0f;padding:24px 18px 20px}.sidebar-header-mobile{padding:16px 14px 12px}.sidebar-brand{align-items:center;gap:12px;margin-bottom:18px;text-decoration:none;display:flex}.sidebar-brand-mobile{justify-content:center;gap:0;margin-bottom:0}.sidebar-logo-box{border-radius:var(--radius);background:#ffffff0f;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.sidebar-logo-box-mobile{width:36px;height:36px}.sidebar-logo-img{object-fit:contain;width:30px;height:30px}.sidebar-logo-img-mobile{width:26px;height:26px}.sidebar-brand-text h1{font-family:var(--font-serif);color:#f3f4f6;letter-spacing:-.01em;margin:0;font-size:17px;font-weight:600;line-height:1}.sidebar-brand-text p{color:#ffffff59;text-transform:uppercase;letter-spacing:.16em;margin:2px 0 0;font-size:9px;font-weight:500}.sidebar-profile{border-radius:var(--radius);background:#ffffff0a;align-items:center;gap:10px;padding:10px 12px;display:flex}.sidebar-avatar{background:var(--cor-perfil,#1b6b5a);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:600;display:flex}.sidebar-profile-name{color:#f3f4f6;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:500;overflow:hidden}.sidebar-profile-role{color:#ffffff59;margin:0;font-size:11px}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent;flex:1;padding:16px 12px;overflow-y:auto}.sidebar-section{color:#ffffff40;text-transform:uppercase;letter-spacing:.16em;margin:0;padding:16px 12px 6px;font-size:10px;font-weight:600}.sidebar-link{border-radius:var(--radius);color:#ffffff73;transition:all var(--transition);background:0 0;align-items:center;margin-bottom:2px;padding:9px 12px;font-size:13px;font-weight:400;text-decoration:none;display:flex}.sidebar-link:hover{color:#ffffffb3;background:#ffffff0a}.sidebar-link-active{color:#fff;background:var(--cor-perfil,#1b6b5a);font-weight:500}.sidebar-divider{background:#ffffff0f;height:1px;margin:16px 12px 8px}.sidebar-footer{border-top:1px solid #ffffff0f;padding:12px}.sidebar-btn-sair{border-radius:var(--radius);color:#fff6;cursor:pointer;text-align:left;width:100%;font-size:13px;font-family:var(--font-sans);transition:all var(--transition);background:0 0;border:1px solid #ffffff14;padding:9px 12px}.sidebar-btn-sair:hover{color:#ef4444;border-color:#ef4444}
