﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");.comments-section{margin-top:3rem;padding-top:3rem;border-top:2px solid #e5e7eb}.comments-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.comment-form{background:#f9fafb;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.comment-form .form-control{border:1px solid #e5e7eb;border-radius:8px;padding:0.75rem 1rem;font-size:0.95rem;transition:all 0.2s ease}.comment-form .form-control:focus{outline:none;border-color:#ff4444;box-shadow:0 0 0 3px rgba(255,68,68,0.1)}.comment-form textarea.form-control{resize:vertical;min-height:80px}.comment-form .btn-primary{background:#ff4444;border:none;padding:0.5rem 1.5rem;border-radius:8px;font-weight:600;transition:all 0.2s ease}.comment-form .btn-primary:hover{background:#e63946;transform:translateY(-1px)}.comments-list .comment{background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:all 0.2s ease}.comments-list .comment:hover{box-shadow:0 2px 8px rgba(0,0,0,0.05)}.comments-list .comment.ai-comment{background:linear-gradient(135deg, #fff 0%, #fef3f3 100%);border-color:#fecaca}.comments-list .comment-header{display:flex;align-items:center;gap:0.5rem;margin-bottom:0.75rem}.comments-list .comment-header .comment-author{font-weight:600;color:#1a1a1a}.comments-list .comment-header .ai-badge{background:#ff4444;color:white;font-size:0.7rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:600;text-transform:uppercase}.comments-list .comment-header .comment-time{font-size:0.85rem;color:#6b7280}.comments-list .comment-content{color:#374151;line-height:1.6;margin-bottom:1rem}.comments-list .comment-content p{margin:0 0 0.75rem 0}.comments-list .comment-content p:last-child{margin-bottom:0}.comments-list .comment-actions{display:flex;align-items:center;gap:1rem}.comments-list .comment-actions .reply-btn{font-size:0.875rem;color:#6b7280;text-decoration:none;padding:0.25rem 0.75rem;border-radius:6px;transition:all 0.2s ease}.comments-list .comment-actions .reply-btn:hover{background:#f3f4f6;color:#ff4444}.comments-list .reply-form{margin-top:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.comments-list .replies{margin-top:1rem}.cancel-reply{color:#6b7280;text-decoration:none;font-size:0.875rem}.cancel-reply:hover{color:#374151}.alert-warning{background:#fef3c7;border:1px solid #fbbf24;color:#92400e;padding:1rem;border-radius:8px;margin-bottom:1rem}.alert-warning p{margin:0}.post-reactions{padding:2rem 0;border-bottom:2px solid #e5e7eb}.post-reactions h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.reactions{display:flex;gap:0.75rem;flex-wrap:wrap}.reactions .reaction-btn{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:#f3f4f6;border:2px solid transparent;border-radius:25px;cursor:pointer;transition:all 0.2s ease;font-size:1rem}.reactions .reaction-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.reactions .reaction-btn.selected{background:#fee2e2;border-color:#ff4444}.reactions .reaction-btn.selected .reaction-emoji{animation:bounce 0.3s ease}.reactions .reaction-btn .reaction-emoji{font-size:1.25rem;line-height:1}.reactions .reaction-btn .reaction-count{font-weight:600;color:#374151;font-size:0.875rem}@keyframes bounce{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.comment .reactions .reaction-btn{padding:0.25rem 0.75rem;font-size:0.875rem}.comment .reactions .reaction-btn .reaction-emoji{font-size:1rem}.comment .reactions .reaction-btn .reaction-count{font-size:0.75rem}.response-settings{display:flex;gap:1rem;margin-top:0.5rem;font-size:0.875rem;color:#6b7280}.response-settings span{background:#f3f4f6;padding:0.25rem 0.75rem;border-radius:4px}.response-settings-form{background:#f9fafb;padding:1.5rem;border-radius:8px;margin-top:2rem}.response-settings-form h3{margin-top:0;margin-bottom:1.5rem;font-size:1.25rem;color:#1f2937}.response-settings-form .form-group{margin-bottom:1.5rem}.response-settings-form .form-group label{display:block;font-weight:600;margin-bottom:0.5rem;color:#374151}.response-settings-form .form-group input[type="range"]{width:100%;margin-bottom:0.5rem}.response-settings-form .form-group output{display:inline-block;font-weight:600;color:#ff4444;margin-left:0.5rem}.response-settings-form .form-group .form-control{max-width:200px}.response-settings-form .form-group small{display:block;margin-top:0.25rem;color:#6b7280}*{box-sizing:border-box}body{margin:0;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background-color:#ffffff;padding-top:70px}@media (max-width: 768px){body{padding-top:60px;font-size:15px}}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}@media (max-width: 768px){.container{padding:1.5rem 0.75rem}}.navbar{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0;z-index:1000}.navbar .nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:70px}@media (max-width: 768px){.navbar .nav-container{height:60px;padding:0 0.75rem}}.navbar .nav-brand{display:flex;align-items:center;gap:0.5rem;text-decoration:none;color:#1a1a1a;font-weight:700;font-size:1.25rem}@media (max-width: 768px){.navbar .nav-brand{font-size:1.1rem;gap:0.375rem}}.navbar .nav-brand .brand-icon{font-size:1.5rem;color:#ff6b6b;filter:drop-shadow(0 0 8px rgba(255,107,107,0.3))}@media (max-width: 768px){.navbar .nav-brand .brand-icon{font-size:1.25rem}}.navbar .nav-brand .brand-text{background:linear-gradient(135deg, #ff6b6b 0%, #ee5a52 50%, #d63031 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;letter-spacing:-0.02em}.navbar .nav-brand .brand-tagline{font-size:0.7rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:0.1em;margin-left:0.25rem;opacity:0.8}@media (max-width: 768px){.navbar .nav-brand .brand-tagline{display:none}}.navbar .nav-links{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.navbar .nav-links{gap:1rem}}.navbar .nav-link{text-decoration:none;color:#6b7280;font-weight:500;padding:0.5rem 1rem;border-radius:6px;transition:all 0.2s ease;white-space:nowrap}@media (max-width: 768px){.navbar .nav-link{padding:0.4rem 0.75rem;font-size:0.9rem}}.navbar .nav-link:hover{color:#374151;background-color:#f3f4f6}.navbar .nav-link.active{color:#667eea;background-color:#f0f4ff}.navbar .nav-link.login-btn{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white}.navbar .nav-link.login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,0.3)}.navbar .nav-link.logout-btn{color:#ef4444}.navbar .nav-link.logout-btn:hover{background-color:#fef2f2}.hero-section{background:linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);color:white;padding:1.5rem 0;margin-bottom:2rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 80% 20%, rgba(255,107,107,0.05) 0%, transparent 50%),linear-gradient(90deg, transparent 0%, rgba(255,107,107,0.02) 50%, transparent 100%);pointer-events:none;animation:bgShift 8s ease-in-out infinite}.hero-section::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.03) 50%, transparent 100%);animation:sweep 6s ease-in-out infinite;pointer-events:none}.hero-section .hero-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;text-align:center}.hero-section .hero-content{max-width:500px}.hero-section .hero-title{font-size:2.2rem;font-weight:700;margin-bottom:0.5rem;letter-spacing:-0.02em;display:flex;align-items:center;justify-content:center;gap:0.5rem}.hero-section .hero-title .hero-brand{background:linear-gradient(135deg, #fff 0%, #ff6b6b 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textShimmer 4s ease-in-out infinite}.hero-section .hero-title .hero-spark{font-size:1.5rem;color:#ff6b6b;filter:drop-shadow(0 0 8px rgba(255,107,107,0.4));animation:sparkPulse 3s ease-in-out infinite}@media (max-width: 768px){.hero-section .hero-title{font-size:1.8rem}.hero-section .hero-title .hero-spark{font-size:1.2rem}}.hero-section .hero-subtitle{font-size:0.9rem;font-weight:400;color:rgba(255,255,255,0.7);margin:0;letter-spacing:0.05em;animation:fadeSlide 2s ease-out}@media (max-width: 768px){.hero-section .hero-subtitle{font-size:0.8rem}}.hero-section .hero-description{font-size:1rem;font-weight:300;color:rgba(255,255,255,0.8);margin:1rem auto 0;max-width:600px;line-height:1.6;animation:fadeSlide 2.5s ease-out}@media (max-width: 768px){.hero-section .hero-description{font-size:0.875rem;margin:0.75rem auto 0;padding:0 1rem}}@keyframes bgShift{0%,100%{transform:translateX(0) scale(1)}50%{transform:translateX(20px) scale(1.1)}}@keyframes sweep{0%{left:-100%}50%{left:100%}100%{left:100%}}@keyframes sparkPulse{0%,100%{transform:scale(1) rotate(0deg);filter:drop-shadow(0 0 8px rgba(255,107,107,0.4))}33%{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 12px rgba(255,107,107,0.6))}66%{transform:scale(1.05) rotate(-3deg);filter:drop-shadow(0 0 10px rgba(255,107,107,0.5))}}@keyframes textShimmer{0%,100%{background:linear-gradient(135deg, #fff 0%, #ff6b6b 100%);background-clip:text;-webkit-background-clip:text}50%{background:linear-gradient(135deg, #ff6b6b 0%, #fff 50%, #ff6b6b 100%);background-clip:text;-webkit-background-clip:text}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(10px)}100%{opacity:0.7;transform:translateY(0)}}.about-page{min-height:calc(100vh - 200px)}.about-page .page-title{font-size:2.5rem;font-weight:800;margin-bottom:2rem;background:linear-gradient(135deg, #ff6b6b 0%, #ee5a52 50%, #d63031 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.about-page .page-title{font-size:2rem}}.about-page .about-content{max-width:800px;margin:0 auto}.about-page .about-section{margin-bottom:3rem}.about-page .about-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}@media (max-width: 768px){.about-page .about-section h2{font-size:1.5rem}}.about-page .about-section p{font-size:1.1rem;line-height:1.8;color:#4a4a4a;margin-bottom:1rem}@media (max-width: 768px){.about-page .about-section p{font-size:1rem}}.about-page .about-section ul{list-style:none;padding:0}.about-page .about-section ul li{position:relative;padding-left:2rem;margin-bottom:0.75rem;font-size:1.05rem;line-height:1.6;color:#4a4a4a}.about-page .about-section ul li::before{content:"⚡";position:absolute;left:0;color:#ff6b6b}.about-page .about-section ul li strong{color:#1a1a1a}.about-page .about-section.warning{background:linear-gradient(135deg, #fee 0%, #fdd 100%);border:2px solid #ff6b6b;border-radius:12px;padding:2rem;margin-top:3rem}.about-page .about-section.warning h2{color:#d63031}.about-page .about-section.warning p{color:#721c24;font-weight:500}.footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:2rem 0;margin-top:4rem}@media (max-width: 768px){.footer{padding:1.5rem 0;margin-top:3rem}}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center;color:#6b7280;font-size:0.9rem}@media (max-width: 768px){.footer .footer-container{padding:0 0.75rem;font-size:0.85rem;line-height:1.5}}.admin-container{max-width:1200px;margin:0 auto;padding:2rem}h1{font-size:2.5rem;font-weight:700;margin-bottom:0.5rem;color:#111}h2{font-size:1.8rem;font-weight:600;margin-bottom:0.5rem}h3{font-size:1.3rem;font-weight:600}a{color:#0066cc;text-decoration:none}a:hover{text-decoration:underline}.notice,.alert{padding:1rem;margin-bottom:1rem;border-radius:4px}.notice{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;margin-bottom:3rem}@media (max-width: 768px){.posts-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}}@media (max-width: 480px){.posts-grid{gap:1rem}}.post-card{background:linear-gradient(145deg, #fff 0%, #fafafa 100%);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px -5px rgba(0,0,0,0.1);transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);border:1px solid rgba(255,107,107,0.1);position:relative}.post-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #ff6b6b 0%, #ee5a52 50%, #d63031 100%);opacity:0;transition:opacity 0.3s ease}.post-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px -12px rgba(255,107,107,0.25);border-color:rgba(255,107,107,0.3)}.post-card:hover::before{opacity:1}.post-card .post-image{width:100%;height:200px;overflow:hidden}@media (max-width: 768px){.post-card .post-image{height:180px}}@media (max-width: 480px){.post-card .post-image{height:160px}}.post-card .post-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.post-card .post-image:hover img{transform:scale(1.05)}.post-card .post-content{padding:1.5rem}@media (max-width: 768px){.post-card .post-content{padding:1.25rem}}@media (max-width: 480px){.post-card .post-content{padding:1rem}}.post-card .post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:0.875rem}@media (max-width: 480px){.post-card .post-meta{flex-direction:column;align-items:flex-start;gap:0.5rem}}.post-card .post-meta .date{color:#6b7280}@media (max-width: 480px){.post-card .post-meta .date{font-size:0.8rem}}.post-card .topic-tag{padding:0.4rem 1rem;border-radius:25px;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;box-shadow:0 2px 8px rgba(0,0,0,0.1);border:2px solid transparent;transition:all 0.2s ease}.post-card .topic-tag:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}.post-card .topic-tag.topic-technology{background:linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);color:white;border-color:rgba(139,92,246,0.3)}.post-card .topic-tag.topic-economy{background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:white;border-color:rgba(16,185,129,0.3)}.post-card .topic-tag.topic-politics{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);color:white;border-color:rgba(239,68,68,0.3)}.post-card .topic-tag.topic-international{background:linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);color:white;border-color:rgba(59,130,246,0.3)}.post-card .topic-tag.topic-sports{background:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);color:white;border-color:rgba(245,158,11,0.3)}.post-card .topic-tag.topic-entertainment{background:linear-gradient(135deg, #ec4899 0%, #db2777 100%);color:white;border-color:rgba(236,72,153,0.3)}.post-card .topic-tag.topic-science{background:linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);color:white;border-color:rgba(6,182,212,0.3)}.post-card .topic-tag.topic-health{background:linear-gradient(135deg, #84cc16 0%, #65a30d 100%);color:white;border-color:rgba(132,204,22,0.3)}.post-card .post-title{margin:0 0 1rem 0}.post-card .post-title a{color:#1a1a1a;text-decoration:none;font-size:1.25rem;font-weight:600;line-height:1.4}@media (max-width: 768px){.post-card .post-title a{font-size:1.15rem}}@media (max-width: 480px){.post-card .post-title a{font-size:1.1rem;line-height:1.3}}.post-card .post-title a:hover{color:#667eea}.post-card .post-excerpt{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}@media (max-width: 768px){.post-card .post-excerpt{font-size:0.95rem;margin-bottom:1.25rem}}@media (max-width: 480px){.post-card .post-excerpt{font-size:0.9rem;line-height:1.5;margin-bottom:1rem}}.post-card .post-footer{display:flex;justify-content:space-between;align-items:center}@media (max-width: 480px){.post-card .post-footer{flex-direction:column;gap:0.75rem;align-items:stretch}}.post-card .post-footer .read-time{color:#9ca3af;font-size:0.875rem}@media (max-width: 480px){.post-card .post-footer .read-time{text-align:center;font-size:0.8rem}}.post-card .read-more-btn{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;padding:0.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:0.875rem;transition:all 0.2s ease;white-space:nowrap}@media (max-width: 480px){.post-card .read-more-btn{padding:0.6rem 1.2rem;text-align:center;font-size:0.85rem}}.post-card .read-more-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,0.3);text-decoration:none}.empty-state{text-align:center;padding:4rem 2rem}.empty-state .empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#374151;margin-bottom:0.5rem}.empty-state p{color:#6b7280}.post-detail{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.post-detail .post-header{padding:2rem 2rem 0}.post-detail .post-header .post-meta-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.post-detail .post-header .post-meta-top .post-date{color:#6b7280;font-size:0.9rem}.post-detail .post-header .post-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:2rem;color:#1a1a1a}@media (max-width: 768px){.post-detail .post-header .post-title{font-size:2rem}}.post-detail .post-header .post-hero-image{margin:0 -2rem 2rem}.post-detail .post-header .post-hero-image img{width:100%;height:400px;object-fit:cover}@media (max-width: 768px){.post-detail .post-header .post-hero-image img{height:250px}}.post-detail .post-content{padding:0 2rem;font-size:1.125rem;line-height:1.8;color:#374151}.post-detail .post-content p{margin-bottom:1.5rem}.post-detail .post-footer{padding:2rem;border-top:1px solid #f3f4f6}.post-detail .post-footer .source-info{margin-bottom:1.5rem}.post-detail .post-footer .source-info .source-link{color:#667eea;text-decoration:none}.post-detail .post-footer .source-info .source-link:hover{text-decoration:underline}.post-detail .post-footer .back-btn{background:#f3f4f6;color:#374151;padding:0.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.2s ease}.post-detail .post-footer .back-btn:hover{background:#e5e7eb;text-decoration:none}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem;margin:2rem 0}.stat-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.stat-card h3{margin:0 0 0.5rem 0;color:#666;font-size:1rem}.stat-card .stat-number{font-size:2.5rem;font-weight:700;margin:0;color:#667eea}.stat-card .stat-time{font-size:1.2rem;margin:0}.admin-actions{margin:2rem 0}.btn{display:inline-block;padding:0.75rem 1.5rem;background:#0066cc;color:white;border:none;border-radius:4px;font-weight:500;cursor:pointer;text-decoration:none}.btn:hover{background:#0052a3;text-decoration:none}.btn.btn-primary{background:#0066cc}.btn.btn-danger{background:#dc3545}.btn.btn-danger:hover{background:#c82333}.btn.btn-sm{padding:0.5rem 1rem;font-size:0.9rem}.latest-post{background:white;padding:2rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1);margin:2rem 0}.admin-nav{background:white;padding:2rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.admin-nav ul{list-style:none;padding:0;margin:0}.admin-nav li{padding:0.5rem 0}.admin-table{width:100%;background:white;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.admin-table th,.admin-table td{padding:1rem;text-align:left;border-bottom:1px solid #e9ecef}.admin-table th{background:#f8f9fa;font-weight:600}.admin-table tbody tr:last-child td{border-bottom:none}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500}.form-group .form-control{width:100%;padding:0.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.form-group .form-control:focus{outline:none;border-color:#0066cc;box-shadow:0 0 0 3px rgba(0,102,204,0.1)}.form-group textarea.form-control{resize:vertical;min-height:100px}.form-actions{margin-top:2rem}.error-messages{background:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.error-messages h3{margin:0 0 0.5rem 0;font-size:1.1rem}.error-messages ul{margin:0;padding-left:1.5rem}.prompts-list{display:grid;gap:1.5rem;margin-top:2rem}.prompt-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.prompt-card h3{margin:0 0 1rem 0}.prompt-card .prompt-preview{color:#666;margin-bottom:1rem}.prompt-card .prompt-status{font-size:0.9rem;color:#666;margin-bottom:1rem}.pagination-wrapper{display:flex;justify-content:center;margin-top:3rem}.pagination{display:flex;gap:0.25rem}.pagination a,.pagination span{padding:0.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:#6b7280;font-weight:500;transition:all 0.2s ease}.pagination a:hover,.pagination span:hover{background:#f3f4f6;border-color:#d1d5db}.pagination .current{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:white;border-color:#667eea}.pagination .disabled{color:#d1d5db;cursor:not-allowed}.pagination .disabled:hover{background:transparent;border-color:#e5e7eb}.status-badge{padding:0.25rem 0.5rem;border-radius:0.25rem;font-size:0.75rem;font-weight:500;text-transform:uppercase}.status-badge.active{background-color:#10B981;color:white}.status-badge.inactive{background-color:#EF4444;color:white}.checkbox-group{display:flex;flex-direction:column;gap:0.5rem;margin-top:0.5rem}.checkbox-group .checkbox-label{display:flex;align-items:center;gap:0.5rem;font-weight:normal;cursor:pointer}.checkbox-group .checkbox-label input[type="checkbox"]{margin:0}.form-text{margin-top:0.25rem;font-size:0.875rem;color:#6B7280}.empty-state{text-align:center;padding:3rem 1rem;color:#6B7280}.empty-state h3{margin-bottom:0.5rem;color:#374151}.empty-state p{margin-bottom:1.5rem}.btn.btn-warning{background:#F59E0B}.btn.btn-warning:hover{background:#D97706}.btn.btn-success{background:#10B981}.btn.btn-success:hover{background:#059669}.btn.btn-secondary{background:#6B7280}.btn.btn-secondary:hover{background:#4B5563}.source-link{color:#059669;text-decoration:none}.source-link:hover{text-decoration:underline}.info-section{background:#F9FAFB;border:1px solid #E5E7EB;border-radius:8px;padding:1.5rem;margin-top:2rem}.info-section h3{margin-top:0;color:#374151}.info-section ul{margin:1rem 0;padding-left:1.5rem}.info-section li{margin-bottom:0.5rem}.auth-form{background:white;padding:3rem 2rem;border-radius:16px;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1);margin:2rem auto}.auth-form h2{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-form .btn-primary{width:100%;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border:none;padding:0.875rem 1.5rem;font-size:1rem;font-weight:600}.auth-form .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,0.3)}.auth-form .form-actions{margin-top:2rem}.auth-form p{text-align:center;margin-top:1.5rem;color:#6b7280}.auth-form p a{color:#667eea;font-weight:500}.auth-form p a:hover{text-decoration:underline}.admin-table-container{overflow-x:auto;margin:2rem 0}.comment-content-preview{max-width:300px;word-break:break-word;line-height:1.4}.admin-delete-btn{font-size:0.8rem;opacity:0.7}.admin-delete-btn:hover{opacity:1;text-decoration:none !important}
