@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;color:#333;font-family:Inter,sans-serif;margin:0}#root{min-height:100vh}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.menu-wrapper{flex-direction:column;font-family:Inter,sans-serif;font-size:14px;width:100%}.menu-trigger-row,.menu-wrapper{align-items:center;display:flex;gap:12px}.menu-trigger-row{margin:0 auto;width:90%}.menu-trigger{background:#0000;border:2px solid #3882bd;border-radius:50%;cursor:pointer;font-family:inherit;font-size:inherit;height:44px;width:44px}.menu-trigger,.menu-trigger-icon{align-items:center;display:inline-flex;justify-content:center}.menu-trigger-icon{flex-direction:column;gap:4px}.menu-trigger-icon span{background:#3882bd;display:block;height:2px;width:18px}.menu-trigger-rail{border:none;border-top:2px solid #d0d0d0;flex:1 1}.menu-panel{max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:max-height .35s ease,opacity .25s ease,transform .35s ease;width:100%}.menu-panel.open{max-height:320px;opacity:1;transform:translateY(0)}.filter-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:20px}.clear-filters,.filter-container{font-family:inherit;font-size:inherit}.clear-filters{background:#0000;border:1px solid #c62828;border-radius:6px;color:#c62828;cursor:pointer;font-weight:inherit;padding:4px 10px;transition:background .2s ease,color .2s ease,border-color .2s ease}.clear-filters:focus,.clear-filters:hover{background:#c62828;border-color:#c62828;color:#fff;outline:none}.filter-group{align-items:center;display:flex;gap:6px}.filter-group label{color:#555;font-family:inherit;font-size:inherit;font-weight:500}.filter-group input[type=date],.filter-group input[type=text],.filter-group select{background-color:#fff;border:1px solid #ccc;border-radius:6px;color:#555;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:4px 8px;transition:border-color .2s ease}.filter-group input[type=date]:focus,.filter-group input[type=date]:hover,.filter-group input[type=text]:focus,.filter-group input[type=text]:hover,.filter-group select:hover{border-color:#3882bd;outline:none}@media (max-width:600px){.filter-container{align-items:center;flex-direction:column}.filter-group{justify-content:center;width:100%}}.header-wrapper{width:100%}header{text-align:center}header img{height:auto;max-width:200px}.catchphrase{color:#555;font-size:16px;font-weight:500;margin-bottom:20px;text-align:center}.grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:.5cm}.status-message{color:#555;font-weight:500;margin:20px 0;text-align:center}.loading-container{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:40px 0}.spinner{animation:spin .8s linear infinite;border:4px solid #3882bd33;border-radius:50%;border-top-color:#3882bd;height:40px;width:40px}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid{grid-template-columns:1fr}}.box{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px;word-break:break-word}.box h2{line-clamp:2;-webkit-line-clamp:2;font-size:18px;margin-bottom:10px;min-height:2.8em}.box h2,.box p{-webkit-box-orient:vertical;display:-webkit-box;line-height:1.4;overflow:hidden}.box p{line-clamp:5;-webkit-line-clamp:5;color:#555;flex-grow:1;font-size:14px;min-height:7em}.meta{color:#888;font-size:12px;margin-top:auto;padding-top:12px}.page{display:flex;justify-content:center;min-height:100vh;padding:20px 20px 40px;position:relative}.app-container{max-width:1200px;width:100%}.pagination{display:flex;gap:16px;margin:30px 0}.pagination,.pagination button{align-items:center;justify-content:center}.pagination button{-webkit-appearance:none;appearance:none;background:#3882bd;border:none;border-radius:6px;box-shadow:0 2px 6px #0003;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;padding:8px 16px;transition:background .2s ease,transform .2s ease}.pagination button:hover:not(:disabled){background:#004c99;transform:translateY(-1px)}.pagination button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.pagination-info{color:#555;font-weight:500}.info-btn{background:#3882bd;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 6px #0003;color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:40px;position:fixed;right:20px;transition:background .2s ease,transform .2s ease;width:40px}.info-btn:hover{background:#004c99;transform:scale(1.1)}.modal{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;padding:60px 40px 40px;position:relative;width:100%}.modal-content h2,.modal-content p{margin-bottom:8px}.modal-content p{line-height:1.5}.modal-summary{text-align:justify;white-space:pre-line}.close-btn{background:#ff4d4d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:6px 10px;position:absolute;right:15px;top:10px}.modal-content a{color:#3882bd;font-weight:700;text-decoration:none}@media (max-width:900px){.page{padding:16px 16px 32px}}@media (max-width:600px){.modal-content{border-radius:12px;max-height:80vh;padding:48px 24px 24px}}
/*# sourceMappingURL=main.2d8aa8f5.css.map*/