@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap";.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.btn:disabled{opacity:.6;cursor:not-allowed;background-color:#d1d5db!important;color:#6b7280!important;pointer-events:none}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-secondary:hover{background-color:var(--primary-light)}.btn-text{background:none;padding:0;color:var(--text-muted);font-weight:500;box-shadow:none!important;transform:none!important}.btn-text:hover{color:var(--primary);text-decoration:underline}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.full-width{width:100%;display:flex}@keyframes pulse-glow{0%{box-shadow:0 0 #4f46e5b3}70%{box-shadow:0 0 0 10px #4f46e500}to{box-shadow:0 0 #4f46e500}}.btn-glow{animation:pulse-glow 2s infinite}.input-group{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}label{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;color:var(--text-main);margin-left:2px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=file],select,textarea{width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-main);background-color:var(--bg-card);border:1.5px solid #d1d5db;border-radius:8px;outline:none;transition:all .3s ease-in-out;box-sizing:border-box}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,input[type=file]::placeholder,select::placeholder,textarea::placeholder{color:#9ca3af;font-size:.95rem}input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=number]:hover,input[type=file]:hover,select:hover,textarea:hover{border-color:#9ca3af}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=file]:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light)}input[type=text].error,input[type=email].error,input[type=password].error,input[type=number].error,input[type=file].error,select.error,textarea.error{border-color:var(--error)}input[type=text].error:focus,input[type=email].error:focus,input[type=password].error:focus,input[type=number].error:focus,input[type=file].error:focus,select.error:focus,textarea.error:focus{box-shadow:0 0 0 4px #ef444433}input[type=file]{background-color:#f9fafb;padding:.5rem;font-size:.9rem}input[type=file]::file-selector-button{margin-right:1rem;padding:.5rem 1rem;border:none;border-radius:4px;background-color:var(--primary-light);color:var(--primary);font-weight:600;cursor:pointer;transition:background .2s}input[type=file]::file-selector-button:hover{background-color:#c7d2fe}.home__header{padding:.6rem 0;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.home__header__nav{display:flex;justify-content:space-between;align-items:center;margin:0 auto;width:min(120rem,94vw)}.home__header__nav .logo>a>img{width:5.4rem;height:5.4rem}.home__header__nav__container{display:flex;align-items:center}.right__container{list-style:none;display:flex;align-items:center;gap:2.4rem;font-size:1.9rem}.right__container--points{display:flex;flex-direction:column;min-width:14rem}.right__container .right__container--point{color:var(--success);font-size:2.2rem;line-height:1}.right__container--pfp{position:relative}.right__container--pfp-trigger{width:4.2rem;height:4.2rem;border:none;border-radius:50%;padding:.2rem;cursor:pointer;background:linear-gradient(135deg,#818cf8,#c084fc);transition:transform .2s ease}.right__container--pfp-trigger:hover{transform:translateY(-1px)}.right__container--pfp-trigger:focus-visible{outline:3px solid rgba(79,70,229,.4);outline-offset:2px}.right__container--pfp-trigger img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;background:#fff}.right__container--pfp--dropdown{position:absolute;right:0;top:calc(100% + 1rem);z-index:20}.dropdown__container{list-style:none;width:20rem;border-radius:1.2rem;padding:.8rem;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 30px #0f172a24}.dropdown__container--list{min-height:3.8rem;border-radius:.8rem;display:flex;align-items:center;font-size:1.5rem;transition:background-color .2s ease;padding:0 .8rem}.dropdown__container--list:hover{background:#eef2ff}.dropdown__container--list:last-child{color:#dc2626;cursor:pointer;margin-top:.2rem}.dropdown__container--list a{display:block;width:100%;color:inherit;text-decoration:none;font-size:1.5rem}@media(max-width:768px){.home__header{padding:.4rem 0}.home__header__nav{width:96vw}.home__header__nav .logo>a>img{width:4.4rem;height:4.4rem}.right__container{gap:1rem;font-size:1.25rem}.right__container--username{max-width:9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right__container--points{min-width:8rem;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right__container .right__container--point{font-size:1.5rem}.dropdown__container{width:18rem;padding:.6rem}.dropdown__container--list{min-height:3.6rem;font-size:1.4rem}.dropdown__container--list a{font-size:1.4rem}}.spinner{border:4px solid rgba(0,0,0,.1);border-top:4px solid var(--primary-color);border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:20px auto;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffb3;display:none;justify-content:center;align-items:center;z-index:999}.spinner-overlay.active,.spinner.active{display:flex}.auth__main{background-color:var(--bg-body);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.auth__main__container{background-color:var(--bg-card);display:flex;width:100%;max-width:900px;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a;overflow:hidden}.auth__main--left{background-color:#000;flex:2}.auth__main--left--video{width:100%;height:100%;object-fit:cover;display:block}.auth__main--right{flex:1;width:50%;padding:3rem;display:flex;flex-direction:column;justify-content:center}.auth__main--right .button--container{display:flex;background-color:var(--primary-light);padding:.4rem;border-radius:50px;margin-bottom:2rem}.auth__main--right .button--container button{flex:1;padding:.7rem 0;border:none;background:transparent;border-radius:50px;font-family:Poppins,sans-serif;font-weight:600;font-size:.95rem;color:var(--text-muted);cursor:pointer;transition:all .3s ease}.auth__main--right .button--container button:hover{color:var(--primary)}.auth__main--right .button--container button.active{background-color:#fff;color:var(--primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth__main--right--form--container{display:flex;flex-direction:column;justify-content:center;gap:2rem}.hidden{display:none}@media(max-width:768px){.auth__main__container{flex-direction:column}.auth__main--left,.auth__main--right{width:100%}.auth__main--left{height:200px}}.input-with-button{display:flex;gap:10px}.input-with-button input{flex-grow:1}.input-with-button .btn-check{padding:0 1.2rem;background-color:#e0e7ff;color:var(--primary);border:1px solid var(--primary);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.input-with-button .btn-check:hover{background-color:var(--primary);color:#fff}.status-text{font-size:.85rem;font-weight:600;margin-left:10px}.status-text.success{color:var(--success)}.status-text.error{color:var(--error)}.reg-error,.login-error{border:1px solid var(--error);color:#b12d2d;background:#eebcbc;font-size:1.5rem;padding:1rem}.btn--google{padding-top:1rem;background:#1c1596;color:#fff;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;margin-bottom:1rem;font-weight:500}.btn--google:hover{border-color:#9ca3af}.dashboard__main{margin-inline:clamp(1rem,5vw,20rem);margin-top:7rem;padding-bottom:2rem}.dashboard__main__container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20rem}@media(max-width:768px){.dashboard__main__container{display:grid;grid-template-columns:repeat(auto-fill,15rem);gap:2rem;place-content:center;place-items:center}}.dashboard__main__container--card{cursor:pointer;border:#000 solid 1px;border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.dashboard__main__container--card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.dashboard__main__container--card--logo{width:100%;height:auto;aspect-ratio:3/2;object-fit:fill}.dashboard__main__container--card--name{padding:1rem 1rem .5rem;margin:0;font-size:1.25rem}.dashboard__main__container--card--discription{display:block;padding:0 0 3rem 1rem;font-size:.9rem;line-height:1.5;color:#555;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home__body{background:var(--primary-light)}.hero{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1;flex-direction:column;width:100%;height:70svh;gap:4rem}@media(max-width:768px){.hero{height:70svh}}.hero__content{padding:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:60%}@media(max-width:768px){.hero__content{width:100%}}.hero__content__title{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem}.hero__content__title .text-gradient{background:linear-gradient(135deg,#818cf8,#c084fc);display:inline-block;padding:.15em .65em .15em .45em;font-size:4rem;clip-path:polygon(10% 0%,100% 0%,90% 90%,0% 90%)}@media(max-width:768px){.hero__content__title .text-gradient{font-size:3.5rem}}@media(max-width:768px){.hero__content__title{font-size:3.5rem}}.hero__content__subtitle{padding-top:1rem;font-size:1.6rem;color:gray}@media(max-width:768px){.hero__content__subtitle{font-size:1rem}}.hero__button{align-items:center;display:flex;flex-direction:column;gap:10rem;position:relative}.hero__button--start{height:4rem;width:25rem;transition:box-shadow .3s ease-in-out}.hero__button--start:hover{filter:drop-shadow(0 0 1px currentcolor)}.hero__button--login{width:14rem;border-radius:8px;box-shadow:0 0 20px #c084fc99,0 0 40px #c084fc66,0 0 60px #c084fc33;position:relative;animation:pulseClick 2s ease-in-out infinite;cursor:pointer}.hero__button--login:before{content:"👆";position:absolute;top:3rem;left:50%;transform:translate(-50%);font-size:2rem;animation:pointDown 1.5s ease-in-out infinite}.hero__button--login:after{content:"";display:inline-block;height:100%;width:100%;border-radius:10rem;position:absolute;top:0;left:0;z-index:-1;transition:all .4s;background:radial-gradient(circle,rgba(192,132,252,.3) 0%,transparent 70%);animation:ripple 2s ease-out infinite}.hero__button--login:hover{animation:none;transform:scale(1.05);box-shadow:0 0 30px #c084fce6,0 0 60px #c084fc99,0 0 90px #c084fc4d}.hero__button--login--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}@keyframes pulseClick{0%,to{transform:scale(1);box-shadow:0 0 20px #c084fc99,0 0 40px #c084fc66,0 0 60px #c084fc33}50%{transform:scale(1.08);box-shadow:0 0 30px #c084fce6,0 0 60px #c084fc99,0 0 90px #c084fc66}}@keyframes pointDown{0%,to{transform:translate(-50%) translateY(0);opacity:1}50%{transform:translate(-50%) translateY(10px);opacity:.7}}@keyframes ripple{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translate(0)}}:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #e0e7ff;--bg-body: #f3f4f6;--bg-card: #ffffff;--text-main: #111827;--text-muted: #6b7280;--success: #10b981;--error: #cf4242;--warning: #f59e0b}.difficulty-page{background-color:#f8fafc;min-height:100vh;display:flex;flex-direction:column;gap:8rem}@media(max-width:768px)and (orientation:portrait){.difficulty-page{overflow:hidden}}.difficulty{width:400px;height:500px;margin:0 auto;padding:5rem 3rem;text-align:center;display:flex;flex-direction:column;align-items:center}@media(min-width:1400px){.difficulty{width:600px;height:600px}}@media(max-width:768px){.difficulty{max-width:275px;padding:1rem 1.5rem;overflow:hidden}}.difficulty{border:#1e293b solid 1px;border-radius:10px;background:#fff}.difficulty__header{margin-bottom:3rem}.difficulty__header h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem}.difficulty__header p{color:#64748b;font-size:1.1rem}.difficulty__container{display:flex;flex-direction:column;height:100%;width:70%;justify-content:center;gap:2rem}@media(min-width:1400px){.difficulty__container{gap:4rem}}@media(max-width:768px){.difficulty__container{display:flex;flex-direction:column;gap:1.5rem;width:100%}}.difficulty__card{display:flex;align-items:center;padding:1.5rem;border:2px solid #e2e8f0;border-radius:1rem;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.difficulty__card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a}.difficulty__card--icon{font-size:2.5rem;margin-right:1.5rem}.difficulty__card--content{flex-grow:1}.difficulty__card--content h3{font-size:1.4rem;margin-bottom:.2rem}.difficulty__card--content p{color:#64748b;font-size:.9rem}.difficulty__card--badge{background:#f1f5f9;padding:.5rem 1rem;border-radius:2rem;font-weight:600;font-size:.8rem}.difficulty__card--easy:hover{border-color:#22c55e}.difficulty__card--easy:hover h3{color:#22c55e}.difficulty__card--medium:hover{border-color:#eab308}.difficulty__card--medium:hover h3{color:#eab308}.difficulty__card--hard:hover{border-color:#ef4444}.difficulty__card--hard:hover h3{color:#ef4444}:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #e0e7ff;--bg-body: #f3f4f6;--bg-card: #ffffff;--text-main: #111827;--text-muted: #6b7280;--success: #10b981;--error: #cf4242;--warning: #f59e0b;--accent-dark-1: #1e4652;--accent-dark-2: #150b47;--radius: 14px;--shadow: 0 20px 60px rgba(17, 24, 39, .18);--border: 1px solid rgba(17, 24, 39, .06)}*{box-sizing:border-box}.quiz-body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-body);color:var(--text-main);min-height:100vh;display:grid;place-items:center;padding:24px}.card{background:var(--bg-card);border:var(--border);border-radius:var(--radius);padding:24px;max-width:720px;width:min(95vw,760px);box-shadow:var(--shadow)}@media(max-width:768px){.card{width:100%}}.header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.pill{background:var(--primary-light);color:var(--primary);border-radius:999px;padding:8px 12px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px}.timer{background:#4f46e51a;color:var(--primary)}.timer.warning{background:#f59e0b1f;color:var(--warning)}.progress{width:100%;height:10px;background:#1118270f;border-radius:999px;overflow:hidden;margin-bottom:18px}.progress__bar{height:100%;width:0;background:linear-gradient(90deg,var(--primary),var(--accent-dark-2));transition:width .25s ease}h1{font-size:22px;margin:0 0 10px;color:var(--text-main);line-height:1.35}.meta{margin-bottom:18px;color:var(--text-muted);font-size:14px}.options{display:grid;gap:10px;margin-bottom:16px}.option{border:var(--border);background:#f9fafb;border-radius:12px;padding:12px 14px;text-align:left;color:var(--text-main);cursor:pointer;transition:all .15s ease;display:flex;justify-content:space-between;align-items:center;gap:12px}.option:hover{border-color:#4f46e559;transform:translateY(-1px)}.option:disabled{opacity:.85;cursor:not-allowed;transform:none}.option.selected{border-color:var(--primary);background:var(--primary-light)}.footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px}button{border:none;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease;font-size:15px}button.btn-secondary{margin-top:1rem;background:#eef2ff;color:var(--primary);border:1px solid rgba(79,70,229,.2)}button.btn-primary{background:var(--primary);color:#fff;min-width:120px}button.btn-primary:hover{background:var(--primary-hover)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button:not(:disabled):hover{filter:brightness(1.03)}button:not(:disabled):active{transform:translateY(1px)}.result{text-align:center;padding:20px}.result--loading{padding:36px 20px}.score{font-size:46px;font-weight:800;margin:8px 0 4px;color:var(--primary-hover)}.badge{display:inline-flex;gap:6px;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:#f9fafb;color:var(--text-muted);font-size:13px;font-weight:600}.result-card{position:relative;isolation:isolate;border:var(--border);border-radius:20px;padding:30px 26px;background:radial-gradient(circle at 20% 20%,rgba(79,70,229,.13),transparent 40%),radial-gradient(circle at 90% 90%,rgba(16,185,129,.14),transparent 44%),linear-gradient(180deg,#fff,#f9faff);text-align:center;overflow:hidden}.result-card:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(79,70,229,.16);pointer-events:none}@media(max-width:640px){.result-card{padding:24px 16px}}.result-card--great{background:radial-gradient(circle at 18% 16%,rgba(16,185,129,.2),transparent 44%),radial-gradient(circle at 88% 88%,rgba(79,70,229,.12),transparent 48%),linear-gradient(180deg,#fff,#f3fffb)}.result-card--good{background:radial-gradient(circle at 20% 20%,rgba(79,70,229,.16),transparent 40%),radial-gradient(circle at 90% 90%,rgba(16,185,129,.14),transparent 44%),linear-gradient(180deg,#fff,#f9faff)}.result-card--okay{background:radial-gradient(circle at 15% 16%,rgba(245,158,11,.2),transparent 42%),linear-gradient(180deg,#fff,#fffaf0)}.result-card--low{background:radial-gradient(circle at 15% 20%,rgba(239,68,68,.15),transparent 40%),linear-gradient(180deg,#fff,#fff7f7)}.result-card__hero h2{margin:14px 0 8px;font-size:clamp(2rem,2.8vw,2.8rem);line-height:1.2}.result-card__message{max-width:52ch;margin:0 auto;color:var(--text-muted);font-size:1.5rem;line-height:1.45}.result-pill{font-size:1.3rem;font-weight:700;padding-inline:14px}.result-highlight{margin:18px auto 4px;max-width:420px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(max-width:480px){.result-highlight{grid-template-columns:minmax(0,1fr)}}.result-highlight__score,.result-highlight__accuracy{border:1px solid rgba(79,70,229,.14);border-radius:12px;padding:10px;background:#ffffffdb;display:flex;flex-direction:column;gap:2px}.result-highlight__score strong,.result-highlight__accuracy strong{font-size:2.4rem;line-height:1;color:#1f2937}.result-highlight__accuracy strong{color:var(--primary-hover)}.result-highlight__label{font-size:1.2rem;color:var(--text-muted);font-weight:600}.score-orb{--result-progress: 0%;width:176px;aspect-ratio:1;margin:22px auto;border-radius:50%;background:radial-gradient(circle at center,#fff 57%,transparent 58%),conic-gradient(from -90deg,var(--primary) 0%,var(--accent-dark-2) var(--result-progress),rgba(79,70,229,.12) var(--result-progress) 100%);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #4f46e533,0 15px 30px #4f46e52e}@media(max-width:640px){.score-orb{width:154px}}.score-orb__inner{width:82%;height:82%;border-radius:50%;background:#fff;border:1px solid rgba(79,70,229,.16);display:grid;place-content:center;gap:4px;padding:10px}.score-orb__value{font-size:clamp(2.8rem,3vw,3.2rem);line-height:1;font-weight:800;color:var(--primary-hover)}.score-orb__value span{margin-left:3px;font-size:1.4rem;font-weight:700;color:var(--text-muted)}.score-orb__label{font-size:1.2rem;color:var(--text-muted);font-weight:600}.result-stats{margin-top:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}@media(max-width:768px){.result-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.result-stats{grid-template-columns:minmax(0,1fr)}}.result-stat{background:#ffffffe6;border:1px solid rgba(79,70,229,.12);border-radius:14px;padding:12px 10px;display:grid;gap:4px}.result-stat span{font-size:1.2rem;color:var(--text-muted);font-weight:600}.result-stat strong{font-size:1.9rem;color:var(--text-main)}.result-actions{margin-top:16px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.result-actions .btn-secondary{margin-top:0}.result-actions button{min-width:132px}.result-card--error{background:radial-gradient(circle at 15% 20%,rgba(207,66,66,.14),transparent 38%),linear-gradient(180deg,#fff,#fff7f7)}.result-card--error:before{border-color:#cf424233}.result-pill--error{background:#cf424224;color:#a92323}.leaderboard-page{min-height:100vh;background:linear-gradient(180deg,#e0e7ff,#f3f4f6 40%)}.leaderboard{width:min(100rem,92vw);margin:3rem auto 5rem;display:flex;flex-direction:column;gap:2.4rem}.leaderboard__hero{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.leaderboard__hero h1{font-size:clamp(2.8rem,3.5vw,4rem);color:#1f2937}.leaderboard__hero p{font-size:1.7rem;color:var(--text-muted)}.leaderboard__podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:1.2rem;min-height:30rem}.leaderboard__list{display:flex;flex-direction:column;gap:1rem}.leaderboard__empty{grid-column:1/-1;background:var(--bg-card);border-radius:1.2rem;padding:2rem;text-align:center;color:var(--text-muted);font-size:1.6rem;box-shadow:0 10px 20px #4f46e514}.leaderboard__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#c7d2fe;color:#312e81;font-weight:700;font-size:1.8rem}.podium-card{background:var(--bg-card);border:1px solid rgba(79,70,229,.2);border-radius:1.6rem;padding:1.6rem 1.4rem;text-align:center;box-shadow:0 12px 24px #4f46e51f}.podium-card--first{transform:translateY(-2.2rem);border-color:#818cf8cc;background:linear-gradient(180deg,#fff,#eef2ff)}.podium-card__rank{display:inline-flex;align-items:center;justify-content:center;min-width:5.5rem;height:3rem;border-radius:999px;font-size:1.6rem;font-weight:700;color:#4338ca;background:#e0e7ff}.podium-card__avatar{width:6.8rem;height:6.8rem;margin:1rem auto 1.2rem;border-radius:50%;overflow:hidden;border:3px solid #c7d2fe}.podium-card__avatar img{width:100%;height:100%;object-fit:cover}.podium-card h3{font-size:1.8rem;color:var(--text-main);margin-bottom:.6rem}.podium-card p{font-size:1.5rem;color:#4338ca;font-weight:600}.leaderboard-row{display:grid;grid-template-columns:8rem 7rem 1fr auto;align-items:center;gap:1.4rem;background:var(--bg-card);border:1px solid #e5e7eb;border-radius:1.2rem;padding:1rem 1.4rem;box-shadow:0 8px 14px #1118270d}.leaderboard-row__rank{font-size:1.8rem;font-weight:700;color:#4f46e5}.leaderboard-row__avatar{width:5rem;height:5rem;border-radius:50%;overflow:hidden;border:2px solid #e0e7ff}.leaderboard-row__avatar img{width:100%;height:100%;object-fit:cover}.leaderboard-row__name{font-size:1.7rem;color:#1f2937;font-weight:600}.leaderboard-row__points{font-size:1.6rem;font-weight:700;color:var(--success)}@media(max-width:768px){.leaderboard{margin-top:2rem;gap:1.6rem}.leaderboard__podium{grid-template-columns:1fr;min-height:auto;gap:1rem}.podium-card--first{transform:none;grid-row-start:1}.leaderboard-row{grid-template-columns:6rem 5rem 1fr;gap:1rem}.leaderboard-row__points{grid-column:2/4;justify-self:end;font-size:1.4rem}}.profile-page{min-height:100vh;background:linear-gradient(180deg,#eef2ff,#f3f4f6 40%)}.profile{width:min(92rem,92vw);margin:3rem auto 5rem;display:grid;grid-template-columns:2fr 1fr;gap:1.8rem}.profile__card{background:var(--bg-card);border:1px solid #dbeafe;border-radius:1.4rem;box-shadow:0 12px 24px #4f46e514;padding:2rem}.profile__card--small{align-self:start}.profile__card h2{font-size:2rem;color:#1f2937;margin-bottom:.4rem}.profile__card p{color:var(--text-muted);font-size:1.5rem;margin-bottom:1.4rem}.profile__header{margin-bottom:1.6rem}.profile__header h1{font-size:clamp(2.6rem,3.2vw,3.4rem);color:#1f2937;margin-bottom:.6rem}.profile__header p{color:var(--text-muted);font-size:1.6rem;margin:0}.profile__message{border-radius:.8rem;padding:1rem 1.2rem;margin-bottom:1.2rem;font-size:1.4rem;font-weight:600}.profile__message--success{background:#ecfdf5;color:#047857;border:1px solid #6ee7b7}.profile__message--error{background:#fef2f2;color:#b91c1c;border:1px solid #fca5a5}.profile__form{display:flex;flex-direction:column;gap:.9rem}.profile__form--compact{margin-top:1rem}.profile__label{font-size:1.35rem;font-weight:600;color:#374151}.profile__input{height:4.2rem;border:1px solid #c7d2fe;border-radius:.8rem;padding:0 1rem;font-size:1.5rem;outline:none;transition:border-color .2s ease}.profile__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.profile__input[readonly]{background:#f9fafb;color:#6b7280}.profile__meta{margin:.8rem 0 .4rem;padding:1rem;border-radius:.9rem;background:#f8fafc;display:grid;gap:.6rem;font-size:1.4rem}.profile__meta div{display:flex;justify-content:space-between;gap:1rem}.profile__meta span{color:var(--text-muted)}.profile__meta strong{color:#111827;font-weight:600}.profile__actions{margin-top:.8rem;display:flex;gap:1rem;flex-wrap:wrap}.profile__avatar-picker{display:flex;align-items:center;gap:1.2rem;padding:1rem;border:1px solid #c7d2fe;border-radius:1rem;background:#f8faff}.profile__avatar-preview-wrap{width:8.2rem;height:8.2rem;border-radius:50%;padding:.3rem;background:linear-gradient(135deg,#818cf8,#c084fc);flex-shrink:0}.profile__avatar-preview{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff}.profile__avatar-controls{display:flex;flex-direction:column;gap:.7rem}.profile__avatar-hint{margin:0;font-size:1.2rem;color:var(--text-muted)}.profile__avatar-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(6rem,1fr));gap:.8rem;margin-top:.8rem;padding:.8rem;border-radius:.8rem;border:1px solid #e5e7eb;background:#fafafa;max-height:18rem;overflow-y:auto}.profile__avatar-gallery-empty{margin:0;grid-column:1/-1;text-align:center;color:var(--text-muted);font-size:1.3rem}.profile__avatar-option{border:2px solid transparent;border-radius:50%;padding:0;width:5.8rem;height:5.8rem;overflow:hidden;cursor:pointer;background:#fff;transition:transform .2s ease}.profile__avatar-option:hover{transform:translateY(-1px)}.profile__avatar-option.is-selected{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533}.profile__avatar-option img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.profile{grid-template-columns:1fr}.profile__avatar-picker{flex-direction:column;align-items:flex-start}.profile__avatar-preview-wrap{width:7rem;height:7rem}.profile__actions{flex-direction:column}.profile__actions .btn{width:100%}}.history-page{min-height:100vh;background:linear-gradient(180deg,#eef2ff,#f3f4f6 40%)}.history{width:min(96rem,92vw);margin:3rem auto 5rem;display:flex;flex-direction:column;gap:1.6rem}.history__hero{text-align:center}.history__hero h1{font-size:clamp(2.8rem,3.8vw,4rem);margin-bottom:.4rem;color:#1f2937}.history__hero p{color:var(--text-muted);font-size:1.6rem}.history__list{display:flex;flex-direction:column;gap:1.2rem}.history__controls{display:flex;justify-content:flex-end;gap:1rem;flex-wrap:wrap}.history__control{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;color:#374151}.history__control select{height:3.2rem;border:1px solid #c7d2fe;border-radius:.7rem;padding:0 .8rem;background:#fff;color:#111827;font-size:1.3rem}.history__pagination{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-top:.4rem}.history__page-btn{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:.7rem;border:1px solid #c7d2fe;background:#fff;color:#4338ca;cursor:pointer;font-weight:600}.history__page-btn.is-active{background:#4f46e5;border-color:#4f46e5;color:#fff}.history__pagination-ellipsis{color:#6b7280;font-size:1.6rem;padding:0 .2rem}.history__empty{background:#fff;border-radius:1rem;padding:2rem;text-align:center;color:var(--text-muted);font-size:1.5rem;border:1px solid #e5e7eb}.history-card{background:#fff;border:1px solid #dbeafe;border-radius:1.2rem;box-shadow:0 10px 20px #4f46e514;padding:1.4rem 1.6rem}.history-card--clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.history-card--clickable:hover{transform:translateY(-2px);box-shadow:0 14px 24px #4f46e524}.history-card--good{background:#ecfdf5;border-color:#86efac}.history-card--mid{background:#fffbeb;border-color:#fde68a}.history-card--low{background:#fef2f2;border-color:#fca5a5}.history-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.history-card__header h2{font-size:2rem;color:#111827}.history-card__difficulty{font-size:1.3rem;font-weight:600;color:#4338ca;background:#e0e7ff;padding:.4rem .9rem;border-radius:999px}.history-card__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.history-card__stats div{border:1px solid #e5e7eb;border-radius:.8rem;padding:.8rem;display:flex;flex-direction:column;gap:.3rem}.history-card__stats span{font-size:1.2rem;color:var(--text-muted)}.history-card__stats strong{font-size:1.6rem;color:#111827}.history-card__footer{margin-top:1rem;display:flex;justify-content:space-between;gap:1rem;font-size:1.25rem;color:#6b7280}.history-card__accuracy--good{color:#059669}.history-card__accuracy--mid{color:#d97706}.history-card__accuracy--low{color:#dc2626}@media(max-width:768px){.history__controls{justify-content:flex-start}.history__control{width:100%;justify-content:space-between}.history-card__header{flex-direction:column;align-items:flex-start}.history-card__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.history-card__footer{flex-direction:column;gap:.2rem}}.attempt-page{min-height:100vh;background:linear-gradient(180deg,#eef2ff,#f3f4f6 40%)}.attempt{width:min(100rem,92vw);margin:3rem auto 5rem;display:flex;flex-direction:column;gap:1.4rem}.attempt__hero{text-align:center}.attempt__hero h1{font-size:clamp(2.7rem,3.8vw,4rem);margin-bottom:.5rem}.attempt__hero p{color:var(--text-muted);font-size:1.5rem}.attempt__controls{display:flex;justify-content:flex-end}.attempt__toggle{display:flex;align-items:center;gap:.6rem;font-size:1.3rem}.attempt__toggle select{height:3.2rem;border:1px solid #c7d2fe;border-radius:.7rem;padding:0 .8rem}.attempt__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.attempt__summary-card{border:1px solid #dbeafe;background:#fff;border-radius:1rem;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.3rem}.attempt__summary-card span{color:var(--text-muted);font-size:1.2rem}.attempt__summary-card strong{font-size:1.8rem;color:#111827}.attempt__list{display:flex;flex-direction:column;gap:1rem}.attempt__empty{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.6rem;text-align:center;color:var(--text-muted)}.attempt-card{border:1px solid #dbeafe;border-radius:1rem;background:#fff;padding:1.2rem}.attempt-card--correct{border-left:5px solid #10b981}.attempt-card--wrong{border-left:5px solid #ef4444}.attempt-card__header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.attempt-card__header h2{font-size:1.7rem}.attempt-card__status{font-size:1.2rem;font-weight:700;color:#4b5563}.attempt-card__options{display:flex;flex-direction:column;gap:.5rem}.attempt-card__option{border:1px solid #e5e7eb;border-radius:.8rem;padding:.7rem .9rem;display:flex;justify-content:space-between;gap:1rem}.attempt-card__option small{color:#6b7280;white-space:nowrap}.attempt-card__option.is-correct{border-color:#6ee7b7;background:#ecfdf5}.attempt-card__option.is-selected{box-shadow:inset 0 0 0 2px #4f46e540}@media(max-width:768px){.attempt__controls{justify-content:flex-start}.attempt__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.attempt-card__header{flex-direction:column;align-items:flex-start}.attempt-card__option{flex-direction:column;align-items:flex-start;gap:.3rem}}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{font-family:Inter,sans-serif;background-color:var(--bg-body);color:var(--text-main)}h1,h2,h3,.logo{font-family:Poppins,sans-serif}
