* {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;}.terms-container {max-width: 900px;margin: 100px auto 40px;padding: 0 20px;}.terms-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);}.terms-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;}.terms-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;}.terms-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;}.critical-notice {background: linear-gradient(135deg, #fecaca, #fca5a5);border-left: 4px solid #ef4444;padding: 20px;border-radius: 10px;margin: 30px 0;}.critical-notice h3 {color: #991b1b;margin-top: 0;font-size: 22px;}.critical-notice p {color: #7f1d1d;margin-bottom: 10px;font-weight: 500;}.critical-notice ul {margin-left: 20px;color: #7f1d1d;}.warning-notice {background: linear-gradient(135deg, #fef3c7, #fde68a);border-left: 4px solid #f59e0b;padding: 20px;border-radius: 10px;margin: 30px 0;}.warning-notice h3 {color: #92400e;margin-top: 0;}.warning-notice p {color: #78350f;margin-bottom: 10px;}.warning-notice ul {margin-left: 20px;color: #78350f;}.info-notice {background: linear-gradient(135deg, #dbeafe, #bfdbfe);border-left: 4px solid #3b82f6;padding: 20px;border-radius: 10px;margin: 30px 0;}.info-notice h3 {color: #1e40af;margin-top: 0;}.info-notice p {color: #1e3a8a;margin-bottom: 10px;}.legal-notice {background: linear-gradient(135deg, #e9d5ff, #d8b4fe);border-left: 4px solid #9333ea;padding: 20px;border-radius: 10px;margin: 30px 0;}.legal-notice h3 {color: #581c87;margin-top: 0;}.legal-notice p {color: #581c87;margin-bottom: 10px;}.prohibited-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 15px;margin: 20px 0;}.prohibited-item {background: #fff5f5;border: 2px solid #fecaca;border-radius: 10px;padding: 15px;transition: all 0.3s ease;}.prohibited-item:hover {transform: translateY(-2px);box-shadow: 0 5px 15px rgba(239,68,68,0.2);border-color: #ef4444;}.prohibited-item h4 {color: #991b1b;margin-bottom: 8px;font-size: 16px;font-weight: 700;}.prohibited-item p {color: #7f1d1d;font-size: 14px;margin: 0;}.agreement-box {background: linear-gradient(135deg, #f0fdf4, #dcfce7);border: 2px solid #86efac;border-radius: 15px;padding: 25px;margin: 40px 0;text-align: center;}.agreement-box h3 {color: #14532d;margin-bottom: 10px;}.agreement-box p {color: #166534;font-weight: 500;}.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;}.table-responsive {overflow-x: auto;margin: 20px 0;}.limit-table {width: 100%;border-collapse: collapse;background: white;border-radius: 10px;overflow: hidden;}.limit-table th {background: linear-gradient(135deg, #0077BE, #00CED1);color: white;padding: 15px;text-align: left;font-weight: 600;}.limit-table td {padding: 12px 15px;border-bottom: 1px solid #e5e7eb;color: #4b5563;}.limit-table tr:hover {background: #f9fafb;}@media (max-width: 768px) {.terms-container {margin-top: 80px;}.terms-title {font-size: 36px;}.terms-content {padding: 30px 20px;}.section h2 {font-size: 24px;}.nav-bar {padding: 0 20px;}.prohibited-grid {grid-template-columns: 1fr;}}