body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-page{min-height:100vh;padding:2rem 1rem}.container{max-width:1200px}.home-ad{display:flex;justify-content:center;margin:16px 0 24px;min-height:1px;min-width:1px}header{color:#fff;margin-bottom:3rem;text-align:center}header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #0003}.subtitle{font-size:1.2rem;opacity:.9}.articles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.article-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:transform .2s,box-shadow .2s}.article-card:hover{box-shadow:0 8px 12px #00000026;transform:translateY(-4px)}.article-header{border-bottom:2px solid #f0f0f0;margin-bottom:1rem;padding-bottom:.75rem}.article-header h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.3rem;line-height:1.4;margin-bottom:.5rem;overflow:hidden}.article-date{color:#666;font-size:.85rem;font-weight:500}.article-preview{flex:1 1;margin-bottom:1rem}.article-preview p{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-size:.95rem;line-height:1.6;overflow:hidden}.article-footer{align-items:center;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.article-category{background:#667eea;border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.read-more{color:#667eea;font-size:.9rem;font-weight:600}.loading{color:#fff;font-size:1.2rem;padding:2rem;text-align:center}.help-text{color:#fff;font-size:.9rem;margin-top:1rem}.help-text code{background:#fff3;border-radius:4px;font-size:.85rem;padding:.25rem .5rem}.pagination-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:2rem 0;padding:1.5rem}.pagination-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.pagination-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:120px;padding:.75rem 1.5rem;transition:background .2s,transform .2s}.pagination-btn:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.pagination-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.date-selector{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:center;position:relative}.custom-dropdown{min-width:280px;position:relative}.dropdown-trigger{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:space-between;padding:.875rem 1.25rem;transition:all .3s ease;width:100%}.dropdown-trigger:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.dropdown-trigger:active:not(:disabled){transform:translateY(0)}.dropdown-trigger:disabled{cursor:not-allowed;opacity:.6}.dropdown-selected{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{color:#fff;flex-shrink:0;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{animation:dropdownFadeIn .2s ease;background:#fff;border:1px solid #667eea1a;border-radius:12px;box-shadow:0 8px 24px #00000026;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:10000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu::-webkit-scrollbar{width:8px}.dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:12px}.dropdown-menu::-webkit-scrollbar-thumb{background:#667eea;border-radius:12px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:#5568d3}.dropdown-item{align-items:center;background:#fff;border:none;border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;justify-content:space-between;padding:1rem 1.25rem;text-align:left;transition:all .2s ease;width:100%}.dropdown-item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.dropdown-item:last-child{border-bottom:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.dropdown-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.dropdown-item.active{background:linear-gradient(135deg,#667eea26,#764ba226);color:#667eea;font-weight:600}.dropdown-item-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-check{color:#667eea;flex-shrink:0}.page-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:20px;color:#666;font-size:.9rem;font-weight:500;padding:.5rem 1rem;white-space:nowrap}.current-date-display{border-top:2px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.current-date-display h2{color:#333;font-size:1.5rem;font-weight:600;margin:0}.no-articles{background:#fff;border-radius:12px;color:#666;font-size:1.1rem;padding:3rem;text-align:center}.footer-link{color:#fff}@media (max-width:768px){.articles-grid{grid-template-columns:1fr}header h1{font-size:2rem}.pagination-controls{align-items:stretch;flex-direction:column}.pagination-btn{width:100%}.date-selector{flex-direction:column;width:100%}.custom-dropdown{min-width:0;min-width:auto;width:100%}.page-info{text-align:center;width:100%}.current-date-display h2{font-size:1.2rem}}.article-detail-page{min-height:100vh;padding:2rem 1rem}.container{margin:0 auto;max-width:900px}.article-ad{display:flex;justify-content:center;margin:16px 0 24px;min-height:1px;min-width:1px}.adsense-ad-container{min-height:1px;min-width:1px;width:100%}.back-button{background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .2s}.back-button:hover{background:#667eea;color:#fff;transform:translateX(-4px)}.article-full{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2.5rem}.article-full-header{border-bottom:3px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1.5rem}.article-full-header h1{color:#333;font-size:2rem;line-height:1.4;margin-bottom:1rem}.article-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.article-meta .article-date{color:#666;font-size:1rem;font-weight:500}.article-meta .article-category{background:#667eea;border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;padding:.4rem 1rem}.article-full-content{color:#444;font-size:1.1rem;line-height:1.8}.article-full-content p{margin-bottom:1.5rem;text-align:justify}.article-full-content p:last-child{margin-bottom:0}.error{background:#fee;border-left:4px solid #c33;border-radius:8px;color:#c33;margin:1rem 0;padding:1rem}.site-footer{margin-top:2rem;text-align:center}.footer-link{color:#667eea;font-size:.9rem;text-decoration:underline}.footer-link:hover{opacity:.9}@media (max-width:768px){.article-full{padding:1.5rem}.article-full-header h1{font-size:1.5rem}.article-full-content{font-size:1rem}.article-meta{align-items:flex-start;flex-direction:column}}.privacy-page{min-height:100vh;padding:2rem 1rem}.privacy-header{margin-bottom:2rem;text-align:left}.privacy-header h1{font-size:2rem;margin-bottom:.5rem}.privacy-updated{color:#666;font-size:.95rem}.privacy-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000014;margin-bottom:1.5rem;padding:1.5rem 1.75rem}.privacy-section h2{color:#333;font-size:1.25rem;margin-bottom:.75rem}.privacy-section p{color:#444;line-height:1.6;margin-bottom:.75rem}.privacy-section ul{margin-bottom:.75rem;padding-left:1.25rem}.privacy-section li{color:#444;margin-bottom:.5rem}.privacy-section a{color:#667eea;text-decoration:none}.privacy-section a:hover{text-decoration:underline}@media (max-width:768px){.privacy-section{padding:1.25rem}.privacy-header h1{font-size:1.6rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}
/*# sourceMappingURL=main.b95d12a2.css.map*/