:root{--bg-primary:#f5f2eb;--bg-secondary:#ebe6dc;--surface:#fff;--surface-border:#e6e1d6;--text-primary:#1c1917;--text-secondary:#44403c;--text-muted:#78716c;--accent-main:#1e3a8a;--accent-hover:#172554;--accent-soft:#eff6ff;--accent-border:#bfdbfe;--accent-green:#15803d;--accent-green-soft:#f0fdf4;--accent-green-border:#bbf7d0;--accent-amber:#b45309;--accent-amber-soft:#fffbeb;--accent-amber-border:#fde68a;--accent-red:#be123c;--accent-red-soft:#fff1f2;--accent-red-border:#fecdd3;--shadow-sm:0 1px 2px #1c19170a;--shadow-md:0 4px 12px #1c19170f;--shadow-lg:0 12px 32px #1c191714;--font-main:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;line-height:1.6;display:flex}.navbar{background:var(--bg-primary);border-bottom:1px solid var(--surface-border);z-index:50;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.brand{color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.brand-logo{background:var(--accent-main);color:#fff;width:36px;height:36px;box-shadow:var(--shadow-sm);border-radius:8px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.brand-badge{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--surface-border);border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.container{flex:1;width:100%;max-width:820px;margin:0 auto;padding:3rem 1.5rem}.hero-header{text-align:center;margin-bottom:2.5rem}.hero-title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(1.85rem,5vw,2.75rem);font-weight:800}.hero-subtitle{color:var(--text-secondary);max-width:620px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.6}.glass-card{background:var(--surface);border:1px solid var(--surface-border);box-shadow:var(--shadow-lg);border-radius:20px;padding:clamp(1.75rem,5vw,3.25rem)}.wizard-steps{border-bottom:1px solid var(--surface-border);gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.step-indicator{color:var(--text-muted);flex:1;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.step-num{background:var(--bg-secondary);width:30px;height:30px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.step-indicator.active{color:var(--accent-main)}.step-indicator.active .step-num{background:var(--accent-main);color:#fff}.step-indicator.completed{color:var(--accent-green)}.step-indicator.completed .step-num{background:var(--accent-green);color:#fff}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-primary);margin-bottom:.5rem;font-size:.92rem;font-weight:600;display:block}.input-control{background:var(--surface);border:1.5px solid var(--surface-border);width:100%;color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:10px;padding:.9rem 1.15rem;font-family:inherit;font-size:1rem;transition:all .2s}.input-control:focus{border-color:var(--accent-main);outline:none;box-shadow:0 0 0 4px #1e3a8a1a}.form-hint{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.privacy-guarantee-box{background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--text-secondary);border-radius:12px;margin-top:1.5rem;padding:1.25rem 1.5rem;font-size:.9rem}.privacy-guarantee-title{color:var(--accent-main);align-items:center;gap:.6rem;margin-bottom:.6rem;font-size:.95rem;font-weight:700;display:flex}.privacy-guarantee-list{flex-direction:column;gap:.4rem;margin:0;padding-left:1.25rem;display:flex}.btn-primary{background:var(--accent-main);color:#fff;cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1.02rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text-primary);border:1.5px solid var(--surface-border);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:10px;justify-content:center;align-items:center;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:var(--bg-secondary);border-color:#d1cbbd}.select-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (width<=640px){.select-grid{grid-template-columns:1fr;gap:1.25rem}}.eval-questions{flex-direction:column;gap:1.5rem;display:flex}.question-item{background:var(--bg-primary);border:1px solid var(--surface-border);border-radius:14px;padding:1.5rem}.question-title{color:var(--text-primary);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.98rem;font-weight:600;display:flex}.grades-selector{grid-template-columns:repeat(7,1fr);gap:.6rem;display:grid}@media (width<=480px){.grades-selector{gap:.4rem}}.grade-btn{background:var(--surface);border:1.5px solid var(--surface-border);color:var(--text-secondary);cursor:pointer;height:46px;box-shadow:var(--shadow-sm);border-radius:8px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:700;transition:all .15s;display:flex}.grade-btn:hover{border-color:var(--accent-main);color:var(--accent-main);background:var(--accent-soft)}.grade-btn.selected{background:var(--accent-main);color:#fff;border-color:var(--accent-main);box-shadow:0 4px 10px #1e3a8a40}.alert{border-radius:12px;align-items:center;gap:.85rem;margin-bottom:1.75rem;padding:1.15rem 1.5rem;font-size:.95rem;line-height:1.5;display:flex}.alert-error{background:var(--accent-red-soft);border:1px solid var(--accent-red-border);color:var(--accent-red)}.alert-warning{background:var.accent-amber-soft;border:1px solid var(--accent-amber-border);color:var(--accent-amber)}.alert-success{background:var(--accent-green-soft);border:1px solid var(--accent-green-border);color:var(--accent-green)}.success-screen{text-align:center;padding:2.5rem 0}.success-icon{background:var(--accent-green-soft);width:76px;height:76px;color:var(--accent-green);border:2px solid var(--accent-green-border);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--surface-border);background:var(--bg-primary);margin-top:auto;padding:2.5rem 1.5rem;font-size:.85rem}footer a{color:var(--accent-main);text-underline-offset:3px;font-weight:600;text-decoration:underline}@media (width<=768px){.navbar{padding:1rem 1.25rem}.container{padding:2rem 1rem}.question-title{flex-direction:column;align-items:flex-start;gap:.35rem}}.custom-dropdown{-webkit-user-select:none;user-select:none;width:100%;position:relative}.custom-dropdown-trigger{background:var(--surface);border:1.5px solid var(--surface-border);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:10px;justify-content:space-between;align-items:center;padding:.9rem 1.15rem;font-size:.98rem;transition:all .2s;display:flex}.custom-dropdown-trigger:hover{border-color:var(--accent-main);background:#fff}.custom-dropdown.open .custom-dropdown-trigger{border-color:var(--accent-main);box-shadow:0 0 0 4px #1e3a8a1a}.custom-dropdown.disabled .custom-dropdown-trigger{opacity:.55;cursor:not-allowed;background:var(--bg-secondary)}.custom-dropdown-menu{z-index:1000;border:1.5px solid var(--surface-border);background:#fff;border-radius:14px;max-height:280px;padding:.4rem;display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 35px -5px #00000026}.custom-dropdown.open .custom-dropdown-menu{animation:.15s dropIn;display:block}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-dropdown-search{border-bottom:1px solid var(--surface-border);z-index:2;background:#fff;margin-bottom:.25rem;padding:.35rem .4rem .5rem;position:sticky;top:0}.custom-dropdown-search input{border:1px solid var(--surface-border);border-radius:8px;outline:none;width:100%;padding:.55rem .75rem;font-family:inherit;font-size:.88rem}.custom-dropdown-search input:focus{border-color:var(--accent-main)}.custom-option{color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.92rem;transition:background .15s;display:flex}.custom-option:hover{background:var(--accent-soft);color:var(--accent-main);font-weight:600}.custom-option.selected{background:var(--accent-main);color:#fff;font-weight:700}.custom-option.disabled-option{opacity:.4;cursor:not-allowed;color:var(--text-muted)!important;background:0 0!important}.eval-block-card{border:1.5px solid var(--surface-border);box-shadow:var(--shadow-md);background:#fff;border-radius:20px;padding:2.25rem;transition:all .25s}.eval-block-card:hover{border-color:#cbd5e1}@media (width<=640px){.eval-block-card{border-radius:16px;padding:1.35rem 1.1rem}.grades-selector{gap:.25rem!important}.grade-btn{border-radius:6px!important;padding:.45rem 0!important;font-size:.92rem!important}.wizard-steps{flex-wrap:wrap;justify-content:center;gap:1.25rem!important;font-size:.85rem!important}.custom-dropdown-trigger{padding:.75rem 1rem;font-size:.92rem}.score-lbl{font-size:.82rem!important}.container{padding-left:.85rem;padding-right:.85rem}}#wiki-portal-container{max-width:920px;margin:1rem auto 4rem;animation:.35s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wiki-view{display:none}.wiki-view.active{animation:.35s cubic-bezier(.16,1,.3,1) fadeIn;display:block}#wiki-search-hero{text-align:center;padding:3rem 1rem 4rem}.wiki-hero-header{max-width:680px;margin:0 auto 2.5rem}.wiki-minimal-badge{color:#334155;letter-spacing:.05em;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.wiki-badge-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #2563eb99}.wiki-hero-title{letter-spacing:-.045em;color:#0f172a;margin-bottom:1.25rem;font-size:clamp(2.2rem,5.5vw,3.2rem);font-weight:900;line-height:1.1}.wiki-hero-subtitle{color:#64748b;font-size:1.12rem;line-height:1.6}.wiki-search-wrapper{max-width:660px;margin:0 auto 1.5rem;position:relative}.wiki-search-box{background:#fff;border:1.5px solid #cbd5e1;border-radius:18px;align-items:center;padding:.85rem 1.5rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px -10px #0f172a14}.wiki-search-box:focus-within{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 0 0 4px #2563eb1f,0 20px 40px -10px #0f172a1f}.wiki-search-icon{color:#64748b;flex-shrink:0;width:22px;height:22px;margin-right:.9rem}#wiki-search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1.08rem;font-weight:500}#wiki-search-input::placeholder{color:#94a3b8;font-weight:400}.wiki-search-clear-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.3rem;transition:all .15s;display:flex}.wiki-search-clear-btn:hover{color:#334155;background:#f1f5f9}.wiki-quick-pills{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-bottom:3rem;display:flex}.wiki-pill-label{color:#64748b;margin-right:.2rem;font-size:.85rem;font-weight:600}.wiki-pill-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.wiki-pill-btn:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb;transform:translateY(-1px)}.wiki-suggestions-dropdown{z-index:9999;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-height:440px;padding:.75rem;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;box-shadow:0 25px 60px -15px #0f172a26}.wiki-sug-header{text-transform:uppercase;color:#94a3b8;letter-spacing:.06em;padding:.6rem .8rem .4rem;font-size:.72rem;font-weight:800}.wiki-sug-item{cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:.2rem;padding:.85rem 1rem;transition:all .15s;display:flex}.wiki-sug-item:hover{background:#f8fafc}.wiki-sug-title{color:#0f172a;align-items:center;gap:.6rem;font-size:.96rem;font-weight:700;display:flex}.wiki-sug-subtitle{color:#64748b;margin-top:.15rem;font-size:.82rem}.wiki-sug-empty{text-align:center;color:#64748b;padding:2.5rem 1rem;font-size:.95rem}.wiki-hero-footer{justify-content:center;margin-top:2rem;display:flex}.wiki-guarantee-tag{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.6rem;padding:.65rem 1.25rem;font-size:.85rem;display:inline-flex}.wiki-guarantee-tag i{color:#16a34a;flex-shrink:0;width:18px;height:18px}.wiki-top-actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:2rem;display:flex}.wiki-nav-back{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.wiki-nav-back:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;transform:translate(-2px)}.wiki-prof-header-card,.wiki-course-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;align-items:center;gap:1.75rem;margin-bottom:2.5rem;padding:2.25rem;display:flex;box-shadow:0 4px 20px -2px #0f172a0a}.wiki-prof-avatar-box,.wiki-course-icon-box{color:#2563eb;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.wiki-meta-tag{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.35rem;font-size:.78rem;font-weight:800}.wiki-prof-name,.wiki-course-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:.45rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;line-height:1.2}.wiki-prof-stats,.wiki-course-subtitle{color:#64748b;font-size:.96rem;line-height:1.5}.wiki-section-header{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.85rem;display:flex}.wiki-section-heading{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800}.wiki-section-hint{color:#94a3b8;font-size:.84rem;font-weight:600}.wiki-courses-list{flex-direction:column;gap:1.75rem;display:flex}.wiki-course-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.85rem;transition:all .2s;box-shadow:0 4px 15px -2px #0f172a08}.wiki-course-card:hover{border-color:#cbd5e1;box-shadow:0 10px 25px -4px #0f172a0f}.wiki-course-card-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.wiki-course-title-sub{color:#0f172a;letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.wiki-avg-pill{border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem 1.1rem;font-size:1.05rem;font-weight:800;display:inline-flex}.avg-green{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.avg-amber{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.avg-red{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3}.wiki-questions-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem;display:grid}.wiki-q-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;justify-content:space-between;gap:.65rem;padding:.95rem 1.15rem;display:flex}.wiki-q-text{color:#334155;font-size:.88rem;font-weight:600;line-height:1.4}.wiki-q-score-bar{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.score-badge{border-radius:6px;padding:.25rem .65rem;font-size:.92rem;font-weight:800}.score-badge.high{color:#16a34a;background:#dcfce7}.score-badge.mid{color:#d97706;background:#fef3c7}.score-badge.low{color:#e11d48;background:#ffe4e6}.score-track{background:#e2e8f0;border-radius:9999px;flex:1;height:6px;overflow:hidden}.score-fill{border-radius:9999px;height:100%;transition:width .5s}.low-data-alert-card{background:#fffbeb;border:1px solid #fde68a;border-radius:18px;padding:1.75rem}.low-data-header{color:#d97706;align-items:center;gap:.65rem;margin-bottom:.65rem;font-size:1.05rem;font-weight:800;display:flex}.low-data-text{color:#64748b;margin-bottom:1.5rem;font-size:.94rem;line-height:1.6}.peer-recs-title{color:#334155;margin-bottom:.85rem;font-size:.9rem;font-weight:700}.peer-recs-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.85rem;display:grid}.peer-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;gap:.65rem;padding:1rem;transition:all .2s;display:flex}.peer-card:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb14}.peer-card-name{color:#0f172a;font-size:.96rem;font-weight:700}.peer-card-stats{justify-content:space-between;align-items:center;font-size:.84rem;display:flex}.wiki-course-profs-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.course-prof-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.5rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px -2px #0f172a08}.course-prof-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 12px 25px -4px #0f172a12}.course-prof-card-top{align-items:flex-start;gap:.85rem;display:flex}.course-prof-icon{color:#475569;background:#f1f5f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.course-prof-name{color:#0f172a;font-size:1.1rem;font-weight:800;line-height:1.3}.course-prof-card-bottom{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:.9rem;display:flex}@media (width<=640px){.wiki-prof-header-card,.wiki-course-header-card{text-align:center;flex-direction:column;gap:1.15rem;padding:1.5rem}.wiki-search-box{padding:.65rem 1.15rem}#wiki-search-input{font-size:.96rem}}
