.bulletin-main-page{max-width:1400px;margin:0 auto;padding:20px}.bulletin-main-page .page-hero{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;padding:60px 40px;border-radius:12px;margin-bottom:40px;box-shadow:0 4px 20px rgba(102,126,234,0.3)}.bulletin-main-page .hero-content{max-width:800px}.bulletin-main-page .hero-title{font-size:42px;font-weight:700;margin:0 0 10px 0}.bulletin-main-page .hero-subtitle{font-size:18px;opacity:0.9;margin:0}.bulletin-main-page .section{margin-bottom:50px}.bulletin-main-page .bulletin-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0;max-width:unset;gap:20px}.bulletin-main-page .section-title{font-size:28px;font-weight:600;margin:0 0 5px 0;color:#2c3e50}.bulletin-main-page .section-title i{margin-right:12px;color:#667eea}.bulletin-main-page .section-subtitle{font-size:15px;color:#7f8c8d;margin:0 0 0 45px}.bulletin-main-page .templates-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:24px}.bulletin-main-page .template-card{background:white;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all 0.3s ease}.bulletin-main-page .template-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1);transform:translateY(-2px)}.bulletin-main-page .template-card-header{padding:20px;background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;align-items:flex-start}.bulletin-main-page .template-name{margin:0;font-size:18px;font-weight:600;color:#2c3e50}.bulletin-main-page .template-card-body{padding:20px}.bulletin-main-page .template-description{color:#7f8c8d;font-size:14px;margin:0 0 15px 0;line-height:1.6}.bulletin-main-page .template-meta{display:flex;gap:20px;font-size:13px;color:#95a5a6}.bulletin-main-page .meta-item{display:flex;align-items:center;gap:6px}.bulletin-main-page .template-card-actions{padding:15px 20px;background:#f8f9fa;display:flex;border-top:1px solid #e0e0e0}.bulletin-main-page .generation-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:24px}.bulletin-main-page .quick-generate-card,.bulletin-main-page .custom-generate-card,.bulletin-main-page .history-card{background:white;border:1px solid #e0e0e0;border-radius:8px;padding:30px;text-align:center;transition:all 0.3s ease}.bulletin-main-page .quick-generate-card:hover,.bulletin-main-page .custom-generate-card:hover,.bulletin-main-page .history-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1);transform:translateY(-2px)}.bulletin-main-page .card-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;font-size:28px}.bulletin-main-page .quick-generate-card h3,.bulletin-main-page .custom-generate-card h3,.bulletin-main-page .history-card h3{font-size:20px;font-weight:600;margin:0 0 10px 0;color:#2c3e50}.bulletin-main-page .quick-generate-card p,.bulletin-main-page .custom-generate-card p,.bulletin-main-page .history-card p{color:#7f8c8d;font-size:14px;margin:0 0 20px 0;line-height:1.6}.bulletin-main-page .empty-state,.bulletin-main-page .loading-state{text-align:center;padding:80px 20px;color:#95a5a6}.bulletin-main-page .empty-state i,.bulletin-main-page .loading-state i{display:block;margin-bottom:20px;color:#bdc3c7}.bulletin-main-page .empty-state h3{font-size:24px;color:#7f8c8d;margin:0 0 10px 0}.bulletin-main-page .empty-state p{font-size:15px;margin:0 0 30px 0}@media (max-width: 768px){.bulletin-main-page .templates-grid,.bulletin-main-page .generation-grid{grid-template-columns:1fr}.bulletin-main-page .section-header{flex-direction:column;gap:15px}.bulletin-main-page .hero-title{font-size:32px}}.bulletin-logs-page{max-width:1200px;margin:0 auto;padding:20px}.bulletin-logs-page .page-header-custom{margin-bottom:30px}.bulletin-logs-page .page-title{margin:0 0 5px 0;font-weight:600;color:#2c3e50}.bulletin-logs-page .page-title i{color:#667eea;margin-right:12px}.bulletin-logs-page .logs-timeline{position:relative}.bulletin-logs-page .log-group{margin-bottom:40px}.bulletin-logs-page .log-group-date{margin-bottom:20px;position:relative}.bulletin-logs-page .date-badge{display:inline-block;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;padding:8px 20px;border-radius:20px;font-weight:600;font-size:14px;box-shadow:0 2px 8px rgba(102,126,234,0.3)}.bulletin-logs-page .log-cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(450px, 1fr));gap:20px}.bulletin-logs-page .log-card{background:white;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;transition:all 0.3s ease;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.bulletin-logs-page .log-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px)}.bulletin-logs-page .log-card-header{padding:15px;background:#f8f9fa;display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #e0e0e0}.bulletin-logs-page .log-card-icon{width:40px;height:40px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:18px;flex-shrink:0}.bulletin-logs-page .log-card-info{flex:1}.bulletin-logs-page .log-card-title{margin-bottom:8px;font-size:15px}.bulletin-logs-page .log-card-meta{display:flex;flex-wrap:wrap;gap:6px}.bulletin-logs-page .log-card-meta .label{font-size:11px;padding:4px 8px;font-weight:500}.bulletin-logs-page .log-card-actions{padding:12px 15px;background:white;display:flex;gap:8px}.bulletin-logs-page .empty-state{text-align:center;padding:80px 20px;color:#95a5a6}.bulletin-logs-page .empty-state i{color:#bdc3c7;margin-bottom:20px}.bulletin-logs-page .empty-state h3{color:#7f8c8d;margin:20px 0 10px 0}.bulletin-logs-page .log-content{font-family:'Monaco', 'Menlo', 'Ubuntu Mono', monospace;white-space:pre-wrap;word-wrap:break-word}.bulletin-logs-page .section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0;max-width:unset;align-items:center}.bulletin-logs-page .section-title{font-size:28px;font-weight:600;margin:0 0 5px 0;color:#2c3e50}.bulletin-logs-page .section-title i{margin-right:12px;color:#667eea}@media (max-width: 768px){.bulletin-logs-page .log-cards{grid-template-columns:1fr}.bulletin-logs-page .page-header-custom .text-right{text-align:left !important;margin-top:15px}}.header-action{text-align:right;margin-bottom:15px}
/*# sourceMappingURL=bulletin.css.map */
