:root { color-scheme: light; --ink: #19201d; --muted: #667069; --paper: #f8f5ee; --panel: #ffffff; --line: #ddd6ca; --green: #2f6f5e; --blue: #245a8d; --rose: #b8485f; --gold: #c7922f; --shadow: 0 24px 70px rgba(31, 38, 35, 0.14); } * { box-sizing: border-box; } body { min-height: 100vh; margin: 0; display: grid; place-items: center; background: radial-gradient(circle at top left, rgba(47, 111, 94, 0.22), transparent 34rem), linear-gradient(135deg, #f7efe4 0%, #eff5f2 52%, #f7f1f4 100%); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; padding: 24px; } button { border: 0; font: inherit; cursor: pointer; } .app-shell { width: min(100%, 960px); } .screen { min-height: min(760px, calc(100vh - 48px)); background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(255, 255, 255, 0.76); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; } .hidden { display: none; } .intro-screen { padding: clamp(24px, 5vw, 56px); } .brand-row { display: flex; align-items: center; gap: 10px; color: var(--green); font-weight: 800; letter-spacing: 0; } .brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--green); color: white; } .intro-layout { min-height: 600px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); align-items: center; gap: clamp(28px, 6vw, 72px); } .eyebrow { margin: 0 0 12px; color: var(--rose); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; } h1, h2 { margin: 0; letter-spacing: 0; line-height: 1.02; } h1 { max-width: 680px; font-size: clamp(3rem, 8vw, 6.6rem); } h2 { font-size: clamp(2rem, 4.4vw, 4.3rem); } .intro-copy { max-width: 560px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.55; margin: 24px 0 32px; } .primary-action, .ghost-action { min-height: 48px; border-radius: 8px; padding: 0 22px; font-weight: 800; } .primary-action { background: var(--ink); color: white; } .ghost-action { background: transparent; color: var(--ink); border: 1px solid var(--line); } .persona-wheel { position: relative; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(from 20deg, var(--green), var(--gold), var(--rose), var(--blue), var(--green)); box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.62), 0 22px 60px rgba(25, 32, 29, 0.2); } .persona-wheel::after { content: "£"; display: grid; place-items: center; width: 38%; aspect-ratio: 1; border-radius: 50%; background: white; color: var(--green); font-size: clamp(3rem, 8vw, 6rem); font-weight: 900; } .persona-wheel span { position: absolute; padding: 6px 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.86); font-weight: 800; font-size: 0.82rem; } .persona-wheel span:nth-child(1) { top: 12%; left: 8%; } .persona-wheel span:nth-child(2) { top: 16%; right: 6%; } .persona-wheel span:nth-child(3) { bottom: 15%; left: 7%; } .persona-wheel span:nth-child(4) { bottom: 12%; right: 8%; } .quiz-screen, .result-screen { padding: clamp(20px, 4vw, 44px); } .quiz-header { display: grid; grid-template-columns: minmax(0, 1fr) 86px; gap: 20px; align-items: start; } .question-cn, .result-cn { color: var(--muted); font-size: 1.05rem; line-height: 1.5; margin: 12px 0 0; } .progress-ring { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); font-weight: 900; } .progress-track { height: 10px; border-radius: 999px; background: #e8e0d4; margin: 28px 0; overflow: hidden; } .progress-track span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--gold), var(--rose)); transition: width 0.25s ease; } .options { display: grid; gap: 14px; } .option-button { width: 100%; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; align-items: center; text-align: left; background: var(--panel); color: var(--ink); border: 1px solid var(--line); border-radius: 8px; padding: 16px; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; } .option-button:hover, .option-button:focus-visible { transform: translateY(-2px); border-color: rgba(47, 111, 94, 0.55); box-shadow: 0 12px 28px rgba(31, 38, 35, 0.1); outline: 0; } .option-letter { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--green); font-weight: 900; } .option-text { min-width: 0; } .option-en { display: block; font-weight: 800; line-height: 1.35; } .option-cn { display: block; margin-top: 4px; color: var(--muted); line-height: 1.45; } .quiz-footer, .result-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; } .result-screen { display: grid; grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr); gap: clamp(24px, 5vw, 48px); align-items: stretch; } .result-screen.hidden { display: none; } .result-hero { min-height: 560px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 8px; padding: 28px; color: white; background: linear-gradient(180deg, rgba(25, 32, 29, 0.08), rgba(25, 32, 29, 0.82)), conic-gradient(from 90deg, var(--green), var(--blue), var(--rose), var(--gold), var(--green)); } .result-hero .eyebrow, .result-hero .result-cn { color: rgba(255, 255, 255, 0.82); } .budget-pill { width: fit-content; max-width: 100%; margin-top: 22px; padding: 10px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.88); color: var(--ink); font-weight: 900; } .result-body { display: flex; flex-direction: column; justify-content: center; } .result-body > p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; } .insight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 18px 0; } .insight-grid div { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); padding: 14px; } .insight-grid span { display: block; color: var(--muted); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; } .insight-grid strong { display: block; margin-top: 8px; line-height: 1.3; } .note { font-size: 0.9rem; } @media (max-width: 760px) { body { padding: 12px; } .screen { min-height: calc(100vh - 24px); } .intro-layout, .result-screen { grid-template-columns: 1fr; } .intro-layout { min-height: auto; padding-top: 44px; } .persona-wheel { max-width: 280px; margin: 0 auto; } .quiz-header { grid-template-columns: 1fr; } .progress-ring { width: 64px; height: 64px; } .option-button { grid-template-columns: 32px minmax(0, 1fr); padding: 14px; } .option-letter { width: 32px; height: 32px; } .result-hero { min-height: 380px; } .insight-grid { grid-template-columns: 1fr; } }
Page 1 of 25

Student Money Type Quiz

Find

https://images.unsplash.com/photo-1644318295821-12c4ddf2a36e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxNTE3NDZ8MHwxfHNlYXJjaHwzfHwlRTUlOEQlOTUlRTQlQjglQUElRTQlQkElOTQlRTUlQkQlQTklRTUlOUMlODYlRTclOEUlQUZ8ZW58MHx8fHwxNzc5NDE1OTQzfDA&ixlib=rb-4.1.0&q=80&w=1080

your

student-
life

A quick MBTI-style quiz for student cost of living:

type

family support, spending style, and self-earning combine into one of eight personas.
/divider