.admin-container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem;min-height:100vh;position:relative;z-index:1;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header{margin-bottom:3rem;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 8px 32px #0000001a;text-align:center;border:1px solid rgba(255,255,255,.2)}.header-top{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:1rem}.header-top h1{margin:0}@media (max-width: 768px){.header-top{flex-direction:column;gap:1rem;text-align:center}.header-top h1{font-size:2.5rem}}.admin-header h1{font-size:3.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-weight:800;letter-spacing:-.02em}.admin-header p{font-size:1.3rem;color:#64748b;margin:.5rem 0;font-weight:500}.instruction{font-size:1.4rem!important;color:#475569!important;font-weight:600;margin-top:1.5rem!important;line-height:1.6}.api-info{font-size:1.1rem!important;color:#64748b!important;font-weight:400;margin-top:1rem!important;font-family:Courier New,monospace;background:#64748b1a;padding:.5rem 1rem;border-radius:8px;display:inline-block}.score-section{margin:1.5rem 0;display:flex;justify-content:center}.score-display{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#22c55e1a,#15803d0d);padding:1rem 2rem;border-radius:16px;border:2px solid rgba(34,197,94,.2)}.score-label{font-size:1.2rem;font-weight:600;color:#059669}.score-value{font-size:1.4rem;font-weight:800;color:#047857;background:linear-gradient(135deg,#059669,#047857);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.refresh-score-btn{background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.refresh-score-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}.refresh-score-btn:disabled{opacity:.6;cursor:not-allowed}.questions-container{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;box-shadow:0 20px 40px #0000001a;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.questions-table{width:100%;display:flex;flex-direction:column}.table-header{display:grid;grid-template-columns:3fr 4fr 2fr;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:1.3rem;letter-spacing:.5px}.header-cell{padding:2rem 1.5rem;text-align:center;border-right:1px solid rgba(255,255,255,.2)}.header-cell:last-child{border-right:none}.table-row{display:grid;grid-template-columns:3fr 4fr 2fr;border-bottom:1px solid rgba(226,232,240,.5);transition:all .4s cubic-bezier(.4,0,.2,1)}.table-row:hover{background:#f8fafccc;transform:translateY(-1px)}.table-row.submitted{background:linear-gradient(135deg,#22c55e1a,#15803d0d);border-left:4px solid #22c55e}.table-cell{padding:2rem 1.5rem;display:flex;align-items:flex-start;border-right:1px solid rgba(226,232,240,.3)}.table-cell:last-child{border-right:none}.question-cell{flex-direction:column;align-items:flex-start;gap:.8rem}.question-header-info{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.8rem}.question-id{font-weight:800;color:#475569;font-size:1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.2rem}.question-title{font-size:1.3rem;color:#334155;line-height:1.4;font-weight:700;margin-bottom:.3rem}.scoring-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;letter-spacing:.5px;align-self:flex-start;margin-bottom:.2rem}.question-description{font-size:1rem;color:#64748b;line-height:1.5;margin-top:.2rem;padding:.5rem 0;border-top:1px solid #e2e8f0}.scoring-question{border-left:4px solid #f59e0b}.non-scoring-question{border-left:4px solid #64748b}.required-mark{color:#ef4444;font-weight:700;margin-left:.25rem;font-size:1.3rem}.answer-cell{padding:1.5rem}.question-input,.question-select,.question-textarea{width:100%;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:16px;font-size:1.1rem;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#334155}.question-input:focus,.question-select:focus,.question-textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 4px #667eea26;background:#fff;transform:translateY(-2px)}.question-textarea{resize:vertical;min-height:120px;font-family:inherit;line-height:1.6}.radio-group{display:flex;flex-direction:column;gap:1rem;width:100%}.radio-label{display:flex;align-items:center;gap:.8rem;cursor:pointer;padding:1rem 1.5rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);background:#f8fafc80;border:2px solid transparent}.radio-label:hover{background:#f8fafccc;border-color:#e2e8f0;transform:translateY(-1px)}.radio-input{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.radio-text{color:#475569;font-size:1.1rem;font-weight:500}.action-cell{display:flex;flex-direction:column;gap:.8rem;justify-content:flex-start;align-items:center;padding:2rem 1.5rem}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:120px;box-shadow:0 8px 25px #667eea4d;letter-spacing:.5px;text-transform:uppercase}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #667eea66;background:linear-gradient(135deg,#5a67d8,#667eea)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.submit-btn.submitting{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 8px 25px #64748b4d}.submit-btn.submitted{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 25px #22c55e4d}.success-icon{color:#22c55e;font-size:1.4rem;font-weight:700;margin-top:.5rem}@media (max-width: 1024px){.admin-container{max-width:100%;padding:2rem 1.5rem}.table-header,.table-row{grid-template-columns:3fr 4fr 2fr}.header-cell,.table-cell{padding:1.5rem 1rem}.admin-header h1{font-size:2.8rem}.admin-header p{font-size:1.2rem}.question-title{font-size:1.1rem}.question-input,.question-select,.question-textarea{font-size:1rem}}@media (max-width: 768px){.admin-container{padding:1.5rem}.admin-header{padding:1.5rem;margin-bottom:2rem}.admin-header h1{font-size:2.5rem}.admin-header p{font-size:1.1rem}.instruction{font-size:1.2rem!important}.table-header{display:none}.table-row{display:block;border:1px solid rgba(226,232,240,.5);border-radius:20px;margin-bottom:1.5rem;padding:0;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.table-cell{display:block;padding:1.5rem;border-right:none;border-bottom:1px solid rgba(241,245,249,.5)}.table-cell:last-child{border-bottom:none}.question-cell{background:#f8fafccc;font-weight:600;border-radius:20px 20px 0 0}.question-number{display:inline;margin-right:.8rem;font-size:1.3rem}.question-title{display:inline;font-size:1.1rem}.action-cell{text-align:center;padding:2rem 1.5rem}.submit-btn{width:100%;max-width:250px;padding:1.2rem 2rem;font-size:1rem}.radio-group{gap:1.2rem}.radio-label{padding:1.2rem;background:#f8fafccc;border-radius:16px;border:2px solid rgba(226,232,240,.5)}.question-input,.question-select,.question-textarea{font-size:1rem;padding:1.2rem 1.5rem}}@media (max-width: 480px){.admin-container{padding:1rem}.admin-header{padding:1.2rem;margin-bottom:1.5rem}.admin-header h1{font-size:2rem}.admin-header p{font-size:1rem}.instruction{font-size:1.1rem!important}.table-cell{padding:1.2rem}.question-number{font-size:1.2rem}.question-title{font-size:1rem}.question-input,.question-select,.question-textarea{font-size:16px;padding:1rem 1.2rem}.submit-btn{padding:1rem 1.5rem;font-size:.95rem}.radio-text{font-size:1rem}.clear-buttons-section{flex-direction:column;padding:1.5rem 1rem;margin-top:2rem;gap:1rem}.clear-all-btn,.clear-user-btn{padding:.8rem 1.5rem;font-size:.9rem;min-width:160px}}.user-info-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%}.user-info-header>div{flex:1}.clear-all-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #ef44444d;letter-spacing:.3px;white-space:nowrap}.clear-all-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466;background:linear-gradient(135deg,#dc2626,#b91c1c)}.clear-all-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.clear-confirm-modal{max-width:500px;text-align:center;padding:2.5rem}.warning-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.clear-confirm-modal h3{color:#dc2626;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}.warning-text{font-size:1.2rem;color:#374151;margin-bottom:1rem;line-height:1.6;font-weight:600}.warning-text strong{color:#dc2626;font-weight:800}.warning-subtext{font-size:1rem;color:#6b7280;margin-bottom:2rem;line-height:1.5;font-style:italic}.confirm-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.cancel-btn{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:120px;box-shadow:0 4px 12px #6b72804d}.cancel-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6b728066;background:linear-gradient(135deg,#4b5563,#374151)}.danger-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:120px;box-shadow:0 4px 12px #ef44444d}.danger-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466;background:linear-gradient(135deg,#dc2626,#b91c1c)}.cancel-btn:disabled,.danger-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.clear-buttons-section{display:flex;justify-content:center;align-items:center;padding:2rem 0;margin-top:3rem;border-top:2px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);gap:1rem}.clear-all-answers-container{display:inline-block}.clear-all-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #dc26264d;min-width:200px;display:flex;align-items:center;justify-content:center;gap:.5rem}.clear-all-btn:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 6px 16px #dc262666}.clear-all-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #9ca3af4d}.clear-user-answers-container{display:inline-block}.clear-user-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f59e0b4d;min-width:200px;display:flex;align-items:center;justify-content:center;gap:.5rem}.clear-user-btn:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.clear-user-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #9ca3af4d}@media (max-width: 768px){.user-info-header{flex-direction:column;gap:1.5rem;align-items:stretch}.clear-all-btn{align-self:flex-start;font-size:.9rem;padding:.7rem 1.2rem}.clear-confirm-modal{padding:2rem;margin:1rem}.warning-icon{font-size:3rem}.clear-confirm-modal h3{font-size:1.5rem}.warning-text{font-size:1.1rem}.confirm-buttons{flex-direction:column;gap:.8rem}.cancel-btn,.danger-btn{width:100%;padding:1.2rem}.clear-all-answers-container{padding:30px 15px;margin-top:40px}.clear-all-answers-container .clear-all-btn{padding:14px 24px;font-size:15px;min-width:180px}}.section-navigation{margin:20px 0;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.section-navigation h3{margin:0 0 15px;color:#333;font-size:18px}.nav-sections{display:flex;gap:15px;flex-wrap:wrap}.nav-section-btn{flex:1;min-width:200px;padding:15px;border:2px solid #dee2e6;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left}.nav-section-btn:hover{border-color:#007bff;box-shadow:0 2px 4px #007bff1a}.nav-section-btn.active{border-color:#007bff;background:#e3f2fd;box-shadow:0 2px 8px #007bff33}.nav-section-btn.completed{border-color:#28a745;background:#f8fff9}.nav-section-btn.completed.active{border-color:#28a745;background:#e8f5e8}.section-title{font-weight:700;font-size:16px;color:#333;margin-bottom:5px}.section-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.question-count{font-size:12px;color:#666;background:#e9ecef;padding:2px 6px;border-radius:4px}.completed-icon{color:#28a745;font-weight:700}.section-description{font-size:12px;color:#666;line-height:1.4}.user-status{display:flex;justify-content:center;align-items:center;margin:20px 0;padding:15px;background:#fff;border-radius:8px;border:1px solid #e9ecef;flex-wrap:wrap;gap:15px}.user-info h2{margin:0 0 5px;font-size:20px;color:#333}.user-id{margin:0;color:#666;font-size:14px}.score-section{display:flex;align-items:center;gap:15px}.score-display{display:flex;align-items:center;gap:10px}.score-label{font-weight:700;color:#333}.score-value{font-size:18px;font-weight:700;color:#007bff;padding:5px 10px;border-radius:4px}.refresh-score-btn{padding:6px 12px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .3s ease}.refresh-score-btn:hover:not(:disabled){background:#0056b3}.api-info{font-size:12px;color:#666;margin:0}.section-page{margin-top:20px}.section-header{margin:40px 0 25px;padding:25px;background:#fff;border-radius:12px;border:2px solid #e9ecef;box-shadow:0 2px 8px #0000000d}.section-header:first-child{margin-top:20px}.section-header h2{margin:0 0 15px;color:#333;font-size:28px;font-weight:600;border-bottom:2px solid #007bff;padding-bottom:10px}.section-header .section-description{margin:0 0 20px;color:#666;line-height:1.6;font-size:16px}.scoring-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:15px;margin-top:15px}.scoring-notice h4{margin:0 0 10px;color:#856404;font-size:14px}.scoring-notice ul{margin:0;padding-left:20px;color:#856404}.scoring-notice li{margin-bottom:5px;font-size:13px;line-height:1.4}.score-rule{font-size:11px;color:#28a745;background:#f8fff9;padding:4px 8px;border-radius:4px;margin-top:5px;border:1px solid #d4edda}.admin-content{max-width:1200px;margin:0 auto;padding:0 20px}.error-message{text-align:center;padding:50px 20px;background:#fff;border-radius:8px;margin:50px auto;max-width:400px;border:1px solid #e9ecef}.error-message h2{color:#dc3545;margin-bottom:10px}.error-message p{color:#666;margin:0}.coordinate-input{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.coordinate-group{display:flex;flex-direction:column;gap:5px}.coordinate-group label{font-size:12px;color:#666;font-weight:500}.coordinate-input-field{width:80px;padding:8px 10px;border:1px solid #ddd;border-radius:4px;font-size:14px;text-align:center}.coordinate-input-field:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}@media (max-width: 768px){.nav-sections{flex-direction:column}.nav-section-btn{min-width:auto}.user-status{flex-direction:column;align-items:flex-start}.score-section{width:100%;justify-content:space-between}.coordinate-input{flex-direction:column;align-items:flex-start;gap:10px}.health-status-badge{min-width:180px;padding:6px 12px}.status-label{font-size:13px}.last-check-time{font-size:10px}.question-list-header{padding:12px 16px;font-size:13px}.question-item-row{flex-direction:column;padding:16px;gap:16px}.question-info-col,.answer-col,.action-col{flex:none;width:100%}.answer-col{padding:0}.question-header{flex-direction:column;align-items:flex-start;gap:8px}.question-title{font-size:15px}.question-description{font-size:13px}.submit-button{width:100%;padding:12px}.confirm-modal{margin:20px;max-width:none}.confirm-modal-actions{flex-direction:column}.cancel-button,.confirm-button{width:100%;padding:12px}}.multi-choice-group{display:flex;flex-direction:column;gap:8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0}.checkbox-input{width:16px;height:16px;cursor:pointer}.checkbox-text{font-size:14px;color:#333;-webkit-user-select:none;user-select:none}.checkbox-label:hover .checkbox-text{color:#007bff}@media (max-width: 768px){.multi-choice-group{gap:6px}.checkbox-text{font-size:13px}}.history-notice{background:linear-gradient(135deg,#e8f5e8,#f0f8f0);border:1px solid #4caf50;border-radius:8px;padding:12px 16px;margin:16px 0;text-align:center;box-shadow:0 2px 4px #4caf501a}.history-notice p{margin:0;color:#2e7d32;font-weight:500;font-size:14px}@media (max-width: 768px){.history-notice{margin:12px 0;padding:10px 12px}.history-notice p{font-size:13px}}.health-check-compact{margin:16px 0;display:inline-block}.health-status-badge{display:inline-flex;align-items:center;gap:12px;padding:8px 16px;border-radius:20px;border:2px solid;background:#fff;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;min-width:200px}.health-status-badge.healthy{border-color:#22c55e;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.health-status-badge.unhealthy{border-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.health-status-badge.checking{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.health-status-badge.unknown{border-color:#6b7280;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.status-content{display:flex;align-items:center;gap:8px;flex:1}.status-indicator{font-size:16px;line-height:1}.status-info{display:flex;flex-direction:column;gap:2px;flex:1}.status-label{font-weight:600;font-size:14px;color:#374151;line-height:1}.last-check-time{font-size:11px;color:#6b7280;line-height:1}.refresh-button{background:none;border:none;cursor:pointer;font-size:14px;padding:4px;border-radius:50%;transition:all .3s ease;color:#6b7280;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.refresh-button:hover:not(:disabled){transform:rotate(180deg);background-color:#0000001a;color:#374151}.refresh-button:disabled{cursor:not-allowed;opacity:.5}.services-summary{display:flex;gap:4px;align-items:center}.service-dot{font-size:12px;line-height:1}.service-dot.healthy{color:#22c55e}.service-dot.unhealthy{color:#ef4444}.service-name{font-weight:500;font-size:15px;color:#444}.service-status{font-weight:600;font-size:15px}.service-status.healthy{color:#28a745}.service-status.unhealthy{color:#d32f2f}.server-timestamp{margin-top:20px;font-size:13px;color:#777;text-align:center}.user-status-container{position:relative;display:flex;justify-content:center;width:100%;margin-bottom:20px}.user-status{text-align:center;background:#f8f9fa;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;max-width:600px;width:100%}.user-info h2{margin:0 0 10px;color:#333;font-size:18px}.user-id{margin:0 0 15px;font-size:14px;color:#666}.score-section{margin:15px 0}.score-display{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.score-label{font-weight:500;color:#333}.score-value{font-weight:700;color:#007bff;font-size:16px}.refresh-score-btn{background:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.refresh-score-btn:hover{background:#0056b3}.refresh-score-btn:disabled{background:#6c757d;cursor:not-allowed}.api-info{margin-top:15px;font-size:12px;color:#666}.api-info p{margin:0;flex:1}.change-api-key-btn{background:#6c757d;color:#fff;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:11px;margin-left:10px}.change-api-key-btn:hover{background:#5a6268}.api-key-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.api-key-content{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 12px #0000004d;max-width:400px;width:90%;text-align:center}.api-key-content h3{margin:0 0 10px;color:#333}.api-key-content p{margin:0 0 20px;color:#666;font-size:14px}.api-key-input-group{display:flex;gap:10px;align-items:center}.api-key-input{flex:1;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.api-key-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.api-key-submit-btn{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;white-space:nowrap}.api-key-submit-btn:hover{background:#0056b3}@media (max-width: 768px){.user-status{padding:15px;margin:0 10px}.score-display{flex-direction:column;gap:8px}.api-key-content{padding:20px;margin:0 20px}.api-key-input-group{flex-direction:column}.api-key-submit-btn{width:100%}}.question-list-container{margin-top:24px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 16px #00000014;border:1px solid #e5e7eb}.question-list-header{display:flex;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;padding:16px 20px;font-weight:600;color:#374151;font-size:14px}.header-item{text-align:left}.question-info-header,.answer-header{flex:2}.action-header{flex:1;text-align:center}.question-list-body{display:flex;flex-direction:column}.question-item-row{display:flex;border-bottom:1px solid #f1f5f9;padding:20px;transition:all .3s ease;position:relative}.question-item-row:last-child{border-bottom:none}.question-item-row:hover{background:#fafbfc}.question-item-row.answered{background:linear-gradient(135deg,#f0fdf4,#f7fee7);border-left:4px solid #22c55e}.question-item-row.unanswered{background:#fff;border-left:4px solid #e5e7eb}.item-col{display:flex;flex-direction:column;justify-content:center}.question-info-col{flex:2}.answer-col{flex:2;padding:0 20px}.action-col{flex:1;align-items:center;text-align:center}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.question-id{font-weight:700;color:#ecfdf5;font-size:14px;background-color:#ecfdf5;color:#059669;padding:6px 12px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;border:1px solid #a7f3d0}.answer-status{font-size:12px;font-weight:500;padding:4px 8px;border-radius:12px;border:1px solid}.answer-status.completed{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.answer-status.pending{color:#d97706;background:#fffbeb;border-color:#fde68a}.question-title{font-size:16px;font-weight:600;margin:8px 0 6px;color:#111827;line-height:1.4}.question-description{font-size:14px;color:#6b7280;line-height:1.5}.submit-button{padding:10px 20px;border:none;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;min-width:100px}.submit-button.pending{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.submit-button.pending:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.submit-button.submitted{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.submit-button.submitted:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.submit-button.submitting{background:#9ca3af;color:#fff;cursor:not-allowed;opacity:.7}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none!important;box-shadow:none!important}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:420px;width:90%;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-modal-header{padding:24px 24px 16px;border-bottom:1px solid #f1f5f9}.confirm-modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.confirm-modal-body{padding:16px 24px 24px}.confirm-modal-body p{margin:0 0 12px;color:#374151;line-height:1.5}.warning-text{color:#dc2626!important;font-weight:500;font-size:14px}.confirm-modal-actions{padding:16px 24px 24px;display:flex;gap:12px;justify-content:flex-end}.cancel-button{padding:10px 20px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .3s ease}.cancel-button:hover{border-color:#d1d5db;background:#f9fafb}.confirm-button{padding:10px 20px;border:none;border-radius:8px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.confirm-button:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-1px);box-shadow:0 4px 12px #dc262666}.score-chart-container{margin-top:20px;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.chart-title{margin:0 0 15px;color:#333;font-size:16px;font-weight:600;text-align:center}.chart-wrapper{display:flex;justify-content:center;margin-bottom:15px}.score-chart{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.score-details{background:#fff;padding:15px;border-radius:8px;border:1px solid #e9ecef}.detail-grid{display:grid;grid-template-columns:1fr;gap:8px}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f3f4}.detail-item:last-child{border-bottom:none}.detail-label{font-weight:500;color:#6b7280;font-size:14px}.detail-value{font-weight:600;color:#374151;font-size:14px;font-family:Courier New,monospace}@media (max-width: 768px){.score-chart-container{padding:15px}.chart-wrapper{overflow-x:auto}.score-chart{min-width:200px}}.coordinate-grid-container{padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;margin:10px 0}.coordinate-grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.coordinate-grid-header span:first-child{font-weight:600;color:#374151;font-size:16px}.selected-coordinate{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500;box-shadow:0 2px 8px #10b9814d}.coordinate-grid{display:flex;gap:10px;align-items:flex-start}.y-axis-labels{display:flex;flex-direction:column;align-items:center;gap:2px}.axis-label-corner{width:40px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;font-size:12px}.y-axis-label{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;font-size:14px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.grid-content{flex:1}.x-axis-labels{display:flex;gap:2px;margin-bottom:10px}.x-axis-label{width:40px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;font-size:14px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.grid-cells{display:flex;flex-direction:column;gap:2px}.grid-row{display:flex;gap:2px}.grid-cell{position:relative;width:40px;height:40px;cursor:pointer;border-radius:6px;overflow:hidden;transition:all .2s ease;border:2px solid #e5e7eb;background:#fff}.grid-cell:hover{border-color:#3b82f6;transform:scale(1.05);box-shadow:0 4px 12px #3b82f64d;z-index:10}.grid-cell.selected{border-color:#10b981;background:linear-gradient(135deg,#10b981,#059669);transform:scale(1.1);box-shadow:0 6px 16px #10b98166;z-index:20}.grid-radio{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.grid-cell-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:500;color:#6b7280;transition:color .2s ease;pointer-events:none}.grid-cell.selected .grid-cell-content{color:#fff;font-weight:600}.grid-cell:hover .grid-cell-content{color:#3b82f6;font-weight:600}.grid-cell.selected:hover .grid-cell-content{color:#fff}@media (max-width: 768px){.coordinate-grid-container{padding:15px}.coordinate-grid-header{flex-direction:column;gap:10px;align-items:flex-start}.coordinate-grid{gap:5px}.grid-cell,.y-axis-label,.x-axis-label{width:35px;height:35px}.axis-label-corner{width:35px;height:25px}.x-axis-label{height:25px}.grid-cell-content{font-size:9px}}@media (max-width: 480px){.grid-cell,.y-axis-label,.x-axis-label{width:30px;height:30px}.axis-label-corner{width:30px;height:20px}.x-axis-label{height:20px}.grid-cell-content{font-size:8px}.coordinate-grid-header span:first-child{font-size:14px}.selected-coordinate{font-size:12px;padding:4px 8px}}.home-container{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.home-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.logo-container{display:flex;align-items:center;justify-content:center}.main-logo{width:300px;height:auto;transition:opacity .5s ease-in-out}.background-container{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./archive/bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}*{font-family:LXGW WenKai,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;color:#000}.app-container{width:100%;height:100vh;overflow-y:auto;scroll-behavior:smooth;position:relative}.background-container{position:fixed;top:0;left:0;width:100%;height:1000vh;background-image:url(/assets/bg3-B2Ef5Dwv.webp);background-size:100% auto;background-position:top left;background-repeat:no-repeat;z-index:-1;will-change:transform}.section{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:transparent}.main-section{background:transparent;color:#333;text-align:center;padding:2rem;position:relative;overflow:hidden;height:100vh}.main-content{background-color:#fff9;padding:2rem;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:80%;width:90%}.logo-container{margin-top:2rem}.main-logo{width:80vw;height:auto;margin-bottom:2rem;filter:brightness(1.1) contrast(1.1);animation:logoGlow 3s ease-in-out infinite alternate;transition:opacity 1s ease-in-out}.main-logo:hover{transform:scale(1.05)}.welcome-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.welcome-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:2.8rem;font-weight:800;margin-bottom:1rem;line-height:1.1;letter-spacing:.02em;animation:fadeInUp 1s ease-out .5s both;color:#000;text-shadow:3px 3px 6px rgba(0,0,0,.5),0 0 20px rgba(255,255,255,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.welcome-subtitle{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.8rem;font-weight:700;opacity:1;line-height:1.4;letter-spacing:.01em;margin:10;animation:fadeInUp 1s ease-out .7s both;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.4),0 0 15px rgba(255,255,255,.2)}.scroll-indicator{cursor:pointer;display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;transition:transform .2s ease}.scroll-indicator:hover{transform:translateY(-5px)}.scroll-indicator:hover .arrow{opacity:1;transform:translateY(2px);color:#333}.arrow-container{display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem}.arrow{font-size:1.2rem;opacity:1;animation:fadeInOut 2s infinite;margin:-.2rem 0;color:#000;transition:all .3s ease}.arrow-1{animation-delay:0s}.arrow-2{animation-delay:.3s}.arrow-3{animation-delay:.6s}.scroll-text{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.2rem;font-weight:700;opacity:1;margin:0;letter-spacing:.02em;color:#000;text-shadow:1px 1px 3px rgba(0,0,0,.3),0 0 10px rgba(255,255,255,.2)}.second-section{background:transparent;color:#333;text-align:center;display:flex;align-items:flex-start;justify-content:center;padding:1.7rem;min-height:100vh;height:auto;position:relative;overflow:visible}.second-content{background-color:#fff9;padding:1rem;border-radius:0;text-align:center;max-width:none;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;min-height:calc(100vh - 3.4rem)}.action-section{display:flex;flex-direction:column;align-items:center}.thank-you-text{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.4rem;font-weight:600;color:#000;text-align:center;line-height:1.6;max-width:600px;margin-bottom:2rem;padding:1rem 2rem;text-shadow:1px 1px 2px rgba(0,0,0,.1);background:#f0e6d299;border-radius:12px;box-shadow:0 2px 8px #a0845c1a;border:1px solid rgba(160,132,92,.2);letter-spacing:.02em}.action-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.second-content h2{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.4),0 0 15px rgba(255,255,255,.2)}.start-button{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;background-color:#00000080;color:#fff;border:2px solid white;border-radius:5px;padding:10px 20px;cursor:pointer;transition:background-color .3s,color .3s;margin-top:20px;margin-right:10px;font-size:1.1rem;font-weight:700}.back-to-top-btn{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;background-color:#000000b3;color:#fff;border:2px solid rgba(255,255,255,.8);border-radius:8px;padding:12px 24px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5);letter-spacing:.02em;box-shadow:0 3px 12px #0003}.back-to-top-btn:hover{background-color:#ffffffe6;color:#000;border-color:#000c;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.credit-nav-btn{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;background-color:#ebebeb;color:#000;border:0px solid rgba(235,235,235,.3);border-radius:8px;padding:12px 24px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:1px 1px 2px rgba(255,255,255,.5);letter-spacing:.02em;box-shadow:0 3px 12px #0003}.credit-nav-btn:hover{background-color:#d7d7d7;color:#000;border-color:#00000080;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.second-content p{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.4rem;font-weight:700;color:#000;line-height:1.6;text-shadow:1px 1px 3px rgba(0,0,0,.3),0 0 10px rgba(255,255,255,.2)}@keyframes fadeInOut{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}@keyframes logoGlow{0%{filter:brightness(1.1) contrast(1.1) drop-shadow(0 0 10px rgba(0,0,0,.3))}to{filter:brightness(1.2) contrast(1.1) drop-shadow(0 0 20px rgba(0,0,0,.5))}}.main-section:before{content:"";position:absolute;top:10%;left:10%;width:2px;height:60px;background:linear-gradient(to bottom,transparent,rgba(255,215,0,.3),transparent);animation:decorLine 4s ease-in-out infinite}.main-section:after{content:"";position:absolute;bottom:15%;right:15%;width:40px;height:2px;background:linear-gradient(to right,transparent,rgba(255,215,0,.3),transparent);animation:decorLine 4s ease-in-out infinite 2s}@media (max-width: 480px){.main-content{padding:1rem}.welcome-title{font-size:1.8rem}.welcome-subtitle{font-size:1.2rem}.scroll-text{font-size:1rem}.second-content h2{font-size:2rem}.second-content p{font-size:1.2rem}.main-logo{width:80vw}}@media (max-width: 360px){.welcome-title{font-size:1.5rem}.welcome-subtitle{font-size:1rem}.scroll-text{font-size:.9rem}.second-content h2{font-size:1.8rem}.second-content p{font-size:1rem}.main-logo{width:80vw}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:300px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #d4a574;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#8b7355;font-size:16px;font-family:LXGW WenKai,KaiTi,楷体,serif;text-align:center;margin:0}.error-container{display:flex;align-items:center;justify-content:center;padding:60px 20px;min-height:300px}.error-message{text-align:center;background:#ffffffe6;padding:30px;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px}.error-message h3{color:#d32f2f;font-size:20px;margin:0 0 15px;font-family:LXGW WenKai,KaiTi,楷体,serif}.error-message p{color:#666;font-size:14px;margin:0 0 20px;line-height:1.5}.retry-btn{background:#d4a574;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .3s ease;font-family:LXGW WenKai,KaiTi,楷体,serif}.retry-btn:hover{background:#b8956a}.no-data-container{display:flex;align-items:center;justify-content:center;padding:60px 20px;min-height:300px}.no-data-container p{color:#8b7355;font-size:16px;font-family:LXGW WenKai,KaiTi,楷体,serif;text-align:center;margin:0}.comment-section-wrapper{background:transparent}.comment-section{background:transparent;color:#333;text-align:center;display:flex;align-items:flex-start;justify-content:center;min-height:100vh;height:auto;position:relative;overflow:visible}.comment-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:#ffffffd9;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);z-index:-1}.comment-content{background-color:#ffffffe0;padding:0rem;margin:1.7rem;border-radius:5px;text-align:center;max-width:none;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;min-height:calc(100vh - 3.4rem);position:relative;z-index:1}.comment-title{font-size:1.8rem;font-weight:700;color:#333;text-align:center;margin-bottom:1.5rem;font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.distribution-section{background:transparent;color:#333;text-align:center;display:flex;align-items:flex-start;justify-content:center;min-height:100vh;height:auto;position:relative;overflow:visible}.distribution-content{background-color:#fff9;padding:1rem;margin:1.7rem;border-radius:5px;text-align:center;max-width:none;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;min-height:calc(100vh - 3.4rem)}.distribution-content h2{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.4),0 0 15px rgba(255,255,255,.2)}.distribution-content p{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.4rem;font-weight:700;color:#000;line-height:1.6;text-shadow:1px 1px 3px rgba(0,0,0,.3),0 0 10px rgba(255,255,255,.2);margin-top:4rem;font-family:LXGW WenKai,AlimamaDongFangDaKai,serif}.comment-section-in-distribution{width:100%;margin-top:3rem;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 0}.comment-section-in-distribution .comment-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;height:100%;background:#ffffffd9;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;z-index:-1}.comment-section-in-distribution .comment-content{width:100%;max-width:800px;padding:2rem;position:relative;z-index:1}.comment-section-in-distribution .comment-title{font-size:1.8rem;font-weight:700;color:#333;text-align:center;margin-bottom:1.5rem;font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.comment-section-in-distribution .action-buttons{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.comment-section-in-distribution .back-to-top-btn,.comment-section-in-distribution .credit-nav-btn{background:#d4a574e6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:LXGW WenKai,KaiTi,楷体,serif;text-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:0 4px 12px #0003}.comment-section-in-distribution .back-to-top-btn:hover,.comment-section-in-distribution .credit-nav-btn:hover{background:#b8956af2;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.comment-section-simple{width:100%;padding:0rem;text-align:center}.comment-section-simple .comment-title{font-size:1.8rem;font-weight:700;color:#333;text-align:center;margin-bottom:1.5rem;font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.comment-section-simple .action-buttons{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.comment-section-simple .back-to-top-btn,.comment-section-simple .credit-nav-btn{background:#d4a574e6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:LXGW WenKai,KaiTi,楷体,serif;text-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:0 4px 12px #0003}.comment-section-simple .back-to-top-btn:hover,.comment-section-simple .credit-nav-btn:hover{background:#b8956af2;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}#commento{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:2rem 0}@media (max-width: 768px){.comment-content{width:100%;padding:1.5rem}.comment-title{font-size:1.5rem}.action-buttons{gap:1rem}.back-to-top-btn,.credit-nav-btn{font-size:1.1rem;padding:10px 20px}.thank-you-text{font-size:1.2rem;padding:.8rem 1.5rem;max-width:90%}}@media (max-width: 480px){.thank-you-text{font-size:1.1rem;padding:.8rem 1rem;max-width:95%;line-height:1.5}.action-section{gap:1rem;margin-top:1.5rem}}.user-score-chart-container{width:100%;margin:0 auto;padding:1rem;background:transparent;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:none}.chart-header{text-align:center;margin-bottom:2rem}.chart-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:2.8rem;font-weight:800;margin-bottom:1rem;line-height:1.1;letter-spacing:.02em;color:#000;text-shadow:3px 3px 6px rgba(0,0,0,.5),0 0 20px rgba(255,255,255,.9);text-align:center}.chart-subtitle{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.2rem;color:#64748b;line-height:1.6;margin:0}.chart-wrapper{margin-bottom:2rem;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:center;align-items:center;width:100%;max-width:1000px;aspect-ratio:1;background:#f0e6d299;border-radius:12px;box-shadow:0 2px 8px #5f4e371a;border:1px solid rgba(160,132,92,.348)}.user-score-chart{background:#f0e6d299;border-radius:8px;transition:transform 1s ease;width:100%;height:100%;max-width:100%;max-height:100%}.axis-explanation{margin-bottom:2rem}.axis-description-single{background:#f0e6d299;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #a0845c1a;border:1px solid rgba(160,132,92,.2);text-align:center}.axis-description-text{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.1rem;color:#5d4e37;line-height:1.6;margin:0}.axis-description-text strong{color:#8b6914;font-weight:700}.user-position{display:flex;justify-content:center}.position-card{background:#f0e6d2cc;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #a0845c33;border:1px solid rgba(160,132,92,.3);color:#5d4e37;max-width:500px;width:100%;position:relative;overflow:hidden}.position-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.position-header{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.position-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.8rem;font-weight:700;margin:0;color:#5d4e37;text-shadow:1px 1px 2px rgba(160,132,92,.3)}.position-content{position:relative;z-index:1}.coordinate-display{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem}.coordinate-label{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-weight:600}.coordinate-value{font-family:Courier New,monospace;font-weight:700;background:#a0845c33;color:#5d4e37;padding:.3rem .8rem;border-radius:8px;border:1px solid rgba(160,132,92,.3)}.position-description{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.1rem;line-height:1.6}.position-description p{margin:0}.highlight{background:#a0845c4d;padding:.2rem .5rem;border-radius:6px;font-weight:700;color:#5d4e37;border:1px solid rgba(160,132,92,.4)}@media (max-width: 768px){.user-score-chart-container{padding:1.5rem;margin:1rem}.chart-title{font-size:2rem}.chart-subtitle,.axis-description-text{font-size:1rem}.position-card{padding:1.5rem}.position-title{font-size:1.5rem}.coordinate-display,.position-description{font-size:1rem}}@media (max-width: 480px){.user-score-chart-container{padding:1rem}.chart-title{font-size:1.8rem}.chart-wrapper{padding:.5rem}.position-card{padding:1rem}.position-title{font-size:1.3rem}}.distribution-visualization{width:100%;max-width:1200px;margin:0 auto;padding:2rem;font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2;letter-spacing:.02em;color:#5d4e37;text-shadow:1px 1px 2px rgba(160,132,92,.3);text-align:center}.section-subtitle{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:.9rem;color:#8b6914;line-height:1.4;margin:0;opacity:.9}.questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1rem;margin-top:2rem}.question-card{background:transparent;border-radius:0;padding:0;margin-bottom:1rem;transition:all .3s ease;border:none;box-shadow:none}.question-card:hover{transform:translateY(-2px)}.averages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem}@media (max-width: 768px){.averages-grid{grid-template-columns:1fr;gap:.8rem}}.average-card{background:transparent;border-radius:0;padding:0;box-shadow:none;transition:none;text-align:center}.average-card:hover{transform:none;box-shadow:none}.average-display{text-align:center;padding:1rem}.average-title{font-size:1.1rem;margin-bottom:1rem;color:#8b6914;font-weight:600}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;max-width:300px;margin:0 auto}.stat-item{display:flex;flex-direction:column;align-items:center;padding:.5rem;background:transparent;border-radius:0;border:none}.stat-label{font-size:.8rem;color:#8b6914;font-weight:500;margin-bottom:.25rem;font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.stat-value{font-size:1.2rem;font-weight:600;color:#5d4e37;font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.stat-value.highlight{font-size:1.4rem;color:#8b6914;font-weight:700}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr 1fr;gap:.5rem}.stat-item{padding:.4rem}.stat-value{font-size:1.1rem}.stat-value.highlight{font-size:1.3rem}}.question-header{margin-bottom:0;padding-bottom:0;border-bottom:none}.question-title{font-size:1.3rem;font-weight:700;color:#5d4e37;margin-bottom:.5rem;line-height:1.3;text-shadow:1px 1px 2px rgba(160,132,92,.2);font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.question-stats{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.response-rate{font-size:1rem;font-weight:600;color:#666;background-color:#0000000d;padding:.3rem .8rem;border-radius:20px}.question-type{font-size:.9rem;font-weight:700;color:#fff;background-color:#000000b3;padding:.3rem .8rem;border-radius:20px;letter-spacing:.05em}@media (max-width: 768px){.distribution-visualization{padding:1rem}.questions-grid{grid-template-columns:1fr;gap:.8rem}.question-card{padding:0}.answer-item,.score-item,.ranking-item{flex-direction:column;align-items:stretch;gap:.5rem}.answer-label,.score-label,.ranking-label{min-width:auto;flex-direction:row;justify-content:space-between;align-items:center}.answer-count,.score-count,.ranking-count{text-align:left;min-width:auto}}@media (max-width: 480px){.question-title{font-size:1.2rem}.question-stats{flex-direction:column;align-items:stretch;gap:.5rem}.response-rate,.question-type{text-align:center}}.horizontal-bar-chart{width:100%;margin:1rem 0;background:#f0e6d299;padding:1rem 1.5rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #a0845c1a;border:1px solid rgba(160,132,92,.2)}.chart-title-header{margin-bottom:1rem}.chart-question-title{font-size:1.3rem;font-weight:700;color:#5d4e37;margin:0;line-height:1.3;text-shadow:1px 1px 2px rgba(160,132,92,.2);font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.bar-container{display:flex;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #a0845c33;border:1px solid rgba(160,132,92,.3);margin-bottom:1rem}.bar-segment{transition:opacity .3s ease;position:relative}.bar-segment:hover{opacity:.8;cursor:pointer}.bar-legend{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.legend-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#5d4e37;background:#a0845c33;padding:.25rem .5rem;border-radius:6px;border:1px solid rgba(160,132,92,.3);font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif}.legend-color{width:10px;height:10px;border-radius:2px;flex-shrink:0}.legend-text{font-weight:500;color:#5d4e37}.legend-percentage{font-weight:600;color:#8b6914}@media (max-width: 640px){.horizontal-bar-chart{padding:1rem;margin:.5rem 0}.bar-legend{gap:.375rem}.legend-item{font-size:.75rem;gap:.25rem;padding:.2rem .4rem}.legend-color{width:8px;height:8px}}.credit-container{width:100%;height:100vh;overflow-y:hidden;scroll-behavior:smooth;position:relative}.credit-background-container{position:fixed;top:0;left:0;width:100%;height:1000vh;background-size:100% auto;background-position:top left;background-repeat:no-repeat;z-index:-1;will-change:transform}.credit-section{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:transparent;padding:2rem 0}.credit-content{background-color:#f5f2edd9;padding:2.5rem;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:95%;max-width:800px;margin:0 auto;cursor:pointer;transition:all .3s ease;position:relative}.credit-next-arrow{position:absolute;bottom:1.5rem;right:1.5rem;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(0,0,0,.6);transition:all .3s ease;animation:arrowBounce 2s ease-in-out infinite}.credit-content:hover .credit-next-arrow{border-top-color:#000c;transform:translateY(-2px)}.credit-prev-arrow{position:absolute;top:1.5rem;left:1.5rem;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid rgba(0,0,0,.6);transition:all .3s ease;animation:arrowBounceUp 2s ease-in-out infinite;z-index:10;cursor:pointer}.credit-prev-arrow:before{content:"";position:absolute;top:-12px;left:-12px;width:24px;height:24px;background:transparent}.credit-content:hover .credit-prev-arrow{border-bottom-color:#000c;transform:translateY(2px)}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes arrowBounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.credit-content:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 12px 40px #00000026}.credit-final-section .credit-content{cursor:default}.credit-final-section .credit-content:hover{background-color:#ffffffeb;transform:none;box-shadow:0 8px 32px #0000001a}.credit-header-section{min-height:100vh}.credit-logo-container{margin-bottom:0rem}.credit-logo{width:60vw;max-width:400px;height:auto;filter:brightness(1.1) contrast(1.1);animation:logoGlow 4s ease-in-out infinite alternate;transition:opacity 1s ease-in-out}.credit-logo-small{width:60vw;max-width:800px;height:auto;filter:brightness(1.1) contrast(1.1);animation:logoGlow 4s ease-in-out infinite alternate;transition:opacity 1s ease-in-out}.logo-visible{opacity:1}.logo-hidden{opacity:0}.credit-main-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:3.5rem;font-weight:700;margin-bottom:2rem;line-height:1.2;letter-spacing:.03em;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;animation:fadeInUp 1s ease-out .5s both}.credit-subtitle{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.8rem;font-weight:600;color:#000;text-shadow:1px 1px 2px rgba(0,0,0,.3);text-align:center;letter-spacing:.02em;animation:fadeInUp 1s ease-out .7s both}.credit-subtitle-small{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.1rem;font-weight:500;color:#333;text-align:center;margin-bottom:.5rem;opacity:.8}.credit-group-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.5rem;font-weight:500;color:#000;text-shadow:1px 1px 2px rgba(0,0,0,.3);text-align:center;margin-bottom:2.5rem;letter-spacing:.02em;position:relative}.credit-group-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(to right,transparent,rgba(0,0,0,.3),transparent);border-radius:1px}.credit-group{margin-bottom:1rem;width:100%}.credit-text-block{text-align:center;line-height:1.6}.credit-line{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.2rem;font-weight:600;color:#000;margin-bottom:.6rem;text-shadow:1px 1px 2px rgba(0,0,0,.2);letter-spacing:.01em}.credit-role{font-size:1rem;font-weight:500;color:#1a1a1a;margin-right:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.credit-participants{margin:1.5rem 0;padding:1.5rem;background-color:#ffffff4d;border-radius:8px;border:1px solid rgba(0,0,0,.1)}.credit-participant-line{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.2rem;font-weight:500;color:#000;line-height:1.8;text-align:justify;text-shadow:1px 1px 2px rgba(0,0,0,.2);letter-spacing:.01em;word-spacing:.2em;word-break:keep-all;overflow-wrap:break-word;white-space:normal}.credit-thanks{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.4rem;font-weight:600;color:#000;text-align:center;margin-top:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3);letter-spacing:.02em}.credit-final-section{min-height:100vh}.credit-final-thanks{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2rem;height:100%}.credit-final-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:2.5rem;font-weight:600;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;margin-bottom:1rem;letter-spacing:.02em;line-height:1.3;animation:finalTitleGlow 3s ease-in-out infinite alternate}.credit-button-group{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:4rem;flex-wrap:wrap}.credit-back-to-top-btn{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;background-color:#000000b3;color:#fff;border:2px solid rgba(255,255,255,.8);border-radius:8px;padding:12px 24px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5);letter-spacing:.02em;box-shadow:0 3px 12px #0003}.credit-back-to-top-btn:hover{background-color:#ffffffe6;color:#000;border-color:#000c;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;text-shadow:1px 1px 2px rgba(255,255,255,.5)}.credit-home-btn{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;background-color:#ebebeb;color:#000;border:0px solid rgba(235,235,235,.3);border-radius:8px;padding:12px 24px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:1px 1px 2px rgba(255,255,255,.5);letter-spacing:.02em;box-shadow:0 3px 12px #0003}.credit-home-btn:hover{background-color:#d7d7d7;color:#000;border-color:#00000080;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;text-shadow:2px 2px 4px rgba(255,255,255,.8)}@keyframes logoGlow{0%{filter:brightness(1.1) contrast(1.1) drop-shadow(0 0 10px rgba(0,0,0,.3))}to{filter:brightness(1.3) contrast(1.2) drop-shadow(0 0 25px rgba(0,0,0,.5))}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes finalTitleGlow{0%{text-shadow:3px 3px 6px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.8)}to{text-shadow:4px 4px 8px rgba(0,0,0,.4),0 0 30px rgba(255,255,255,1),0 0 40px rgba(255,215,0,.3)}}.credit-section:before{content:"";position:absolute;top:5%;left:5%;width:3px;height:80px;background:linear-gradient(to bottom,transparent,rgba(255,215,0,.4),transparent);animation:decorLine 6s ease-in-out infinite;border-radius:2px}.credit-section:after{content:"";position:absolute;bottom:5%;right:5%;width:60px;height:3px;background:linear-gradient(to right,transparent,rgba(255,215,0,.4),transparent);animation:decorLine 6s ease-in-out infinite 3s;border-radius:2px}@keyframes decorLine{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.developer-name-special{position:relative;cursor:pointer;transition:all .3s ease;color:#000;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.2);display:inline-block;padding:2px 6px;border-radius:4px}.developer-name-special:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid rgba(0,0,0,.6);animation:arrowBounceUp 2s ease-in-out infinite;transition:all .3s ease}.developer-name-special:hover:before{opacity:1;animation:vintageShimmer 1.5s ease-in-out infinite}.developer-name-special:hover{color:#1a1a1a;text-shadow:1px 1px 2px rgba(0,0,0,.2);transform:translateY(-1px)}.developer-name-special:hover:after{border-bottom-color:#000000e6;transform:translate(-50%) translateY(-2px)}.click-hint{position:absolute;bottom:1.5rem;right:3rem;font-size:.7rem;color:#00000080;font-weight:400;opacity:.7;transition:opacity .3s ease;white-space:nowrap;z-index:11}.developer-name-special:hover+.click-hint{opacity:1;color:#000c}@keyframes breathe{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media (max-width: 768px){.credit-content{padding:2rem;width:90%}.credit-main-title{font-size:2.5rem}.credit-subtitle{font-size:1.6rem}.credit-group-title{font-size:1.8rem}.credit-line{font-size:1.2rem}.credit-participant-line{font-size:1rem;line-height:1.6}.credit-final-title{font-size:2rem}.credit-logo{width:70vw}.credit-logo-small{width:40vw}}@media (max-width: 480px){.credit-content{padding:1.5rem;width:90%}.credit-main-title{font-size:2rem}.credit-subtitle{font-size:1.4rem}.credit-group-title{font-size:1.6rem}.credit-line{font-size:1.1rem}.credit-participant-line{font-size:.9rem;line-height:1.5}.credit-final-title{font-size:1.8rem;line-height:1.4}.credit-logo{width:80vw}.credit-logo-small{width:50vw}.credit-back-to-top-btn,.credit-home-btn{padding:10px 20px;font-size:1.1rem}.credit-button-group{gap:.5rem;margin-top:1.5rem}}.actoria-section{margin:1rem 0;text-align:center}.actoria-logo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:2rem;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease}.actoria-logo:hover{transform:scale(1.05)}.actoria-text{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;font-size:1.4rem;font-weight:600;color:#000;margin:1rem 0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.actoria-title{font-family:LXGW WenKai,KaiTi,楷体,STKaiti,DFKai-SB,华文楷体,"FangSong",serif;color:#000;font-size:1.4rem;font-weight:600;text-decoration:underline;text-underline-offset:4px;transition:all .3s ease;display:block;margin:1rem auto 0;cursor:pointer;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.actoria-title:hover{color:#333;text-decoration-thickness:2px;transform:translateY(-1px)}@media (max-width: 768px){.actoria-section{margin:1rem 0}.actoria-logo{width:100px;height:100px}.actoria-text,.actoria-title{font-size:1.2rem}}@media (max-width: 480px){.actoria-section{margin:1rem 0}.actoria-logo{width:80px;height:80px}.actoria-text,.actoria-title{font-size:1.1rem}}@media (max-width: 360px){.credit-main-title{font-size:1.6rem}.credit-subtitle{font-size:1.2rem}.credit-group-title{font-size:1.4rem}.credit-line{font-size:1rem}.credit-participant-line{font-size:.8rem}.credit-final-title{font-size:1.5rem}}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.static{position:static}.container{width:100%}.flex{display:flex}.grid{display:grid}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}*{box-sizing:border-box;margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;font-family:LXGW WenKai,PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:#000}#root{width:100%;height:100%;margin:0;padding:0}@media (max-width:768px){html{font-size:14px}}@media (max-width:480px){html{font-size:13px}}@media (hover:none) and (pointer:coarse){.scroll-indicator:hover,.main-logo:hover{transform:none}}.main-logo{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
