align-items: center; } .nav-btn { border-radius: 999px; padding: 10px 18px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.05em; border: 1px solid rgba(255,255,255,0.08); background: rgba(15, 15, 20, 0.6); color: var(--text-soft); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all var(--transition-smooth); backdrop-filter: blur(8px); position: relative; overflow: hidden; } .nav-btn span.icon { font-size: 0.95rem; transition: transform var(--transition-smooth); } .nav-btn:hover:not(:disabled) span.icon { transform: translateX(2px); } .nav-btn.primary { background: linear-gradient(135deg, var(--primary), #8a2a4a); border-color: rgba(255,255,255,0.1); color: var(--text-main); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; box-shadow: 0 4px 20px rgba(163, 59, 92, 0.3), inset 0 1px 0 rgba(255,255,255,0.1); } .nav-btn.primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent); opacity: 0; transition: opacity var(--transition-smooth); } .nav-btn.primary:hover:not(:disabled) { background: linear-gradient(135deg, #b8446a, var(--primary)); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(163, 59, 92, 0.4), 0 0 0 1px rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.15); } .nav-btn.primary:hover::before { opacity: 1; } .nav-btn.primary:active:not(:disabled) { transform: translateY(0); box-shadow: 0 4px 16px rgba(163, 59, 92, 0.3); } .nav-btn:disabled { opacity: 0.3; cursor: not-allowed; transform: none; box-shadow: none; filter: grayscale(0.5); } .nav-btn:hover:not(:disabled):not(.primary) { background: rgba(25, 25, 32, 0.8); border-color: rgba(255,255,255,0.12); color: var(--text-main); transform: translateY(-1px); } .quiz-footer-meta { font-size: 0.75rem; font-weight: 300; font-style: italic; color: var(--text-dim); margin-top: 12px; text-align: center; letter-spacing: 0.02em; } .result-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; font-style: italic; letter-spacing: 0.02em; color: var(--text-main); text-shadow: 0 2px 20px var(--primary-glow); line-height: 1.3; } .result-subtitle { font-size: 0.8rem; font-weight: 500; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.12em; margin-top: 4px; } .result-blurb { margin-top: 16px; font-size: 0.95rem; font-weight: 300; line-height: 1.75; color: var(--text-soft); padding: 16px; background: rgba(0,0,0,0.25); border-radius: var(--radius-sm); border-left: 3px solid var(--primary); position: relative; } .result-blurb::before { content: '"'; font-family: var(--font-display); font-size: 3rem; position: absolute; top: 8px; left: 12px; color: var(--primary); opacity: 0.3; line-height: 1; } .result-actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; } .cta-btn { border-radius: 999px; padding: 12px 22px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; transition: all var(--transition-smooth); position: relative; overflow: hidden; } .cta-btn.primary { background: linear-gradient(135deg, var(--primary), #8a2a4a); color: var(--text-main); box-shadow: 0 6px 24px rgba(163, 59, 92, 0.35), inset 0 1px 0 rgba(255,255,255,0.1); } .cta-btn.primary:hover { background: linear-gradient(135deg, #b8446a, var(--primary)); transform: translateY(-2px) scale(1.02); box-shadow: 0 10px 36px rgba(163, 59, 92, 0.45), inset 0 1px 0 rgba(255,255,255,0.15); } .cta-btn.secondary { background: transparent; color: var(--text-soft); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(4px); } .cta-btn.secondary:hover { color: var(--text-main); background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.15); } .result-metadata { margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.72rem; font-weight: 500; color: var(--text-dim); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; text-transform: uppercase; letter-spacing: 0.1em; } .score-bars { margin-top: 20px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; } .score-group-title { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--accent); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; } .score-group-title::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(201, 118, 61, 0.3), transparent); } .score-row { display: flex; align-items: center; gap: 10px; font-size: 0.75rem; font-weight: 400; color: var(--text-soft); padding: 4px 0; } /* Question contribution breakdown styles */ .contribution-breakdown { margin-top: 24px; padding: 20px 0 0 0; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.85rem; color: var(--text-soft); line-height: 1.6; display: flex; flex-direction: column; gap: 16px; } .contribution-war-block { border-radius: var(--radius-sm); padding: 16px 18px; background: linear-gradient(135deg, rgba(20, 18, 25, 0.8), rgba(12, 11, 16, 0.9)); border: 1px solid rgba(255,255,255,0.04); box-shadow: 0 4px 20px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.02); display: flex; flex-direction: column; gap: 12px; } .contribution-war-title { font-family: var(--font-display); font-size: 0.95rem; font-weight: 600; color: var(--accent-soft); letter-spacing: 0.03em; display: flex; align-items: center; gap: 10px; } .contribution-question-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; } .contribution-question-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.82rem; font-weight: 400; color: var(--text-soft); background: rgba(0,0,0,0.2); border-radius: 8px; padding: 10px 12px; border-left: 2px solid var(--secondary); transition: all var(--transition-smooth); } .contribution-question-item:hover { background: rgba(0,0,0,0.3); border-left-color: var(--accent); } .contribution-question-rank { font-family: var(--font-display); font-weight: 700; color: var(--secondary); flex-shrink: 0; font-size: 0.9rem; min-width: 20px; opacity: 0.7; } .contribution-answer { color: var(--text-dim); font-weight: 300; font-style: italic; margin-left: auto; padding-left: 12px; font-size: 0.78rem; max-width: 50%; text-align: right; } .score-label { width: 100px; flex-shrink: 0; font-weight: 400; } .score-track { flex: 1; height: 4px; border-radius: 999px; background: rgba(0,0,0,0.4); overflow: hidden; position: relative; } .score-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--secondary), var(--accent)); width: 0%; transition: width 600ms cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 0 8px var(--secondary-glow); } .score-value { width: 24px; text-align: right; font-weight: 600; color: var(--text-dim); font-size: 0.7rem; } .mini-link { color: var(--accent); text-decoration: none; font-size: 0.75rem; font-weight: 500; transition: color var(--transition-smooth); } .mini-link:hover { color: var(--accent-soft); text-decoration: underline; } .analysis-block { margin-top: 20px; padding: 16px; background: linear-gradient(135deg, rgba(124, 92, 191, 0.08), rgba(163, 59, 92, 0.06)); border-radius: var(--radius-sm); border: 1px solid rgba(124, 92, 191, 0.15); font-size: 0.85rem; color: var(--text-soft); line-height: 1.7; } .analysis-block h3 { margin: 0 0 10px 0; font-family: var(--font-display); font-size: 0.95rem; font-weight: 600; font-style: italic; color: var(--secondary); } .analysis-block p { margin: 0; font-weight: 300; } @media (min-width: 640px) { .quiz-card { padding: 32px 28px 28px; } .question-text { font-size: 1.25rem; } .question-wrap { padding: 28px 24px; } } @media (min-width: 768px) { .quiz-title { font-size: 2rem; } .quiz-card { padding: 36px 32px 30px; } .answers-wrap { gap: 14px; } .answer-btn { padding: 16px 20px; font-size: 0.92rem; } .result-title { font-size: 1.75rem; } .result-blurb { font-size: 1rem; padding: 20px 24px; } .score-bars { gap: 20px 32px; } } @media (min-width: 1024px) { .quiz-shell { padding: 40px 24px; } .quiz-card { padding: 40px 40px 36px; } } /* Staggered answer animation */ .answers-wrap .answer-btn { animation: answer-slide-in 400ms cubic-bezier(0.16, 1, 0.3, 1) backwards; } .answers-wrap .answer-btn:nth-child(1) { animation-delay: 50ms; } .answers-wrap .answer-btn:nth-child(2) { animation-delay: 100ms; } .answers-wrap .answer-btn:nth-child(3) { animation-delay: 150ms; } .answers-wrap .answer-btn:nth-child(4) { animation-delay: 200ms; } @keyframes answer-slide-in { from { opacity: 0; transform: translateX(-16px); } to { opacity: 1; transform: translateX(0); } } /* Result reveal animation */ .result-title { animation: result-reveal 600ms cubic-bezier(0.16, 1, 0.3, 1) backwards; } .result-subtitle { animation: result-reveal 600ms cubic-bezier(0.16, 1, 0.3, 1) 100ms backwards; } .result-blurb { animation: result-reveal 600ms cubic-bezier(0.16, 1, 0.3, 1) 200ms backwards; } .score-bars { animation: result-reveal 600ms cubic-bezier(0.16, 1, 0.3, 1) 300ms backwards; } .contribution-breakdown { animation: result-reveal 600ms cubic-bezier(0.16, 1, 0.3, 1) 400ms backwards; } .result-actions { animation: result-reveal 600ms cubic-bezier(0.16, 1, 0.3, 1) 500ms backwards; } @keyframes result-reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* Subtle pulse on progress bar glow */ @keyframes glow-pulse { 0%, 100% { box-shadow: 0 0 20px var(--primary-glow); } 50% { box-shadow: 0 0 30px var(--primary-glow), 0 0 40px rgba(163, 59, 92, 0.2); } } .progress-bar { animation: glow-pulse 3s ease-in-out infinite; } /* Selection state transitions */ ::selection { background: var(--primary); color: var(--text-main); } /* Focus states for accessibility */ .answer-btn:focus-visible, .nav-btn:focus-visible, .cta-btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; } /* Global Nav */ .global-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px 0; background: rgba(5, 5, 7, 0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.08); } .global-header .header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; } .global-header .logo { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; font-weight: 700; color: #ece8e1; text-decoration: none; letter-spacing: -1px; } .global-header .logo span { color: #a33b5c; } .global-header nav { display: flex; align-items: center; gap: 24px; } .global-header nav a { font-size: 14px; font-weight: 500; color: #9a958c; text-decoration: none; transition: color 0.2s ease; } .global-header nav a:hover { color: #ece8e1; } .global-nav-dropdown { position: relative; } .global-nav-dropdown > a { display: flex; align-items: center; gap: 4px; } .global-nav-dropdown > a::after { content: "▾"; font-size: 10px; opacity: 0.6; } .global-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 200px; background: rgba(12, 12, 18, 0.98); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 8px 0; opacity: 0; visibility: hidden; transition: all 0.2s ease; margin-top: 12px; box-shadow: 0 20px 50px rgba(0,0,0,0.5); } .global-dropdown-menu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; } .global-nav-dropdown:hover .global-dropdown-menu { opacity: 1; visibility: visible; } .global-dropdown-menu a { display: block; padding: 10px 20px; font-size: 13px; color: #9a958c; text-decoration: none; transition: all 0.2s ease; } .global-dropdown-menu a:hover { background: rgba(255,255,255,0.05); color: #ece8e1; } .global-nav-cta { padding: 12px 24px; background: #a33b5c; color: #ffffff !important; border-radius: 999px; font-weight: 600; transition: all 0.3s ease; } .global-nav-cta:hover { background: #b8446a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(163, 59, 92, 0.4); } body.global-nav { padding-top: 92px; } @media (max-width: 768px) { body.global-nav { padding-top: 120px; } .global-header nav { gap: 16px; flex-wrap: wrap; justify-content: flex-end; } }
Which War Is Your Nervous System Fighting In Love
17 questions. No sugar coating. This is a nervous system threat assessment, not a cute attachment quiz.
Question 1 of 18