* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --primary: #ff6b9d; --secondary: #4a90e2; --dark: #1a1a2e; --text: #333; --shadow: rgba(0, 0, 0, 0.1); }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: var(--text); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; }
.qwemnzx-breadcrumb { background: rgba(255, 255, 255, 0.9); padding: 0.75rem 0; font-size: 0.875rem; }
.qwemnzx-breadcrumb a { color: var(--secondary); text-decoration: none; transition: color 0.3s ease; }
.qwemnzx-breadcrumb a:hover { color: var(--primary); }
.kfjdnwq { background: white; box-shadow: 0 2px 10px var(--shadow); padding: 1.5rem 0; margin-bottom: 2rem; }
.xnmzaqw { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.ytplmnb { font-size: 0; margin-bottom: 1rem; }
.ytplmnb a { font-size: 2rem; font-weight: 700; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; }
.plmqwer { display: flex; gap: 2rem; flex-wrap: wrap; }
.plmqwer a { color: var(--text); text-decoration: none; font-weight: 500; padding: 0.5rem 1rem; border-radius: 8px; transition: all 0.3s ease; }
.plmqwer a:hover, .plmqwer a.active { color: white; background: var(--primary); }
.mnbvcxz { padding: 2rem 0; }
.zxcvbnm-main { background: white; border-radius: 20px; padding: 3rem; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); animation: fadeIn 0.6s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.plkmnbv-header { margin-bottom: 3rem; text-align: center; }
.asdfghj-title { font-size: 2.5rem; color: var(--dark); margin-bottom: 0.5rem; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.qwertyu-subtitle { color: #666; font-size: 1.1rem; }
.zxcmnb-list { display: flex; flex-direction: column; gap: 2rem; }
.qweasd-finished { display: flex; gap: 2rem; padding: 2rem; background: #f8f9fa; border-radius: 15px; transition: all 0.4s ease; animation: slideIn 0.6s ease both; }
@keyframes slideIn { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
.qweasd-finished:nth-child(1) { animation-delay: 0.1s; }
.qweasd-finished:nth-child(2) { animation-delay: 0.2s; }
.qweasd-finished:nth-child(3) { animation-delay: 0.3s; }
.qweasd-finished:nth-child(4) { animation-delay: 0.4s; }
.qweasd-finished:nth-child(5) { animation-delay: 0.5s; }
.qweasd-finished:hover { background: white; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); transform: translateY(-5px); }
.plmnbv-cover { width: 160px; height: 220px; object-fit: cover; border-radius: 10px; box-shadow: 0 5px 15px var(--shadow); }
.zxcqwe-details { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.asdzxc-title { font-size: 1.5rem; margin-bottom: 1rem; }
.asdzxc-title a { color: var(--dark); text-decoration: none; transition: color 0.3s ease; }
.asdzxc-title a:hover { color: var(--primary); }
.plkmju-intro { color: #666; margin-bottom: 1rem; line-height: 1.8; }
.qwemnb-stats { display: flex; gap: 1.5rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
.zxcasd-stat { color: var(--secondary); font-weight: 600; font-size: 0.9rem; }
.zxcasd-stat.complete { color: #22c55e; }
.plkjhg-date { color: #999; font-size: 0.875rem; }
.zxcvbnm-footer { background: rgba(26, 26, 46, 0.95); color: white; padding: 3rem 0 2rem; margin-top: 4rem; }
.plkmnbv-footer-nav { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; flex-wrap: wrap; }
.plkmnbv-footer-nav a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: all 0.3s ease; }
.plkmnbv-footer-nav a:hover { color: var(--primary); }
.qwemnb-copyright { text-align: center; color: rgba(255, 255, 255, 0.6); font-size: 0.875rem; }
.plkjhg-totop { position: fixed; bottom: 2rem; right: 2rem; width: 50px; height: 50px; background: var(--primary); color: white; border: none; border-radius: 50%; cursor: pointer; box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4); opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 999; }
.plkjhg-totop.show { opacity: 1; visibility: visible; }
.plkjhg-totop:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(255, 107, 157, 0.6); }
@media (max-width: 768px) { .zxcvbnm-main { padding: 2rem 1rem; } .qweasd-finished { flex-direction: column; } .plmnbv-cover { width: 100%; height: 300px; } .asdfghj-title { font-size: 2rem; } }
