:root{--primary-color_176fb739:#8a2be2;--secondary-color_176fb739:#ff6b8b;--dark-color_176fb739:#1a1a2e;--light-color_176fb739:#f8f9fa;--text-color_176fb739:#333;--border-color_176fb739:#e0e0e0;--shadow_176fb739:0 4px 12px rgba(0,0,0,0.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color_176fb739);background-color:#fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col{padding:0 15px;flex:1}a{text-decoration:none;color:var(--primary-color_176fb739);transition:color 0.3s ease}a:hover{color:var(--secondary-color_176fb739)}ul{list-style:none}.btn{display:inline-block;padding:12px 28px;border-radius:30px;font-weight:600;cursor:pointer;border:none;transition:all 0.3s ease;text-align:center}.btn-primary_176fb739{background:linear-gradient(90deg,var(--primary-color_176fb739),var(--secondary-color_176fb739));color:white}.btn-primary_176fb739:hover{transform:translateY(-3px);box-shadow:var(--shadow_176fb739);color:white}.header_176fb739{background-color:white;box-shadow:0 2px 10px rgba(0,0,0,0.05);position:sticky;top:0;z-index:1000}.nav-container_176fb739{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo-wrapper_176fb739{display:flex;align-items:center;gap:12px}.logo-img_176fb739{height:40px;width:auto}.logo-text_176fb739{font-size:1.8rem;font-weight:800;color:var(--dark-color_176fb739);background:linear-gradient(90deg,var(--primary-color_176fb739),var(--secondary-color_176fb739));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-menu_176fb739{display:flex;align-items:center;gap:30px}.nav-link_176fb739{font-weight:600;color:var(--dark-color_176fb739);position:relative}.nav-link_176fb739:hover,.nav-link_176fb739.active{color:var(--primary-color_176fb739)}.nav-link_176fb739.active::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--primary-color_176fb739),var(--secondary-color_176fb739));border-radius:2px}.mobile-toggle_176fb739{display:none;font-size:1.5rem;cursor:pointer;color:var(--dark-color_176fb739)}.breadcrumbs_176fb739{padding:20px 0;background-color:#f9f9f9;border-bottom:1px solid var(--border-color_176fb739);margin-bottom:40px}.breadcrumbs-list_176fb739{display:flex;align-items:center;gap:10px;font-size:0.9rem}.breadcrumbs-item_176fb739:not(:last-child)::after{content:'/';margin-left:10px;color:#999}.breadcrumbs-link_176fb739{color:#666}.breadcrumbs-link_176fb739:hover{color:var(--primary-color_176fb739)}.main-content_176fb739{padding:40px 0 80px}.page-title_176fb739{font-size:2.8rem;margin-bottom:20px;color:var(--dark-color_176fb739);line-height:1.2}.page-subtitle_176fb739{font-size:1.1rem;color:#666;margin-bottom:40px;max-width:800px}.legal-section_176fb739{margin-bottom:50px}.section-title_176fb739{font-size:1.8rem;margin-bottom:20px;color:var(--dark-color_176fb739);padding-bottom:10px;border-bottom:2px solid var(--border-color_176fb739)}.legal-text_176fb739{margin-bottom:20px;color:#444}.legal-list_176fb739{margin-left:20px;margin-bottom:20px}.legal-list_176fb739 li{list-style-type:decimal;margin-bottom:10px;padding-left:10px}.highlight-box_176fb739{background-color:#f0f4ff;border-left:4px solid var(--primary-color_176fb739);padding:20px;margin:30px 0;border-radius:0 8px 8px 0}.update-date_176fb739{font-style:italic;color:#888;font-size:0.95rem;text-align:right;margin-top:50px;padding-top:20px;border-top:1px solid var(--border-color_176fb739)}.footer_176fb739{background-color:var(--dark-color_176fb739);color:#ccc;padding:60px 0 30px}.footer-content_176fb739{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}.footer-section_176fb739{flex:1;min-width:250px;margin-bottom:30px}.footer-section_176fb739 h3{font-size:1.8rem;margin-bottom:15px;color:white;background:linear-gradient(90deg,var(--primary-color_176fb739),var(--secondary-color_176fb739));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-section_176fb739 h4{font-size:1.2rem;margin-bottom:20px;color:white}.footer-section_176fb739 ul li{margin-bottom:10px}.footer-section_176fb739 a{color:#ccc}.footer-section_176fb739 a:hover{color:white}.footer-bottom_176fb739{text-align:center;padding-top:30px;border-top:1px solid #333;color:#999;font-size:0.9rem}@media (max-width:992px){.nav-menu_176fb739{position:fixed;top:80px;left:0;width:100%;background-color:white;flex-direction:column;padding:20px;box-shadow:0 10px 20px rgba(0,0,0,0.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s ease;gap:0}.nav-menu_176fb739.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link_176fb739{padding:15px 0;width:100%;text-align:center;border-bottom:1px solid #eee}.mobile-toggle_176fb739{display:block}.page-title_176fb739{font-size:2.2rem}}@media (max-width:768px){.footer-content_176fb739{flex-direction:column}.footer-section_176fb739{margin-bottom:30px}}