* {margin: 0;padding: 0;box-sizing: border-box;}body {font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;background: radial-gradient(circle at 30% 20%, rgba(0,119,190,0.05) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(0,206,209,0.05) 0%, transparent 50%), linear-gradient(135deg, #f6f8fb 0%, #e9ecef 100%);min-height: 100vh;color: #1f2937;line-height: 1.6;}.nav-bar {position: fixed;top: 0;left: 0;right: 0;height: 60px;background: rgba(255,255,255,0.95);backdrop-filter: blur(20px);border-bottom: 1px solid rgba(0,0,0,0.05);z-index: 1000;display: flex;align-items: center;padding: 0 40px;}.nav-logo {font-size: 20px;font-weight: 800;background: linear-gradient(135deg, #0077BE 0%, #00CED1 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-decoration: none;}.privacy-container {max-width: 900px;margin: 100px auto 40px;padding: 0 20px;}.privacy-header {text-align: center;margin-bottom: 60px;padding: 40px 20px;background: white;border-radius: 20px;box-shadow: 0 10px 30px rgba(0,0,0,0.05);}.privacy-title {font-size: 48px;font-weight: 900;background: linear-gradient(135deg, #0077BE 0%, #00CED1 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;margin-bottom: 15px;}.privacy-subtitle {font-size: 18px;color: #6b7280;}.last-updated {margin-top: 20px;padding: 10px 20px;background: linear-gradient(135deg, #f3f4f6, #e5e7eb);border-radius: 30px;display: inline-block;font-size: 14px;color: #4b5563;}.privacy-content {background: white;border-radius: 20px;padding: 50px;box-shadow: 0 10px 30px rgba(0,0,0,0.05);}.section {margin-bottom: 45px;}.section h2 {font-size: 28px;font-weight: 700;color: #0077BE;margin-bottom: 20px;padding-left: 15px;border-left: 4px solid #00CED1;}.section h3 {font-size: 20px;font-weight: 600;color: #1f2937;margin: 25px 0 15px;}.section p {margin-bottom: 15px;color: #4b5563;font-size: 16px;line-height: 1.8;}.section ul {margin: 15px 0 15px 30px;color: #4b5563;}.section li {margin-bottom: 10px;font-size: 16px;}.important-notice {background: linear-gradient(135deg, #fef3c7, #fde68a);border-left: 4px solid #f59e0b;padding: 20px;border-radius: 10px;margin: 30px 0;}.important-notice h3 {color: #92400e;margin-top: 0;}.important-notice p {color: #78350f;margin-bottom: 10px;}.security-notice {background: linear-gradient(135deg, #dbeafe, #bfdbfe);border-left: 4px solid #3b82f6;padding: 20px;border-radius: 10px;margin: 30px 0;}.security-notice h3 {color: #1e40af;margin-top: 0;}.security-notice p {color: #1e3a8a;margin-bottom: 10px;}.no-search-notice {background: linear-gradient(135deg, #fecaca, #fca5a5);border-left: 4px solid #ef4444;padding: 20px;border-radius: 10px;margin: 30px 0;}.no-search-notice h3 {color: #991b1b;margin-top: 0;}.no-search-notice p {color: #7f1d1d;margin-bottom: 10px;}.contact-section {background: linear-gradient(135deg, #f0f9ff, #e0f2fe);padding: 30px;border-radius: 15px;margin-top: 40px;text-align: center;}.contact-section h2 {color: #0077BE;margin-bottom: 15px;}.contact-email {color: #0077BE;text-decoration: none;font-weight: 600;font-size: 18px;}.contact-email:hover {text-decoration: underline;}@media (max-width: 768px) {.privacy-container {margin-top: 80px;}.privacy-title {font-size: 36px;}.privacy-content {padding: 30px 20px;}.section h2 {font-size: 24px;}.nav-bar {padding: 0 20px;}}