* { 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-hero { text-align: center; margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 3px solid var(--primary); }
.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-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.qweasd-section { background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 2rem; border-radius: 15px; text-align: center; transition: all 0.4s ease; animation: slideUp 0.6s ease both; }
@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.qweasd-section:nth-child(1) { animation-delay: 0.1s; }
.qweasd-section:nth-child(2) { animation-delay: 0.2s; }
.qweasd-section:nth-child(3) { animation-delay: 0.3s; }
.qweasd-section:nth-child(4) { animation-delay: 0.4s; }
.qweasd-section:hover { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); transform: translateY(-8px); }
.plmnbv-icon { font-size: 3rem; margin-bottom: 1rem; animation: bounce 2s ease infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.zxcqwe-heading { font-size: 1.5rem; color: var(--dark); margin-bottom: 1rem; font-weight: 700; }
.asdzxc-text { color: #666; line-height: 1.8; }
.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; } .zxcmnb-content { grid-template-columns: 1fr; } .asdfghj-title { font-size: 2rem; } }
