*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--blue:#185fa5;--blue-dark:#0c447c;--blue-light:#e6f1fb;--blue-mid:#b5d4f4;--text:#1a1a1a;--text-muted:#6b7280;--text-hint:#9ca3af;--bg:#f7f7f5;--surface:#fff;--border:#00000014;--border-md:#00000024;--radius:8px;--radius-lg:12px;--radius-xl:16px}body{-webkit-font-smoothing:antialiased;background:#f7f7f5;background:var(--bg);color:#1a1a1a;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:15px;line-height:1.6;min-height:100vh}.login-wrap{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{background:#fff;background:var(--surface);border:.5px solid #00000024;border:.5px solid var(--border-md);border-radius:16px;border-radius:var(--radius-xl);max-width:360px;padding:3rem 2.5rem;width:100%}.login-icon{align-items:center;background:#185fa5;background:var(--blue);border-radius:12px;display:flex;height:44px;justify-content:center;margin:0 auto 1.5rem;width:44px}.login-icon svg{stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:22px;width:22px}.login-card h1{color:#1a1a1a;color:var(--text);font-size:18px;font-weight:600;margin-bottom:.25rem;text-align:center}.login-card p{color:#6b7280;color:var(--text-muted);font-size:13px;margin-bottom:2rem;text-align:center}.field{margin-bottom:.875rem}.field label{color:#6b7280;color:var(--text-muted);display:block;font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:.4rem;text-transform:uppercase}.field input{background:#fff;background:var(--surface);border:.5px solid #00000024;border:.5px solid var(--border-md);border-radius:8px;border-radius:var(--radius);color:#1a1a1a;color:var(--text);font-family:inherit;font-size:14px;height:40px;padding:0 12px;transition:border-color .15s,box-shadow .15s;width:100%}.field input:focus{border-color:#185fa5;border-color:var(--blue);box-shadow:0 0 0 3px #185fa51a;outline:none}.btn-primary{background:#185fa5;background:var(--blue);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;height:40px;margin-top:.5rem;transition:background .15s;width:100%}.btn-primary:hover{background:#0c447c;background:var(--blue-dark)}.error-msg{color:#dc2626;font-size:13px;margin-top:.75rem;text-align:center}.app{display:flex;flex-direction:column;min-height:100vh}.topbar{background:#fff;background:var(--surface);border-bottom:.5px solid #00000014;border-bottom:.5px solid var(--border);height:52px;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:10}.topbar,.topbar-brand{align-items:center;display:flex}.topbar-brand{gap:10px}.brand-icon{align-items:center;background:#185fa5;background:var(--blue);border-radius:7px;display:flex;height:28px;justify-content:center;width:28px}.brand-icon svg{stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;height:14px;width:14px}.brand-name{color:#1a1a1a;color:var(--text);font-size:14px;font-weight:600}.brand-sub{color:#9ca3af;color:var(--text-hint);font-size:12px;margin-left:2px}.topbar-right{align-items:center;display:flex;gap:12px}.btn-logout,.topbar-user{color:#6b7280;color:var(--text-muted);font-size:13px}.btn-logout{background:none;border:.5px solid #00000024;border:.5px solid var(--border-md);border-radius:6px;cursor:pointer;font-family:inherit;padding:5px 10px;transition:background .1s}.btn-logout:hover{background:#f7f7f5;background:var(--bg)}.content{flex:1 1;margin:0 auto;max-width:780px;padding:2.5rem 1.5rem;width:100%}.page-header{margin-bottom:2.5rem}.page-header h1{color:#1a1a1a;color:var(--text);font-size:26px;font-weight:600;margin-bottom:.25rem}.page-header p{color:#6b7280;color:var(--text-muted);font-size:14px}.stats-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.25rem}.stat-chip{background:#fff;background:var(--surface);border:.5px solid #00000014;border:.5px solid var(--border);border-radius:20px;color:#6b7280;color:var(--text-muted);font-size:12px;padding:4px 12px}.stat-chip b{color:#1a1a1a;color:var(--text);font-weight:600}.year-block{margin-bottom:.375rem}.year-header{background:none;border:none;cursor:pointer;font-family:inherit;gap:10px;padding:.625rem 0;text-align:left;width:100%}.chevron-wrap,.year-header{align-items:center;display:flex}.chevron-wrap{background:#fff;background:var(--surface);border:.5px solid #00000014;border:.5px solid var(--border);border-radius:5px;flex-shrink:0;height:18px;justify-content:center;transition:background .15s;width:18px}.year-header:hover .chevron-wrap{background:#e6f1fb;background:var(--blue-light);border-color:#b5d4f4;border-color:var(--blue-mid)}.chevron-wrap svg{stroke:#9ca3af;stroke:var(--text-hint);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;height:8px;transition:transform .2s;width:8px}.chevron-wrap.open svg{transform:rotate(90deg)}.year-num{color:#1a1a1a;color:var(--text);font-size:15px;font-weight:600}.year-count{background:#f7f7f5;background:var(--bg);border-radius:20px;color:#9ca3af;color:var(--text-hint);font-size:11px;padding:2px 8px}.year-sep{background:#00000014;background:var(--border);flex:1 1;height:.5px}.articles-list{display:flex;flex-direction:column;gap:1px;margin-bottom:.75rem;padding-left:28px}.article-item{align-items:center;background:#fff;background:var(--surface);border:.5px solid #00000014;border:.5px solid var(--border);border-radius:2px;display:flex;gap:1rem;justify-content:space-between;padding:.75rem 1rem;transition:border-color .15s}.article-item:first-child{border-radius:8px 8px 2px 2px;border-radius:var(--radius) var(--radius) 2px 2px}.article-item:last-child{border-radius:2px 2px 8px 8px;border-radius:2px 2px var(--radius) var(--radius)}.article-item:only-child{border-radius:8px;border-radius:var(--radius)}.article-item+.article-item{margin-top:1px}.article-item:hover{border-color:#00000024;border-color:var(--border-md)}.article-info{flex:1 1;min-width:0}.article-title{color:#1a1a1a;color:var(--text);font-size:13px;font-weight:500;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-meta{color:#9ca3af;color:var(--text-hint);font-size:12px;margin-top:2px}.article-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.btn-ler{background:#185fa5;background:var(--blue);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:12px;font-weight:500;line-height:1.6;padding:5px 14px;text-decoration:none;transition:background .15s}.btn-ler:hover{background:#0c447c;background:var(--blue-dark)}.btn-dl{align-items:center;background:#fff;background:var(--surface);border:.5px solid #00000024;border:.5px solid var(--border-md);border-radius:6px;cursor:pointer;display:flex;height:28px;justify-content:center;text-decoration:none;transition:background .15s;width:28px}.btn-dl:hover{background:#f7f7f5;background:var(--bg)}.btn-dl svg{stroke:#6b7280;stroke:var(--text-muted);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;height:12px;width:12px}.pdf-page{background:#1a1a1a;display:flex;flex-direction:column;min-height:100vh}.pdf-topbar{background:#111;border-bottom:.5px solid #ffffff14;flex-shrink:0;gap:1rem;height:52px;justify-content:space-between;padding:0 1.25rem}.pdf-topbar,.pdf-topbar-left{align-items:center;display:flex}.pdf-topbar-left{gap:10px;min-width:0}.btn-voltar{align-items:center;background:none;border:.5px solid #ffffff1f;border-radius:6px;color:#fff9;cursor:pointer;display:flex;font-family:inherit;font-size:13px;gap:6px;padding:5px 10px;transition:background .15s;white-space:nowrap}.btn-voltar:hover{background:#ffffff14;color:#fff}.btn-voltar svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:12px;width:12px}.pdf-title{color:#fffc;overflow:hidden;text-overflow:ellipsis}.btn-dl-white,.pdf-title{font-size:13px;font-weight:500;white-space:nowrap}.btn-dl-white{align-items:center;background:#185fa5;background:var(--blue);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inherit;gap:6px;padding:6px 14px;text-decoration:none;transition:background .15s}.btn-dl-white:hover{background:#0c447c;background:var(--blue-dark)}.btn-dl-white svg{stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;height:12px;width:12px}.pdf-frame{border:none;display:block;flex:1 1;min-height:calc(100vh - 52px);width:100%}@media (max-width:600px){.content{padding:1.5rem 1rem}.topbar{padding:0 1rem}.article-item{align-items:flex-start;flex-direction:column;gap:.5rem}.article-actions{width:100%}.btn-ler{flex:1 1;text-align:center}.pdf-title{display:none}}
/*# sourceMappingURL=main.f284ad46.css.map*/