:root{--brand-main:#282828;--brand-secondary:#4a4a4a;--brand-white:#fff;--gradient-gold:linear-gradient(45deg,#FFD700,#FFEC8B);--bg-overlay:rgba(255,255,255,0.9)}body{margin:0;padding:0;background:url('https://images.gptkong.com/cloud/background.png') repeat-y;background-size:100% auto;background-position:top center;font-family:'Futura',sans-serif;color:var(--brand-white);line-height:1.6}nav{background-color:var(--brand-main);padding:1px 20px;display:flex;align-items:center;justify-content:space-between}nav img.logo{width:40px;height:40px;margin:5px 30px 5px 5px}nav ul{list-style:none;display:flex;margin-right:30px;padding:0}nav ul li{margin:0 10px}nav ul li a{color:var(--brand-white);text-decoration:none;font-size:16px;transition:color 0.3s ease}nav ul li a:hover{color:#FFD700}#brandInfoTable{max-width:960px;margin:20px auto;background-color:rgba(255,255,255,0.8);border-collapse:collapse;border:1px solid var(--brand-secondary)}#brandInfoTable th,#brandInfoTable td{padding:10px;border:1px solid var(--brand-secondary)}#brandInfoTable th{white-space:nowrap;text-align:left;background-color:var(--brand-secondary);color:var(--brand-white)}#brandInfoTable td{white-space:normal;color:#000}article{max-width:960px;margin:20px auto;background-color:#2E2E2E;padding:20px;border-radius:8px}.content-section{background:linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0.05));padding:15px;margin-bottom:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.3);transition:transform 0.3s ease,box-shadow 0.3s ease}.content-section:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,0.5)}h2{font-size:18px;margin-top:20px;border-bottom:2px solid #FFD700;padding-bottom:10px}.highlight{color:#FFD700;font-weight:bold}.competitiveness-table{width:100%;border-collapse:collapse;margin-top:10px}.competitiveness-table th,.competitiveness-table td{border:1px solid #555;padding:10px;text-align:left}.competitiveness-table th{background-color:#444}.product-list{list-style-type:decimal;padding-left:20px}.product-list li{margin-bottom:8px}@media (max-width:600px){nav ul{display:none}article,#brandInfoTable{padding:10px}h2{font-size:16px}.competitiveness-table,.competitiveness-table th,.competitiveness-table td{font-size:14px}}img.responsive-img{display:block;max-width:100%;width:80%;height:auto;margin:20px auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.4);transition:transform 0.3s ease}img.responsive-img:hover{transform:scale(1.05)}#brand-product-list{max-width:960px;margin:20px auto;background-color:rgba(255,255,255,0.9);padding:15px;border-radius:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;list-style:none}#brand-product-list li{background:var(--brand-white);border:1px solid var(--brand-secondary);border-radius:8px;overflow:hidden;transition:box-shadow 0.3s ease}#brand-product-list li:hover{box-shadow:0 4px 12px rgba(0,0,0,0.4)}#brand-product-list .product-image img{width:100%;height:auto;display:block}#brand-product-list .product-name{padding:10px;text-align:center;font-size:16px;color:#000}#brand-related-list{max-width:960px;margin:20px auto;background-color:rgba(255,255,255,0.9);border-collapse:collapse;border:1px solid var(--brand-secondary)}#brand-related-list caption{font-size:18px;padding:10px;color:#000;background:var(--gradient-gold)}#brand-related-list th,#brand-related-list td{padding:10px;border:1px solid var(--brand-secondary);color:#000}#brand-related-list th{background-color:var(--brand-secondary);color:var(--brand-white);white-space:nowrap;text-align:left}.brand-feedback{max-width:960px;margin:20px auto;padding:10px;text-align:center}.brand-feedback .btn{display:inline-block;background:var(--brand-secondary);color:var(--brand-white);padding:8px 12px;border-radius:4px;text-decoration:none;margin:5px;transition:background-color 0.3s ease}.brand-feedback .btn:hover{background:#444}.brand-feedback img{vertical-align:middle;margin-right:5px}a[rel="nofollow"]{text-decoration:none;color:#FFD700}a[rel="nofollow"]:hover{text-decoration:underline}footer{margin:20px 0;text-align:center;color:#aaa}.gradient-line{height:4px;width:100%;background:linear-gradient(90deg,#FFD700,#FFEC8B);margin:20px 0;border-radius:2px}
