.style-module__LTRaoG__container{background-color:var(--background);color:var(--foreground);min-height:100vh;padding:1rem;padding-top:3rem!important}@media (min-width:768px){.style-module__LTRaoG__container{padding:8rem 2.5rem 2.5rem}}.style-module__LTRaoG__header{text-align:center;margin-bottom:2rem}.style-module__LTRaoG__title{letter-spacing:-.02em;color:transparent;background:linear-gradient(to right,var(--foreground),var(--primary));-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:800;line-height:1.2}@media (min-width:640px){.style-module__LTRaoG__title{font-size:2.5rem}}.style-module__LTRaoG__subtitle{color:var(--muted-foreground);max-width:600px;margin:0 auto;font-size:.875rem}@media (min-width:768px){.style-module__LTRaoG__subtitle{font-size:1rem}}.style-module__LTRaoG__form{background-color:var(--card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:1.5rem;width:100%;max-width:900px;margin:0 auto 2rem;padding:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.1)}@media (min-width:768px){.style-module__LTRaoG__form{padding:2.5rem}}.style-module__LTRaoG__formRow{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (min-width:768px){.style-module__LTRaoG__formRow{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.style-module__LTRaoG__formRow{grid-template-columns:repeat(3,1fr)}}.style-module__LTRaoG__formGroup{flex-direction:column;gap:.5rem;display:flex}.style-module__LTRaoG__formLabel{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem;font-weight:500}.style-module__LTRaoG__sectionTitle{color:var(--foreground);border-bottom:1px solid var(--border);grid-column:1/-1;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.style-module__LTRaoG__select{border-radius:.75rem;width:100%;height:3rem;transition:all .2s;background-color:var(--muted)!important;border:1px solid var(--border)!important;color:var(--foreground)!important}.style-module__LTRaoG__select:hover{background-color:var(--accent)!important;border-color:var(--border)!important}.style-module__LTRaoG__select:focus{box-shadow:0 0 0 2px rgba(139,92,246,.2);border-color:var(--color-primary)!important}.style-module__LTRaoG__selectContent{overflow:hidden;border:1px solid var(--border)!important;border-radius:.75rem!important;box-shadow:0 10px 40px -10px rgba(0,0,0,.7)!important}.style-module__LTRaoG__selectItem{cursor:pointer;transition:all .1s;color:var(--muted-foreground)!important;padding:.75rem 1rem!important}.style-module__LTRaoG__selectItem:hover,.style-module__LTRaoG__selectItem[data-highlighted]{background-color:var(--primary)!important;color:var(--primary-foreground)!important}.style-module__LTRaoG__responseSheetContainer{grid-column:1/-1;margin-top:1rem}.style-module__LTRaoG__responseSheet{background-color:var(--muted);width:100%;min-height:150px;color:var(--foreground);resize:vertical;border-radius:.75rem;padding:1rem;font-family:inherit;font-size:.9rem;transition:all .2s;border:1px solid var(--border)!important}.style-module__LTRaoG__responseSheet:focus{border-color:var(--primary);background-color:var(--accent);outline:none}.style-module__LTRaoG__buttonContainer{grid-column:1/-1;justify-content:flex-end;margin-top:2rem;display:flex}.style-module__LTRaoG__submitButton{background:var(--primary);height:3rem;color:var(--primary-foreground);cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:100%;padding:0 2.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}@media (min-width:640px){.style-module__LTRaoG__submitButton{width:auto}}.style-module__LTRaoG__submitButton:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 0 20px rgba(139,92,246,.4)}.style-module__LTRaoG__submitButton:disabled{opacity:.5;cursor:not-allowed}.style-module__LTRaoG__errorMessage{color:#f87171;background-color:rgba(239,68,68,.05);border:1px solid rgba(239,68,68,.15);border-radius:.75rem;grid-column:1/-1;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem;font-size:.875rem;display:flex}.style-module__LTRaoG__results{background-color:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;width:100%;max-width:900px;margin:2rem auto 0;padding:1.5rem}.style-module__LTRaoG__resultsTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.style-module__LTRaoG__resultsList{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.style-module__LTRaoG__resultsList{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.style-module__LTRaoG__resultsList{grid-template-columns:repeat(4,1fr)}}.style-module__LTRaoG__resultItem{background-color:var(--muted);border:1px solid var(--border);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;transition:all .3s;display:flex}.style-module__LTRaoG__resultItem:hover{background-color:var(--accent);transform:translateY(-2px)}.style-module__LTRaoG__resultLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-size:.75rem;font-weight:500}.style-module__LTRaoG__resultValue{color:var(--foreground);font-size:1.75rem;font-weight:700}.style-module__LTRaoG__resultValueScore{color:var(--primary);text-shadow:0 0 20px rgba(139,92,246,.3)}.style-module__LTRaoG__resultValueCorrect{color:var(--chart-4)}.style-module__LTRaoG__resultValueWrong{color:var(--destructive)}.style-module__LTRaoG__resultValueSkipped{color:var(--muted-foreground)}.style-module__LTRaoG__input{background-color:var(--muted);width:100%;height:3rem;color:var(--foreground);border-radius:.75rem;padding:0 1rem;font-size:.9rem;transition:all .2s;border:1px solid var(--border)!important}.style-module__LTRaoG__input:focus{background-color:var(--accent);border-color:var(--primary);outline:none;box-shadow:0 0 0 2px rgba(139,92,246,.2)}.style-module__LTRaoG__input::placeholder{color:var(--muted-foreground)}
