@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Ledger:wght@400&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";
.category-menu{align-items:center;display:flex;position:relative}.hamburger-button{color:#000;cursor:pointer;background:0 0;border:none;border-radius:3px;align-items:center;gap:.3rem;padding:.3rem;transition:background-color .2s;display:flex}.hamburger-button:hover{background-color:#0000001a}.hamburger-icon{flex-direction:column;justify-content:space-between;width:16px;height:12px;display:flex}.hamburger-icon span{background-color:#000;border-radius:1px;width:100%;height:1.5px;transition:all .3s;display:block}.hamburger-icon.open span:first-child{transform:rotate(45deg)translate(3px,3px)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-4px)}.hamburger-text{font-size:.75rem;font-weight:500}.category-dropdown{z-index:1000;background-color:#fff;border:1px solid #e1e8ed;border-radius:6px;min-width:160px;margin-top:.3rem;position:absolute;top:100%;left:0;box-shadow:0 2px 8px #00000026}.category-list{padding:.3rem 0}.category-item{text-align:left;color:#2c3e50;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem .8rem;font-size:.8rem;transition:background-color .2s;display:block}.category-item:hover{background-color:#f8f9fa}.category-item.active{color:#fff;background-color:#000;font-weight:600}.menu-overlay{z-index:999;background:0 0;position:fixed;top:0;bottom:0;left:0;right:0}@media (max-width:768px){.hamburger-text{display:none}.hamburger-button{gap:.2rem;padding:.25rem}.hamburger-icon{width:14px;height:10px}.hamburger-icon span{height:1.2px}.category-dropdown{min-width:140px;margin-top:.2rem}.category-item{padding:.4rem .6rem;font-size:.75rem}}@media (max-width:480px){.hamburger-button{padding:.2rem}.hamburger-icon{width:12px;height:8px}.hamburger-icon span{height:1px}.category-dropdown{min-width:120px}.category-item{padding:.35rem .5rem;font-size:.7rem}}
.header{color:#000;background-color:#f5f5f5;padding:.25rem 0;box-shadow:0 1px 4px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}.header-content{justify-content:space-between;align-items:center;display:flex}.header-left{flex:none;align-items:center;display:flex}.header-center{flex:1;justify-content:center;align-items:center;display:flex}.header.admin-logged-in{color:#000;background-color:#32cd32}.header.admin-logged-in .header-title-link{color:#000}.header.admin-logged-in .header-subtitle{color:#333}.header.admin-logged-in .hamburger-text{color:#000}.header.admin-logged-in .hamburger-icon span{background-color:#000}.logout-button{color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;font-family:var(--font-family-primary);background-color:#dc3545;border:none;border-radius:4px;padding:.4rem .8rem;transition:background-color .2s}.logout-button:hover{background-color:#c82333}.header-text{text-align:center}.header-title{letter-spacing:-.5px;margin:0;font-size:1.8rem;font-weight:700}.header-title-link{color:inherit;cursor:pointer;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.header-logo{width:auto;height:64px;margin-right:4px}.header-title-link:hover{color:inherit;text-decoration:none}.header-subtitle{color:#333;margin:.1rem 0 0;font-size:.9rem;font-weight:400;line-height:1.2}@media (max-width:768px){.header{padding:.2rem 0}.header-logo{height:48px}.header-container{padding:0 .5rem}.header-title{font-size:1.4rem}.header-subtitle{margin:.05rem 0 0;font-size:.75rem}.header-right{min-width:60px}}@media (max-width:480px){.header-title{font-size:1.2rem}.header-logo{height:40px;margin-right:4px}.header-subtitle{font-size:.7rem}.header-container{padding:0 .4rem}.header-right{min-width:50px}}
.admin-header{color:#000;font-family:var(--font-family-primary);background-color:#fff;border-bottom:1px solid #e0e0e0;padding:.5rem 0}.admin-header-container{max-width:1200px;margin:0 auto;padding:0 1rem}.admin-header-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.admin-label{color:#000;white-space:nowrap;font-size:.9rem;font-weight:600}.admin-nav{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-link{color:#000;white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.admin-link:hover{color:#333;text-decoration:underline}.admin-separator{color:#000;font-weight:500}.admin-logout-link{color:#dc3545;cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-family-primary);background:0 0;border:none;padding:0;text-decoration:none;transition:color .2s}.admin-logout-link:hover{color:#c82333;text-decoration:underline}@media (max-width:768px){.admin-header{padding:.4rem 0}.admin-header-container{padding:0 .5rem}.admin-header-content{gap:.5rem}.admin-label,.admin-link{font-size:.8rem}.admin-nav{gap:.3rem}}@media (max-width:480px){.admin-header-content{flex-direction:column;align-items:flex-start;gap:.3rem}.admin-nav{flex-wrap:wrap}}
.footer.admin-logged-in{color:#000;background-color:#32cd32}.footer.admin-logged-in .footer-copyright,.footer.admin-logged-in .record-count,.footer.admin-logged-in .footer-link{color:#000}.footer.admin-logged-in .footer-link:hover{color:#333}.footer.admin-logged-in .footer-separator{color:#000}.footer{color:#fff;background-color:#000;margin-top:1.5rem;padding:1rem 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.footer-copyright{color:#fff;margin:0;font-size:1rem}.record-count{opacity:.8;font-size:.9rem;font-weight:400}.footer-nav{align-items:center;gap:.5rem;display:flex}.footer-link{color:#fff;font-size:1rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-separator{color:#fff;font-size:1rem}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column;gap:.5rem}.footer-nav{justify-content:center}}
:root{--font-family-primary:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif}*{box-sizing:border-box}body{font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f8f8;margin:0;font-size:16px}*,:before,:after,h1,h2,h3,h4,h5,h6,p,span,div,a,button,input,textarea,label,.nav-link,.header-title,.header-subtitle,.news-title,.news-source,.news-time,.editor-room h1,.editor-subtitle,.summary-section h3,.what-text,.when-text,.details-text,.reference-link,.copy-button,.new-button,.generate-button,.error-message,.result-container h2{font-family:var(--font-family-primary)!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f8f8f8;font-family:Georgia,Times New Roman,serif;line-height:1.6}.App{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:100%;margin:0 auto;padding:0}@media (max-width:768px){.main-content{padding:0}}@media (max-width:480px){.main-content{padding:0}}
