main { float: left; width: 100%; }
#app { background: #fff; border-radius: 20px; box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35); max-width: 700px; width: 100%; position: relative; font-family: "Montserrat", system-ui, -apple-system, sans-serif; margin: 50px auto; }
.header { background: #29508b; padding: 26px 32px 22px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.header-gold-line { width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #c8a84b, transparent); }
.header h1 { font-size: 21px; font-weight: 700; color: #fff; text-align: center; letter-spacing: 0.3px; }
.header p { font-size: 12px; color: #8ab4d4; font-family: Arial, sans-serif; letter-spacing: 1.5px; text-align: center; }
.screen { padding: 32px; display: none; }
.screen.active { display: block; }
.intro-icon { font-size: 50px; text-align: center; margin-bottom: 14px; }
.intro h2 { font-size: 22px; color: #0b1e3d; text-align: center; margin-bottom: 12px; font-weight: 700; }
.intro p { font-size: 15px; color: #445570; font-family: Arial, sans-serif; line-height: 1.72; text-align: center; margin-bottom: 8px; }
.intro ul { background: #f0f5fb; border-radius: 12px; padding: 16px 22px 16px 40px; margin: 16px 0 26px; font-family: Arial, sans-serif; font-size: 14px; color: #445570; line-height: 1.9; }
.btn-start { width: 100%; padding: 16px; border: none; border-radius: 12px; background: linear-gradient(135deg, #0b1e3d, #1a3a6b); color: #c8a84b; font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; cursor: pointer; letter-spacing: 1px; transition: opacity 0.2s; }
.btn-start:hover { opacity: 0.88; }
.btn-back { padding: 9px 18px; border: 1px solid #c4d2e4; border-radius: 8px; background: transparent; color: #445570; font-family: Arial, sans-serif; font-size: 13.5px; cursor: pointer; }
.btn-back:disabled { opacity: 0.35; cursor: default; }
.btn-restart { width: 100%; padding: 13px; border: 2px solid #1a3a6b; border-radius: 12px; background: transparent; color: #1a3a6b; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; margin-top: 6px; transition: background 0.2s, color 0.2s; }
.btn-restart:hover { background: #1a3a6b; color: #c8a84b; }
.progress-wrap { height: 4px; background: #e4edf8; }
.progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #c8a84b, #e8c96a); transition: width 0.4s ease; }
.q-num { font-size: 11.5px; color: #8a99b0; font-family: Arial, sans-serif; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
.q-text { font-size: 18px; color: #0b1e3d; line-height: 1.65; margin-bottom: 26px; font-weight: 400; }
.likert-row { display: flex; gap: 7px; margin-bottom: 26px; flex-wrap: wrap; }
.likert-btn { flex: 1; min-width: 72px; padding: 11px 5px; border: 2px solid #d8e4f0; border-radius: 10px; background: #f5f8fc; color: #445570; cursor: pointer; font-family: Arial, sans-serif; font-size: 11.5px; text-align: center; line-height: 1.35; transition: all 0.18s ease; }
.likert-btn:hover { border-color: #1a3a6b; background: #eaf0f8; }
.likert-btn.selected { border-color: #1a3a6b; background: #1a3a6b; color: #fff; }
.likert-btn .val { font-weight: 700; display: block; font-size: 14px; }
.likert-btn .lbl { font-size: 10px; opacity: 0.85; display: block; margin-top: 2px; }
.nav-row { display: flex; justify-content: space-between; align-items: center; }
.pct-label { font-size: 12px; color: #8a99b0; font-family: Arial, sans-serif; }
.sec-label { font-size: 11px; letter-spacing: 2px; color: #8a99b0; font-family: Arial, sans-serif; text-transform: uppercase; margin-bottom: 14px; }
.divider { height: 1px; background: #e4ecf6; margin: 24px 0; }
.dim-card { border-radius: 13px; padding: 14px 16px; margin-bottom: 9px; display: flex; align-items: flex-start; gap: 13px; }
.dim-icon { font-size: 26px; flex-shrink: 0; margin-top: 2px; }
.dim-name { font-size: 15.5px; font-weight: 700; margin-bottom: 3px; font-family: 'Montserrat', sans-serif; }
.dim-desc { font-size: 13px; color: #556070; font-family: Arial, sans-serif; line-height: 1.5; }
.bar-wrap { height: 5px; background: #e8eef6; border-radius: 3px; margin-top: 8px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 3px; }
.course-card { border-radius: 14px; padding: 18px 20px; margin-bottom: 12px; }
.course-card.top { background: linear-gradient(135deg, #0b1e3d 0%, #1a3a6b 100%); }
.course-card.normal { background: #f5f8fc; border: 1px solid #dde8f4; }
.course-head { display: flex; align-items: center; gap: 9px; margin-bottom: 5px; flex-wrap: wrap; }
.course-emoji { font-size: 22px; }
.course-name { font-size: 17px; font-weight: 700; flex: 1; font-family: 'Montserrat', sans-serif; }
.top .course-name { color: #c8a84b; }
.normal .course-name { color: #0b1e3d; }
.badge { font-size: 10px; font-family: Arial, sans-serif; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; flex-shrink: 0; }
.badge-grad-dark { background: rgba(138, 180, 212, 0.22); color: #8ab4d4; }
.badge-grad-light { background: #e8f0fe; color: #3a65a8; }
.badge-tec-dark { background: rgba(200, 168, 75, 0.3); color: #c8a84b; }
.badge-tec-light { background: #fff3d6; color: #a07820; }
.badge-top { background: rgba(200, 168, 75, 0.3); color: #c8a84b; letter-spacing: 1px; }
.course-mod { font-size: 11px; font-family: Arial, sans-serif; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.top .course-mod { color: #8ab4d4; }
.normal .course-mod { color: #8a99b0; }
.course-just { font-size: 13.5px; font-family: Arial, sans-serif; line-height: 1.65; margin-bottom: 10px; }
.top .course-just { color: #c8dff0; }
.normal .course-just { color: #445570; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-size: 11px; font-family: Arial, sans-serif; padding: 3px 10px; border-radius: 20px; }
.top .tag { background: rgba(200, 168, 75, 0.22); color: #c8a84b; }
.normal .tag { background: #e8eef6; color: #445570; }
.disclaimer { font-size: 12px; color: #8a99b0; font-family: Arial, sans-serif; text-align: center; line-height: 1.65; margin-top: 20px; }
.popup-bg { position: absolute; width: 100%; z-index: 999; height: 100%; backdrop-filter: blur(10px); background: rgba(0, 0, 0, 0.32); align-items: center; justify-content: center; display: none; }
.popup-bg.show { display: flex; }
.form-title { font: 25px montserrat; color: #fff; text-align: center; margin-bottom: 20px; }
.form-parent { display: flex; flex-direction: column; gap: 10px; }
.form-parent input { border: none; height: 50px; width: 100%; box-sizing: border-box; padding: 10px; border-radius: 10px; font: 500 16px montserrat; }
.form-parent input::placeholder { font: 500 16px montserrat; }
.form-parent label { display: flex; }
.form-parent button { display: flex; align-items: center; justify-content: center; background: #2BB0B0; color: #fff; border: none; margin: 0; height: 50px; font:500 16px montserrat; border-radius: 10px; transition: .5s; }
.form-parent button:hover { opacity: .7; cursor: pointer; }

@media (max-width: 990px){ #app { max-width: 90%; } }
