.btn-shadow{font-family:var(--font-rounded);font-weight:700;letter-spacing:.5px;font-size:15px;height:40px;display:flex;justify-content:center;align-items:center;width:100%;background-color:var(--emphasis);color:var(--background);border-radius:5rem;padding:.5rem .5rem .563rem;box-shadow:inset 0 -3px 0 1px rgba(0,0,0,.35);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background-color .2s ease}.btn-shadow:hover{transform:translateY(-1px)}.btn-shadow:active{transform:translateY(0)}.btn-shadow.filter{width:216px;height:48px;align-self:center}.btn-shadow.disabled,.btn-shadow:disabled{background-color:color-mix(in srgb,var(--emphasis) 20%,transparent)}.btn-switch{font-family:var(--font-title);font-weight:600;letter-spacing:.5px;font-size:12px;height:32px;display:flex;justify-content:center;align-items:center;width:258px;background-color:var(--background-variation);color:var(--emphasis);border:1px solid var(--emphasis);border-radius:5rem;padding:.5rem .5rem .563rem;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background-color .2s ease}.btn-switch.active{background-color:var(--emphasis);color:var(--background)}.btn-filter{width:100%;height:64px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--background-variation);border-radius:8px;gap:5px}.btn-filter .label{font-family:var(--font-title);font-weight:600;font-size:12px;line-height:1}.dark-theme .btn-shadow.disabled,.dark-theme .btn-shadow:disabled{background-color:color-mix(in srgb,var(--emphasis) 20%,transparent)}.content-wrapper.access-page{display:flex;flex-direction:column;gap:20px;overflow-y:auto;padding-bottom:32px}.content-wrapper.access-page .access-card{width:100%;padding:24px;border:1px solid color-mix(in oklab,var(--foreground) 12%,transparent);border-radius:12px;background:var(--background-variation)}.content-wrapper.access-page .access-card h1,.content-wrapper.access-page .access-card h2{margin:0 0 12px;font-size:var(--font-xl);line-height:1.25;font-weight:700}.content-wrapper.access-page .access-card p{margin:0;line-height:1.6}.content-wrapper.access-page .access-eyebrow{margin-bottom:8px!important;color:var(--emphasis);font-size:var(--font-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.content-wrapper.access-page .access-primary-button{width:100%;margin-top:24px;padding:14px 18px;border-radius:8px;background:var(--emphasis);color:#fff;cursor:pointer;font-weight:700}.content-wrapper.access-page .access-primary-button:disabled{cursor:not-allowed;opacity:.55}.content-wrapper.access-page .access-secondary-button{width:100%;padding:12px 16px;border:1px solid var(--emphasis);border-radius:8px;color:var(--emphasis);cursor:pointer;font-weight:700}.content-wrapper.access-page .access-renewal{margin-top:28px;padding-top:24px;border-top:1px solid color-mix(in oklab,var(--foreground) 12%,transparent)}.content-wrapper.access-page .access-renewal h2{margin-bottom:20px}.content-wrapper.access-page .access-renewal fieldset{margin:0 0 24px;padding:0;border:0}.content-wrapper.access-page .access-renewal legend{margin-bottom:12px;font-weight:700}.content-wrapper.access-page .access-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.content-wrapper.access-page .access-payment-options{grid-template-columns:repeat(2,minmax(0,1fr))}.content-wrapper.access-page .access-coupon{display:grid;gap:8px;margin-bottom:24px}.content-wrapper.access-page .access-coupon>label{font-weight:700}.content-wrapper.access-page .access-coupon-control{display:grid;grid-template-columns:1fr auto;gap:10px}.content-wrapper.access-page .access-coupon-control input{min-height:44px;padding:10px 12px;border:1px solid color-mix(in oklab,var(--foreground) 16%,transparent);border-radius:8px;background:var(--background);color:var(--foreground);text-transform:uppercase}.content-wrapper.access-page .access-coupon-control .access-secondary-button{width:auto}.content-wrapper.access-page .access-coupon-summary{display:grid;gap:4px;padding:14px;border-radius:8px;background:color-mix(in oklab,var(--emphasis) 10%,transparent)}.content-wrapper.access-page .access-coupon-summary strong{color:var(--emphasis)}.content-wrapper.access-page .access-option{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;align-items:center;padding:16px;border:1px solid color-mix(in oklab,var(--foreground) 16%,transparent);border-radius:10px;cursor:pointer}.content-wrapper.access-page .access-option:has(input:checked){border-color:var(--emphasis);box-shadow:0 0 0 1px var(--emphasis)}.content-wrapper.access-page .access-option input{grid-row:1/span 2;accent-color:var(--emphasis)}.content-wrapper.access-page .access-option strong{font-size:var(--font-sm)}.content-wrapper.access-page .access-pix-result{display:grid;gap:16px;justify-items:center}.content-wrapper.access-page .access-pix-result img{width:min(260px,100%);height:auto;border-radius:8px;background:#fff}.content-wrapper.access-page .access-pix-result textarea{width:100%;min-height:96px;padding:12px;border:1px solid color-mix(in oklab,var(--foreground) 16%,transparent);border-radius:8px;resize:vertical;background:var(--background);color:var(--foreground)}.content-wrapper.access-page .access-card-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.content-wrapper.access-page .access-card-fields legend{grid-column:1/-1}.content-wrapper.access-page .access-card-fields label{display:grid;gap:6px;font-size:var(--font-sm);font-weight:600}.content-wrapper.access-page .access-card-fields input,.content-wrapper.access-page .access-card-fields select{width:100%;min-height:44px;padding:10px 12px;border:1px solid color-mix(in oklab,var(--foreground) 16%,transparent);border-radius:8px;background:var(--background);color:var(--foreground)}.content-wrapper.access-page .access-card-fields .access-full-field{grid-column:1/-1}.content-wrapper.access-page .access-error{margin-bottom:16px!important;color:var(--error,#c62828)}@media (max-width:620px){.content-wrapper.access-page .access-card-fields,.content-wrapper.access-page .access-options,.content-wrapper.access-page .access-payment-options{grid-template-columns:1fr}.content-wrapper.access-page .access-card-fields .access-full-field{grid-column:auto}.content-wrapper.access-page .access-coupon-control{grid-template-columns:1fr}.content-wrapper.access-page .access-coupon-control .access-secondary-button{width:100%}}.access-resume-message,.access-terminal-result{background:var(--background-variation);border-radius:8px;margin-bottom:20px;padding:16px}.access-terminal-result{display:flex;flex-direction:column;gap:14px}.access-terminal-result .access-primary-button{align-self:flex-start}.graph-wrapper{width:100%;height:100%;position:relative;display:flex;justify-content:center;align-items:center}.graph-wrapper .graph{width:100%;max-width:154px;height:100%;max-height:154px;filter:drop-shadow(0 0 3px rgb(0,0,0))}.graph-wrapper .front{width:80%;max-width:120px;height:80%;max-height:120px;background-color:var(--background-variation);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:auto;left:auto;filter:drop-shadow(0 0 3px rgb(0,0,0))}.graph-wrapper .front .title{max-width:95px!important;font-size:var(--font-sm)!important;line-height:1.25!important;font-weight:700!important;text-align:center;margin:0;color:var(--emphasis)}.graph-wrapper .front .subtitle{max-width:100px;font-size:10px!important;line-height:1.25!important;font-weight:regular!important;text-align:center}.estudante-statistics-wrapper .title{font-size:var(--font-lg);line-height:1.25;font-family:var(--font-rounded);font-weight:600;text-align:center;margin-bottom:40px}.estudante-statistics-wrapper .card{width:100%;height:fit-content;background-color:var(--background-variation);border-radius:14px;display:flex;flex-direction:row;justify-content:space-between;padding:20px;margin-bottom:15px}.estudante-statistics-wrapper .card .side{width:49%;display:flex;flex-direction:column;justify-content:center;align-items:center}.estudante-statistics-wrapper .card .side .item{font-size:var(--font-sm);line-height:1.25;font-weight:700;align-self:flex-start}.estudante-statistics-wrapper .card .side .item:not(:last-child){margin-bottom:16px}.estudante-statistics-wrapper .card .side .item.variation{color:var(--emphasis)}.estudante-statistics-wrapper .card .divider{width:2px;height:100%;background-color:#e3e3e3;margin:0 11px}.estudante-statistics-wrapper .card.today{flex-direction:column}.estudante-statistics-wrapper .card.today .card-title{width:100%;font-size:var(--font-sm);line-height:1.25;font-weight:700;text-align:center;font-family:var(--font-title);margin-bottom:13px}.estudante-statistics-wrapper .card.today .estatisticas-container{display:flex;justify-content:space-between;align-items:center}.estudante-statistics-wrapper .card.today .estatisticas-container .side .item{font-size:var(--font-sm);line-height:1.25;font-weight:700}.estudante-statistics-wrapper .card.today .estatisticas-container .side .item span{color:var(--emphasis)}.estudante-statistics-wrapper .stat-card.accuracy{height:fit-content;overflow-y:clip;margin-bottom:20px}.estudante-statistics-wrapper .stat-card.accuracy .card-item-value{color:var(--emphasis)}.session-statistics-wrapper .title{font-size:var(--font-base);line-height:1.25;font-weight:700;text-align:center;margin-bottom:19px}.session-statistics-wrapper .subtitle{font-family:var(--font-rounded);font-size:var(--font-lg);line-height:1.25;font-weight:600;text-align:center;margin-bottom:19px}.session-statistics-wrapper .stat-card{display:flex;flex-direction:column;justify-content:center;align-items:center;height:fit-content;overflow-y:clip;margin-bottom:19px}.session-statistics-wrapper .stat-card .title span{color:var(--emphasis)}.session-statistics-wrapper .stat-card .graph-wrapper{margin-bottom:17px}.session-statistics-wrapper .stat-card .graph-wrapper .graph{width:266px;height:266px}.session-statistics-wrapper .stat-card .graph-wrapper .front{width:221px;height:221px;margin:22px}.session-statistics-wrapper .stat-card .graph-wrapper .front .title{font-size:var(--font-xl);margin-bottom:0}.session-statistics-wrapper .stat-card .graph-wrapper .front .subtitle{font-size:var(--font-base);margin-bottom:0}.session-statistics-wrapper .btn-switch.save-exit{width:103px;font-family:var(--font-title);color:var(--foreground);align-self:center}.dark-theme .estudante-statistics-wrapper .card .divider{background-color:#3a3a3a}.extensivo-container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.extensivo-week .title{font-size:var(--font-base);line-height:1.25;font-weight:700}.extensivo-week .day{font-size:var(--font-xs);line-height:1.25;font-weight:400;color:var(--emphasis)}.fatura-wrapper .title{font-size:var(--font-xl);line-height:1;font-weight:400;margin-bottom:25px;text-align:center}.fatura-wrapper .plano-wrapper{background-color:var(--background-variation);border-radius:9px;width:100%;display:flex;align-items:center;margin-bottom:25px}.fatura-wrapper .plano-wrapper .periodo{width:33%;display:flex;flex-direction:column;justify-content:center;align-items:center}.fatura-wrapper .plano-wrapper .periodo .number{font-size:64px;line-height:1;font-weight:400}.fatura-wrapper .plano-wrapper .periodo .label{font-size:var(--font-sm);line-height:1;font-weight:400;color:#c4c4c4}.fatura-wrapper .plano-wrapper .divider{width:1px;height:90px;background-color:color-mix(in oklab,var(--foreground) 20%,transparent)}.fatura-wrapper .plano-wrapper .info-wrapper{width:66%;display:flex;flex-direction:column;padding:23px}.fatura-wrapper .plano-wrapper .info-wrapper .info{height:fit-content}.fatura-wrapper .plano-wrapper .info-wrapper .info:not(:last-of-type){margin-bottom:10px}.fatura-wrapper .plano-wrapper .info-wrapper .info .label{font-size:var(--font-sm);line-height:1;font-weight:700;color:#c4c4c4}.fatura-wrapper .plano-wrapper .info-wrapper .info .value{font-size:var(--font-sm);line-height:1}.fatura-wrapper .fatura-list{display:flex;flex-direction:column}.fatura-wrapper .fatura-list .fatura-item{display:flex;align-items:center;position:relative;padding:10px 0}.fatura-wrapper .fatura-list .fatura-item:first-child{padding-top:0}.fatura-wrapper .fatura-list .fatura-item:last-child{padding-bottom:0}.fatura-wrapper .fatura-list .fatura-item:not(:last-child){border-bottom:1px solid var(--background-variation)}.fatura-wrapper .fatura-list .fatura-item .fatura-date{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--background-variation);border-radius:2px;width:55px;height:55px;margin-right:14px}.fatura-wrapper .fatura-list .fatura-item .fatura-date .month{font-size:var(--font-sm);color:var(--emphasis);font-weight:400;text-transform:uppercase;line-height:1}.fatura-wrapper .fatura-list .fatura-item .fatura-date .year{font-size:var(--font-xs);color:#c4c4c4;font-weight:400;line-height:1}.fatura-wrapper .fatura-list .fatura-item .fatura-value{font-size:var(--font-sm);font-weight:700;flex:1}.fatura-wrapper .fatura-list .fatura-item .fatura-action{background:none;border:none;outline:none;margin-left:12px;color:var(--foreground);font-size:20px;display:flex;align-items:center;justify-content:center}.refund-section{margin-top:40px}.refund-section>.title{font-size:var(--font-xl);line-height:1;font-weight:400;margin-bottom:25px;text-align:center}.refund-section .refund-error{color:#c62828;margin-bottom:16px;text-align:center}.refund-section .refund-list{display:flex;flex-direction:column;gap:14px}.refund-section .refund-item{background:var(--background-variation);border-radius:9px;padding:18px}.refund-section .refund-summary{display:grid;gap:5px}.refund-section .refund-summary strong{color:var(--emphasis);font-size:var(--font-md)}.refund-section .refund-summary span{font-size:var(--font-sm)}.refund-section .refund-state{border-top:1px solid color-mix(in oklab,var(--foreground) 15%,transparent);margin-top:14px;padding-top:14px}.refund-section .refund-state p{font-size:var(--font-sm);margin-bottom:10px}.refund-section .refund-state button{background:var(--emphasis);border:0;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px 16px}.refund-section .refund-completed strong,.refund-section .refund-processing strong,.refund-section .refund-unavailable strong{display:block;margin-bottom:6px}.refund-section .refund-completed strong{color:#2e7d32}.popup-wrapper .popup.refund-confirmation{max-width:480px;width:calc(100% - 32px)}.popup-wrapper .popup.refund-confirmation .refund-confirmation-content{display:flex;flex-direction:column;gap:12px;padding:20px}.popup-wrapper .popup.refund-confirmation .refund-confirmation-content p{font-size:var(--font-sm)}.popup-wrapper .popup.refund-confirmation .refund-confirmation-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.popup-wrapper .popup.refund-confirmation .refund-confirmation-actions button{border:0;border-radius:6px;cursor:pointer;font-weight:700;padding:10px 16px}.popup-wrapper .popup.refund-confirmation .refund-confirmation-actions button:disabled{cursor:wait;opacity:.65}.popup-wrapper .popup.refund-confirmation .refund-confirmation-actions .refund-confirm{background:var(--emphasis);color:#fff}.popup-wrapper .popup.refund-confirmation .refund-confirmation-actions .refund-cancel{background:var(--background-variation);color:var(--foreground)}.page-filter{flex-grow:1;display:flex;flex-direction:column;justify-content:start;align-items:center}.page-filter .quantity-selected{font-size:16px;line-height:1.5;font-weight:300;font-family:var(--font-title);color:var(--emphasis);margin-bottom:24px;text-align:center}.page-filter .title{font-weight:600;text-align:center;font-size:20px;line-height:1.25;font-family:var(--font-rounded);margin-bottom:17px}.page-filter .subtitle{font-weight:600;text-align:center;font-size:14px;line-height:1.5;font-family:var(--font-title);margin-bottom:29px}.page-filter .filter-wrapper{width:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.page-filter .filter-wrapper .select-wrapper{display:grid;gap:8px;margin-bottom:34px}.page-filter .filter-wrapper .select-wrapper.grid-2{grid-template-columns:repeat(2,1fr)}.page-filter .filter-wrapper .select-wrapper.grid-2 .btn-filter{height:136px;gap:28px}.page-filter .filter-wrapper .select-wrapper.grid-3{grid-template-columns:repeat(3,1fr)}.page-filter .filter-wrapper .boolean-wrapper{gap:13px}.page-filter .filter-wrapper .boolean-wrapper,.page-filter .filter-wrapper .custom-component-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:34px}.custom-checkbox{width:100%;display:flex;align-items:center;font-size:15px;line-height:1;font-weight:800;margin-bottom:20px}.custom-checkbox.has-domain{justify-content:space-between;gap:20px}.custom-checkbox.has-domain.child-checkbox .left-section{max-width:76%}.custom-checkbox.has-domain .domain-indicator{font-size:15px;line-height:1.25;font-weight:700;width:51px;height:38px;padding:7px 0;text-align:center;background-color:var(--background-variation);border-radius:7px}.custom-checkbox.has-domain .left-section{display:flex;align-items:center;justify-content:center;max-width:80%}.custom-checkbox input[type=checkbox],.custom-checkbox input[type=radio]{display:none}.custom-checkbox .checkmark{width:24px;min-width:24px;height:24px;border-radius:50%;margin-right:36px;border:2px solid var(--foreground-variation);display:inline-block;position:relative;background:var(--background-variation);transition:border-color .2s}.custom-checkbox .checkmark.checked{border-color:var(--emphasis);background:var(--emphasis)}.custom-checkbox .checkmark.checked:after{display:block}.custom-checkbox .checkmark:after{content:"";display:none;position:absolute;top:5px;left:5px;width:10px;height:10px;border-radius:50%;background:#191919}.custom-checkbox .label{font-family:var(--font-text);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;word-break:break-all;height:15px}.custom-checkbox .expand-icon{display:flex;gap:10px}.custom-checkbox .expand-icon.closed svg path{fill:var(--foreground)}.custom-checkbox .expand-icon.open svg{transform:rotate(180deg)}.custom-checkbox .expand-icon.open svg path{fill:var(--emphasis)}.custom-checkbox+.children{margin-left:60px}.custom-checkbox+.children.closed{display:none}.custom-checkbox .prova-label .institution{font-size:var(--font-base);line-height:1.25;font-weight:700}.custom-checkbox .prova-label .year{font-size:var(--font-xs);line-height:1.25;font-weight:600;color:var(--emphasis)}.flashcard{background-color:transparent;flex-grow:1;width:100%;height:100%}.flashcard.show-answer .flashcard-inner{transform:rotateX(180deg)}.flashcard .flashcard-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.flashcard .back,.flashcard .front{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:var(--background);box-shadow:0 0 4px rgba(0,0,0,.1450980392);border-radius:16px;overflow:hidden}.flashcard .back .footer,.flashcard .back .header,.flashcard .front .footer,.flashcard .front .header{display:flex;align-items:center;justify-content:space-between;width:100%;height:60px;padding:15px 32px;background-color:var(--background);border-radius:16px 16px 0 0}.flashcard .back .footer .card-title,.flashcard .back .header .card-title,.flashcard .front .footer .card-title,.flashcard .front .header .card-title{font-size:12px;font-weight:700;font-family:var(--font-rounded);width:50%;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;word-break:break-all}.flashcard .back .footer .actions,.flashcard .back .header .actions,.flashcard .front .footer .actions,.flashcard .front .header .actions{display:flex;justify-content:center;gap:14px;width:65px}.flashcard .back .content,.flashcard .front .content{flex-grow:1;width:100%;display:flex;flex-direction:column;align-items:center;background-color:var(--background);border-radius:0 0 16px 16px;overflow-y:auto;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;padding:37px 0}.flashcard .back .content:after,.flashcard .back .content:before,.flashcard .front .content:after,.flashcard .front .content:before{content:"";flex:1}.flashcard .back .content .title,.flashcard .front .content .title{text-align:center;font-size:20px;font-weight:700;margin-bottom:40px;width:300px;white-space:pre-line}.flashcard .back .content .title.back-title,.flashcard .front .content .title.back-title{font-size:22px}.flashcard .back .content .text,.flashcard .front .content .text{text-align:justify;font-size:16px;font-weight:400;font-family:var(--font-text);margin-bottom:40px;width:300px;white-space:pre-line}.flashcard .back .content .image-clickable,.flashcard .front .content .image-clickable{cursor:pointer;position:relative;width:100%}.flashcard .back .content .image-clickable:hover,.flashcard .front .content .image-clickable:hover{opacity:.9}.flashcard .back .content .image-clickable:active,.flashcard .front .content .image-clickable:active{opacity:.8}.flashcard .back .content .image,.flashcard .front .content .image{width:100%;max-width:100%;height:auto;max-height:302px;margin-bottom:40px;display:block;object-fit:contain}.flashcard .back .content .description,.flashcard .front .content .description{text-align:justify;font-size:14px;line-height:25px;font-weight:400;font-family:var(--font-text);width:300px;white-space:pre-line}.flashcard .back .content .description.front-description,.flashcard .front .content .description.front-description{text-align:center;font-size:20px;font-style:normal}.flashcard .back{transform:rotateX(-180deg)}.flashcard .back .content .text{text-align:start}@keyframes slideInFromRight{0%{transform:translateX(100vw) scale(.9);opacity:.8}to{transform:translateX(0) scale(1);opacity:1}}.card-enter{position:absolute;top:85px;left:8px;height:calc(var(--app-height) - 222px);width:calc(100% - 16px);animation:slideInFromRight .6s cubic-bezier(.25,1,.5,1) forwards}.dark-theme .flashcard .back,.dark-theme .flashcard .back .content,.dark-theme .flashcard .back .footer,.dark-theme .flashcard .back .header,.dark-theme .flashcard .front,.dark-theme .flashcard .front .content,.dark-theme .flashcard .front .footer,.dark-theme .flashcard .front .header{background-color:#1a1f2b}@media (min-width:768px){.flashcard .back .content .description,.flashcard .back .content .text,.flashcard .back .content .title,.flashcard .front .content .description,.flashcard .front .content .text,.flashcard .front .content .title{width:90%}}.footer-wrapper-mobile{flex-grow:0;display:flex;justify-content:space-evenly;align-items:center;width:100%;padding-top:10px;padding-bottom:27px;background-color:var(--background-variation);filter:var(--filter-shadow)}.footer-wrapper-mobile .link{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-wrapper-mobile .link p{font-size:10px;letter-spacing:.5px}.footer-wrapper-mobile .link .active{color:var(--footer-link-active)}.footer-wrapper-mobile .link .active path{stroke:var(--footer-link-active)}.footer-wrapper-mobile .link .inactive{color:var(--footer-link-inactive)}.footer-wrapper-mobile .link .inactive path{stroke:var(--footer-link-inactive)}.flashcard-footer{flex-grow:0;display:flex;justify-content:space-evenly;align-items:center;width:100%;background-color:var(--background);filter:var(--filter-shadow)}.flashcard-footer:has(.btn){padding:20px 18px 57px}.flashcard-footer:has(.respostas-wrapper){padding:17px 18px}.flashcard-footer .btn{width:100%;height:48px;border-radius:5px;color:#fff;background-color:#7d93a4;font-family:var(--font-rounded);font-size:15px;font-weight:700}.flashcard-footer .respostas-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}.flashcard-footer .respostas-wrapper .resposta{height:91px;width:91px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:5px;background-color:var(--background-variation)}.flashcard-footer .respostas-wrapper .resposta .title{font-size:10px;line-height:1.25;font-weight:400;text-align:center}.dark-theme .flashcard-footer{background-color:var(--background-variation)}.dark-theme .flashcard-footer .respostas-wrapper .resposta{background-color:var(--background)}@media (min-width:768px){.flashcard-footer .respostas-wrapper{gap:20px}.flashcard-footer .respostas-wrapper .resposta{width:100%}}form{width:100%}form .item-wrapper.card{padding:1.5rem;border-radius:.75rem;border-width:1px;border-color:#e5e7eb;background-color:#ffffff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}form .item-wrapper .form-title .text{font-size:26px;line-height:1.25;font-weight:400}form .item-wrapper .form-title .description{font-size:16px;line-height:1.25;font-weight:400;color:rgba(0,0,0,.5019607843)}form .item-wrapper .form-link{display:block;text-align:end;font-size:16px;line-height:1.25;font-weight:400}form .submit-return-wrapper{background-color:color-mix(in srgb,var(--background-variation) 20%,transparent);border-left:.25rem solid var(--background-variation);padding:.5rem;font-family:var(--font-text);font-size:.875rem;font-weight:700;color:var(--foreground)}form .submit-return-wrapper.success{background-color:color-mix(in srgb,var(--success) 20%,transparent);border-left:.25rem solid var(--success)}form .submit-return-wrapper.warning{background-color:color-mix(in srgb,var(--warning) 20%,transparent);border-left:.25rem solid var(--warning)}form .submit-return-wrapper.info{background-color:color-mix(in srgb,var(--info) 20%,transparent);border-left:.25rem solid var(--info)}form .submit-return-wrapper.danger{background-color:color-mix(in srgb,var(--danger) 20%,transparent);border-left:.25rem solid var(--danger)}.simulado-statistics-wrapper,.simulado-statistics-wrapper .section{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.simulado-statistics-wrapper .section{width:100%}.simulado-statistics-wrapper .section .title{font-size:var(--font-base);line-height:1.25;font-weight:700;text-align:center;margin-bottom:34px}.simulado-statistics-wrapper .section .exam{font-size:var(--font-xs);line-height:1.25;font-weight:700;text-align:center;color:var(--emphasis)}.simulado-statistics-wrapper .section .year{font-size:var(--font-xs);line-height:1.25;font-weight:thin;text-align:center;margin-bottom:14px}.simulado-statistics-wrapper .section .btn-shadow.view-wrong{width:258px;font-family:var(--font-title);font-size:var(--font-xs);font-weight:700;margin-bottom:47px;align-self:center}.simulado-statistics-wrapper .section .btn-switch.save-exit{width:103px;font-family:var(--font-title);color:var(--foreground);align-self:center}.simulado-drawer .btn-switch.save-pdf{position:absolute;top:20px;right:54px;width:103px;font-size:var(--font-xs);background-color:var(--background);color:var(--foreground)}.simulado-drawer .wrong-wrapper{height:350px;overflow-y:auto;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;display:flex;gap:20px;align-items:flex-start}.simulado-drawer .wrong-wrapper .column{flex:1;display:flex;flex-direction:column;gap:12px}.simulado-drawer .wrong-wrapper .column .item{font-size:var(--font-base);line-height:1.25;font-weight:600;text-align:center}.simulado-drawer .wrong-wrapper .wrong-separator{width:1px;background-color:var(--foreground);height:350px;position:fixed;right:50%}.stat-card.general{position:relative;min-height:fit-content;margin-bottom:15px}.stat-card.general .card-item-name.right{color:var(--emphasis)}.stat-card.general .card-item-name.wrong{color:#ff1ac6}.stat-card.general .card-chart .title{margin-bottom:0}.stat-card.accuracy .card-item-name .card-item-value{color:var(--foreground)}.dark-theme .simulado-drawer .btn-switch.save-pdf{background-color:var(--background-variation)}.geracao-nova-senha-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:1.5rem}.geracao-nova-senha-container .description{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start;margin-bottom:2.25rem}.geracao-nova-senha-container .description .title{font-size:1.5rem;line-height:1.3333333333;font-family:var(--font-title);text-align:start;font-weight:600}.geracao-nova-senha-container .description .subtitle{font-size:.875rem;line-height:1.3333333333;font-family:var(--font-text);color:var(--foreground-variation);text-align:start}.header-wrapper{flex-grow:0;width:100%;display:flex;padding:18px;align-items:center;justify-content:space-between;background-color:var(--background)}.header-wrapper.flashcards-header{background-color:var(--background-variation)}.header-wrapper .header-icons-flex{display:flex}.header-wrapper .btn{display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:100%}.header-wrapper .btn.overlay{background-color:var(--background-variation)}.header-wrapper .btn2{display:flex;justify-content:center;align-items:center;width:35px;height:45px;border-radius:100%}.header-wrapper .greetings{display:flex;justify-content:start;align-items:center;width:fit-content;height:45px;gap:1rem}.header-wrapper .greetings .avatar{width:45px;height:45px;border-radius:100%;display:flex;justify-content:center;align-items:center}.header-wrapper .greetings .avatar.skeleton{background-color:color-mix(in srgb,var(--foreground) 15%,transparent);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.header-wrapper .greetings .title{font-family:var(--font-title);font-size:1.5rem;font-weight:700;letter-spacing:.5px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden}.header-wrapper .greetings .title.skeleton{width:150px;height:24px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:4px}.header-wrapper .menu-title-logo.title{font-family:var(--font-title);font-weight:600;font-size:1.25rem;line-height:1.4}.header-wrapper .return-title.title{font-family:var(--font-title);font-size:1.5rem;font-weight:700;line-height:1.4}.header-wrapper .flashcard-header.title,.header-wrapper .return-title.title{width:100%;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;word-break:break-all}.header-wrapper .flashcard-header.title{font-family:var(--font-rounded);font-size:14px;font-weight:400;line-height:1.25}.header-wrapper .pdf-content.title,.header-wrapper .return-title-search.title{font-family:var(--font-title);font-size:1.5rem;font-weight:700;line-height:1.4}.header-wrapper .pdf-content.title{flex-grow:1;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;word-break:break-all}.dark-theme .header-wrapper.flashcards-header{background-color:var(--background)}.home-container{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.home-container .title{font-weight:400;text-align:center;font-size:32px;font-family:var(--font-rounded);color:var(--emphasis)}.home-container .title-salvos{text-align:center;font-size:20px;font-family:var(--font-rounded)}.how-to-study-container{padding-top:40px}.how-to-study-container .title{position:fixed;left:0;top:80px;width:100%;background-color:var(--background);font-family:var(--font-rounded);font-size:20px;font-weight:600;text-align:center;padding-bottom:10px}.how-to-study-container .paragraph{font-size:var(--font-base);font-family:var(--font-text);margin-bottom:20px;text-align:justify;padding:0 6px}.how-to-study-container .how-to-study-title{font-size:var(--font-sm);text-transform:uppercase;color:var(--emphasis);font-weight:600;margin-bottom:9px}.how-to-study-container .how-to-study-content{background-color:var(--background-variation);border-radius:9px;padding:20px 24px;margin-bottom:20px}.how-to-study-container .how-to-study-content .paragraph{font-family:var(--font-text);font-size:var(--font-sm);margin-bottom:16px;text-align:justify;font-weight:300}.how-to-study-container .how-to-study-content .list-item{font-family:var(--font-text);font-size:var(--font-sm);font-weight:300;list-style:disc inside}.how-to-study-method{font-size:10px;font-family:var(--font-rounded);color:var(--emphasis);font-weight:300;text-align:center}.icon.active{fill:var(--emphasis)}.dark-theme .icon.active,.icon.active,.logo{filter:brightness(0) saturate(100%) invert(53%) sepia(51%) saturate(1435%) hue-rotate(115deg) brightness(97%) contrast(101%)}.dark-theme .icon.active{fill:var(--emphasis)}.dark-theme .logo{filter:brightness(0) saturate(100%) invert(72%) sepia(93%) saturate(605%) hue-rotate(90deg) brightness(101%) contrast(103%)}.icon-frame-container{width:300px;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}.icon-frame-container.variation{flex-grow:1}.icon-frame-container .linkWrapper{width:50%;height:fit-content;margin-bottom:20px}.icon-frame-container .linkWrapper.variation{margin-bottom:0}.icon-frame-container .link{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.icon-frame-container .image{padding:12px}.icon-frame-container .label{font-size:1rem;letter-spacing:.5px;line-height:1.5;font-weight:700;text-align:center;font-family:var(--font-title);color:var(--font-foreground)}.range-selector-wrapper{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.range-selector-wrapper .label{font-size:var(--font-xs);line-height:1;font-weight:600;text-align:center}.range-selector-wrapper .value{font-size:var(--font-sm);line-height:1;font-weight:700;text-align:center;position:absolute;bottom:8px}.range-selector-wrapper .input-wrapper{width:100%;display:flex;align-items:center;justify-content:center;gap:11px}.range-selector-wrapper .input-wrapper .progress-bar-bg{width:100%;height:32px;background:var(--background-variation);border-radius:20px;box-sizing:border-box;position:relative;z-index:-1;overflow:hidden;border:2px solid var(--emphasis)}.range-selector-wrapper .input-wrapper .progress-bar-bg .progress-bar{height:100%;width:0;background:var(--emphasis);border-radius:20px 0 0 20px;transition:width .3s;position:relative;z-index:1}.range-selector-wrapper .input-wrapper .action-btn{width:20px;height:20px;border-radius:50%;background-color:var(--emphasis)}.range-selector-wrapper .input-wrapper .action-btn.disabled{background-color:color-mix(in srgb,var(--emphasis) 20%,transparent)}.screen{width:100%;height:var(--app-height);background:var(--background);display:flex;flex-direction:column;overflow:hidden;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom)}.list-item-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;padding:21px 0}.list-item-wrapper:first-child{padding-top:0}.list-item-wrapper:last-child{padding-bottom:0}.list-item-wrapper:not(:last-child){border-bottom:2px solid var(--background-variation)}.list-item-wrapper .content{display:flex;width:90%}.list-item-wrapper .content.salvos{width:100%}.list-item-wrapper .content .image{width:55px;height:55px;display:flex;justify-content:center;align-items:center}.list-item-wrapper .content .title-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:start;margin-left:23px;width:100%}.list-item-wrapper .content .title-wrapper .title{font-family:var(--font-title);font-size:16px;font-weight:700}.list-item-wrapper .content .title-wrapper .subtitle,.list-item-wrapper .content .title-wrapper .title{line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden}.list-item-wrapper .content .title-wrapper .subtitle{font-family:var(--font-text);font-size:12px;font-weight:400}.list-item-wrapper .viewed.active .status{filter:brightness(0) saturate(100%) invert(53%) sepia(51%) saturate(1435%) hue-rotate(115deg) brightness(97%) contrast(101%);fill:var(--emphasis)}.list-item-wrapper.skeleton{flex-direction:column;width:100%}.list-item-wrapper.skeleton .content{width:100%;padding:21px 0}.list-item-wrapper.skeleton .content:first-child{padding-top:0}.list-item-wrapper.skeleton .content:last-child{padding-bottom:0}.list-item-wrapper.skeleton .content:not(:last-child){border-bottom:2px solid var(--background-variation)}.list-item-wrapper.skeleton .content .image{width:55px;height:55px;background-color:color-mix(in srgb,var(--foreground) 20%,transparent);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:8px}.list-item-wrapper.skeleton .content .title-wrapper{width:80%;display:flex;flex-direction:column;gap:4px}.list-item-wrapper.skeleton .content .title-wrapper .subtitle,.list-item-wrapper.skeleton .content .title-wrapper .title{width:100%;height:16px;background-color:color-mix(in srgb,var(--foreground) 10%,transparent);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:4px}.list-item-wrapper.skeleton .content .title-wrapper .title,.list-item-wrapper.skeleton .viewed{background-color:color-mix(in srgb,var(--foreground) 15%,transparent)}.list-item-wrapper.skeleton .viewed{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:1.5rem;background-color:#000000;color:#ffffff;flex-grow:1}.login-container label{color:#ffffff}.login-container .logo{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:52px;margin-bottom:52px;filter:brightness(0) saturate(100%) invert(72%) sepia(93%) saturate(605%) hue-rotate(90deg) brightness(101%) contrast(103%)}.login-container .logo .title{font-size:1.5rem;line-height:1.3333333333;font-family:var(--font-rounded);color:#00ff99}.login-container .btn-shadow{background-color:#00ff99;color:#000000}.image-viewer-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;z-index:calc(var(--z-index-overlay) + 1);transition:opacity .3s cubic-bezier(.4,0,.2,1)}.image-viewer-wrapper.open{opacity:1;background-color:#000}.image-viewer-wrapper.open .close-area{backdrop-filter:none}.image-viewer-wrapper.closed{opacity:0;pointer-events:none}.image-viewer-wrapper .close-area{position:fixed;top:0;left:0;width:100%;height:100%}.image-viewer-wrapper .image-viewer{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.95);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.image-viewer-wrapper .image-viewer.open{opacity:1;transform:scale(1)}.image-viewer-wrapper .image-viewer.closed{opacity:0;transform:scale(.95)}.image-viewer-wrapper .image-viewer .close-btn{position:absolute;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.2);border-radius:50%;cursor:pointer;z-index:10;transition:background-color .2s ease}.image-viewer-wrapper .image-viewer .close-btn:hover{background-color:rgba(255,255,255,.3)}.image-viewer-wrapper .image-viewer .close-btn svg{color:#fff}.image-viewer-wrapper .image-viewer .image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-viewer-wrapper .image-viewer .image-container img{max-width:100%;max-height:100%;object-fit:contain;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;transition:transform .1s ease-out;will-change:transform;touch-action:none}.drawer-wrapper .drawer-bottom .clear{position:absolute;top:35px;right:50px;font-size:14px;line-height:1.25;font-weight:800;color:var(--emphasis)}.drawer-wrapper .drawer-bottom .footer p{font-size:var(--font-xs);line-height:1.25;color:#828889;margin-bottom:5px}.drawer-wrapper .drawer-bottom .configuracoes-container{display:flex;flex-direction:column;gap:1.25rem}.drawer-wrapper .drawer-bottom .filter-items{overflow-y:auto}.popup-wrapper .popup.edicao-sugerida{max-width:370px;height:340px}.popup-wrapper .popup.edicao-sugerida .textarea-item{height:174px}.popup-wrapper .popup.edicao-sugerida .textarea-item .textarea-widget{height:100%}.popup-wrapper .popup.flashcards-alerta{width:300px;height:fit-content}.popup-wrapper .popup.flashcards-alerta .header{margin:.75rem 0}.popup-wrapper .popup.confirmation{height:96px;width:375px;max-width:90%;border-radius:15px;padding:18px 25px 15px;box-shadow:none}.popup-wrapper .popup.confirmation .header{margin-bottom:14px}.popup-wrapper .popup.confirmation .header .title{font-size:var(--font-sm);line-height:18px;font-weight:700}.popup-wrapper .popup.confirmation .action-wrapper{display:flex;justify-content:space-evenly;align-items:center;width:100%}.popup-wrapper .popup.confirmation .action-wrapper .confirm{background-color:var(--background);border:1px solid var(--emphasis);color:var(--foreground);width:78px;height:32px;font-size:var(--font-xs);line-height:1.25;font-weight:700;border-radius:16px}.popup-wrapper .popup.confirmation .action-wrapper .cancel{background-color:var(--emphasis);color:var(--background);width:78px;height:32px;font-size:var(--font-xs);line-height:1.25;font-weight:700;border-radius:16px}.react-pdf__Page__canvas{margin:0 auto;height:auto!important;display:block;max-width:none!important}.pdf-page-wrapper{width:fit-content;min-width:100%}.pdf-viewer-container{display:flex;flex-direction:column;gap:1rem;width:100%}.pdf-controls{gap:.5rem;padding:.75rem;background:var(--background-variation);border-radius:8px}.pdf-controls,.pdf-zoom-btn{display:flex;justify-content:center;align-items:center}.pdf-zoom-btn{width:40px;height:40px;font-size:1.5rem;font-weight:700;border:1px solid color-mix(in srgb,var(--foreground) 20%,transparent);background:var(--background);border-radius:6px;cursor:pointer;transition:all .2s ease}.pdf-zoom-btn:active:not(:disabled){transform:scale(.95)}.pdf-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.pdf-zoom-reset{min-width:70px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;border:1px solid color-mix(in srgb,var(--foreground) 20%,transparent);background:var(--background);border-radius:6px;cursor:pointer;transition:all .2s ease}.pdf-zoom-reset:active:not(:disabled){transform:scale(.95)}.pdf-zoom-reset:disabled{opacity:.4;cursor:not-allowed}.pdf-viewer{width:100%;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.pdf-controls-fixed{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.1)}.pfp-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.pfp-wrapper .pfp{position:relative;width:200px;height:200px;border-radius:50%;margin-bottom:25px}.pfp-wrapper .pfp .image{width:100%;height:100%;border-radius:50%}.pfp-wrapper .pfp .btn-edit{right:5px}.pfp-wrapper .pfp .btn-delete,.pfp-wrapper .pfp .btn-edit{width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:absolute;top:10px;background:rgba(255,255,255,.8);border-radius:50%;border:1px solid #c4c4c4;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.pfp-wrapper .pfp .btn-delete{left:5px}.pfp-wrapper .pfp .camera-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(0) saturate(0) hue-rotate(136deg) brightness(96%) contrast(89%)}.pfp-wrapper .title-wrapper{display:flex;align-items:flex-end;justify-content:center;gap:20px;margin-bottom:25px}.pfp-wrapper .title-wrapper .title{font-size:var(--font-xl);line-height:1;font-weight:400}.perfil-info{background-color:var(--background-variation);padding:20px 27px;border-radius:9px}.perfil-info,.perfil-info .perfil-item:not(:last-of-type){margin-bottom:20px}.perfil-info .perfil-item.edit{display:flex;gap:20px;align-items:end}.perfil-info .perfil-item .label{font-size:var(--font-sm);line-height:1;color:#c4c4c4;margin-bottom:10px}.perfil-info .perfil-item .value{font-size:var(--font-base);line-height:1;color:var(--foreground)}.logo-wrapper{display:flex;justify-content:center}.dark-theme .pfp-wrapper .pfp .camera-icon{filter:brightness(0) saturate(100%)}.questao-timer{font-size:var(--font-sm);line-height:1.25;font-weight:600;border:1px solid var(--foreground);border-radius:5px;background-color:var(--background-variation);padding:6px 26px;width:165px;height:fit-content;min-height:32px;text-align:center}.questao-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.questao-wrapper .area-tema{font-size:12px;line-height:1.25;font-weight:700;color:var(--emphasis);text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;word-break:break-all}.questao-wrapper .ano{font-size:12px;line-height:1;font-weight:300;text-align:center;margin-bottom:22px}.questao-wrapper .enunciado{font-family:var(--font-text);font-size:15px;font-weight:400;text-align:justify;margin-bottom:20px}.questao-wrapper .image-clickable{cursor:pointer;position:relative;width:100%;max-width:100%;height:auto;max-height:240px;margin-bottom:21px}.questao-wrapper .image-clickable:hover{opacity:.9}.questao-wrapper .image-clickable:active{opacity:.8}.questao-wrapper .image-clickable .imagem{width:100%;max-width:100%;height:auto;max-height:240px;display:block;object-fit:contain}.questao-wrapper .alternativas-wrapper{display:flex;gap:17px;width:100%}.questao-wrapper .alternativas-wrapper:has(.questao-imagem),.questao-wrapper .alternativas-wrapper:has(.questao-multiplo){flex-direction:column}.questao-wrapper .alternativas-wrapper:has(.questao-verdadeiro-falso){flex-direction:row;gap:10px}.questao-wrapper .alternativas-wrapper .questao-multiplo{width:100%;height:60px;padding:10px;background:var(--background-variation);border-radius:6px;display:flex;justify-content:left;align-items:center;gap:15px}.questao-wrapper .alternativas-wrapper .questao-multiplo.ativo{-webkit-box-shadow:inset 0 0 0 1px var(--foreground);-moz-box-shadow:inset 0 0 0 1px var(--foreground);box-shadow:inset 0 0 0 1px var(--foreground)}.questao-wrapper .alternativas-wrapper .questao-multiplo.correto{background-color:#00cc77}.questao-wrapper .alternativas-wrapper .questao-multiplo.correto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-multiplo.correto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-multiplo.incorreto{background-color:#ff1ac6}.questao-wrapper .alternativas-wrapper .questao-multiplo.incorreto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-multiplo.incorreto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-multiplo .letra{height:40px;width:40px;display:flex;justify-content:center;align-items:center;font-size:20px;line-height:1;font-weight:700;background-color:var(--background);border-radius:10px}.questao-wrapper .alternativas-wrapper .questao-multiplo .conteudo{font-size:14px;line-height:1.25;font-weight:500;text-align:start;width:80%;align-self:center;font-family:var(--font-text);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;word-break:break-all}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso{width:50%;min-height:200px;padding:10px;background:var(--background-variation);border-radius:6px;display:flex;justify-content:center;align-items:center;gap:10px}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso.ativo{-webkit-box-shadow:inset 0 0 0 1px var(--foreground);-moz-box-shadow:inset 0 0 0 1px var(--foreground);box-shadow:inset 0 0 0 1px var(--foreground)}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso.correto{background-color:#00cc77}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso.correto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso.correto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso.incorreto{background-color:#ff1ac6}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso.incorreto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso.incorreto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso .letra{height:40px;width:40px;display:flex;justify-content:center;align-items:center;font-size:20px;line-height:1;font-weight:700;background-color:var(--background);border-radius:10px}.questao-wrapper .alternativas-wrapper .questao-verdadeiro-falso .conteudo{font-size:14px;line-height:1.25;font-weight:500;text-align:start;width:70%;align-self:center;font-family:var(--font-text);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;word-break:break-all}.questao-wrapper .alternativas-wrapper .questao-imagem{width:100%;min-height:200px;padding:10px;background:var(--background-variation);border-radius:6px;display:flex;justify-content:center;align-items:center;gap:10px}.questao-wrapper .alternativas-wrapper .questao-imagem.ativo{-webkit-box-shadow:inset 0 0 0 1px var(--foreground);-moz-box-shadow:inset 0 0 0 1px var(--foreground);box-shadow:inset 0 0 0 1px var(--foreground)}.questao-wrapper .alternativas-wrapper .questao-imagem.correto{background-color:#00cc77}.questao-wrapper .alternativas-wrapper .questao-imagem.correto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-imagem.correto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-imagem.incorreto{background-color:#ff1ac6}.questao-wrapper .alternativas-wrapper .questao-imagem.incorreto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-imagem.incorreto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-imagem .letra{height:40px;width:40px;display:flex;justify-content:center;align-items:center;font-size:20px;line-height:1;font-weight:700;background-color:var(--background);border-radius:10px}.questao-wrapper .alternativas-wrapper .questao-imagem img{width:85%;max-width:100%;height:auto;max-height:180px;display:block;object-fit:contain}.questao-wrapper .alternativas-wrapper .questao-aberta{display:none;width:100%;padding:10px;background:var(--background-variation);border-radius:6px;gap:15px}.questao-wrapper .alternativas-wrapper .questao-aberta.ativo{-webkit-box-shadow:inset 0 0 0 1px var(--foreground);-moz-box-shadow:inset 0 0 0 1px var(--foreground);box-shadow:inset 0 0 0 1px var(--foreground)}.questao-wrapper .alternativas-wrapper .questao-aberta.correto{background-color:#00cc77}.questao-wrapper .alternativas-wrapper .questao-aberta.correto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-aberta.correto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-aberta.incorreto{background-color:#ff1ac6}.questao-wrapper .alternativas-wrapper .questao-aberta.incorreto .letra{background-color:rgba(255,255,255,.4588235294)}.questao-wrapper .alternativas-wrapper .questao-aberta.incorreto .conteudo{color:#fff;font-weight:700}.questao-wrapper .alternativas-wrapper .questao-aberta .letra{height:40px;width:40px;display:flex;justify-content:center;align-items:center;font-size:20px;line-height:1;font-weight:700;background-color:var(--background);border-radius:10px}.questao-wrapper .alternativas-wrapper .questao-aberta .conteudo{font-size:14px;line-height:1.25;font-weight:500;text-align:start;width:80%;align-self:center;font-family:var(--font-text);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;word-break:break-all}.questoes-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;background:var(--background);filter:var(--filter-shadow);padding:20px 22px 34px}.questoes-footer .buttons{display:flex;justify-content:space-between;align-items:center;width:100%}.questoes-footer .buttons .enviar-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px}.questoes-footer .buttons .enviar-wrapper .enviar{width:216px;height:48px;font-size:15px;line-height:1.25;font-weight:800;background-color:var(--emphasis);color:var(--background);border-radius:6px}.questoes-footer .buttons .enviar-wrapper .enviar:disabled{background-color:color-mix(in srgb,var(--emphasis) 20%,transparent);cursor:not-allowed}.questoes-footer .buttons .navigation{height:48px;width:48px;display:flex;justify-content:center;align-items:center;background-color:var(--emphasis);border-radius:100%}.questoes-footer .buttons .navigation:disabled{background-color:color-mix(in srgb,var(--emphasis) 20%,transparent);cursor:not-allowed}.questoes-footer .summary{font-size:12px;line-height:1.25;font-weight:400;text-align:center}.questoes-drawer{display:flex;flex-direction:column;justify-content:center;align-items:start}.questoes-drawer .alternativa,.questoes-drawer .gabarito{font-size:16px;line-height:1.25;font-weight:700;margin-bottom:10px}.questoes-drawer .alternativa{color:var(--emphasis)}.questoes-drawer .image-clickable{width:100%}.questoes-drawer .alternativa-imagem,.questoes-drawer .imagem{width:100%;max-width:100%;height:auto;max-height:180px;display:block;object-fit:contain;margin-bottom:21px}.questoes-drawer .comentario,.questoes-drawer .referencia,.questoes-drawer .titulo-referencia{font-size:15px;line-height:1.25;font-weight:400;text-align:start;margin-bottom:16px;font-family:var(--font-text)}.questoes-drawer .titulo-referencia{font-weight:700;margin-bottom:0}.questoes-drawer .referencia{color:var(--emphasis);margin-bottom:0}.drawer-wrapper .drawer-top.questoes-alerta{text-align:center;font-size:16px;line-height:1.25;font-weight:700;color:#fff}.drawer-wrapper .drawer-top.questoes-alerta.correto{background-color:#00cc77}.drawer-wrapper .drawer-top.questoes-alerta.incorreto{background-color:#ff1ac6}.recuperacao-senha-page{flex-grow:1}.recuperacao-senha-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 183px)}.recuperacao-senha-container .description{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start;margin-bottom:2.25rem}.recuperacao-senha-container .description .title{font-size:1.5rem;line-height:1.3333333333;font-family:var(--font-title);text-align:start;font-weight:600}.recuperacao-senha-container .description .subtitle{font-size:.875rem;line-height:1.3333333333;font-family:var(--font-text);color:var(--foreground-variation);text-align:start}.splash-screen-container{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#000}.splash-screen-container .content img{opacity:1;animation:fadeInLogo .8s ease-out forwards}.splash-screen-container .content img.exit{opacity:1;animation:fadeOutLogo .3s ease-out .1s forwards}.splash-screen-container .text{margin-top:5px;width:165px;display:flex;justify-content:center;font-family:var(--font-rounded);color:#00ff81;font-size:2rem;font-weight:700;height:2rem}.splash-screen-container .text.exit{animation:fadeOutText .3s ease-out forwards}.splash-screen-container .text span{opacity:0;animation:fadeInText .8s ease-out 1s forwards}@keyframes fadeInLogo{0%{opacity:0}to{opacity:1}}@keyframes fadeOutLogo{0%{opacity:1}to{opacity:0}}@keyframes fadeInText{0%{opacity:0}to{opacity:1}}@keyframes fadeOutText{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(.1px)}}.stat-card{background-color:var(--background-variation);width:100%;height:100%;overflow-y:auto;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;border-radius:14px;padding:20px 19px;margin-bottom:48px}.stat-card .card-title{text-align:center;margin-bottom:13px}.stat-card .card-item-name,.stat-card .card-title{font-size:var(--font-base);line-height:1.25;font-weight:700}.stat-card .card-item-name{font-family:var(--font-text);text-align:start;width:100%}.stat-card .card-item-name:not(:last-child){margin-bottom:16px}.stat-card .card-item-name .card-item-value{color:var(--emphasis)}.stat-simple-line{width:100%;font-size:var(--font-base);line-height:1.25;font-weight:700;text-align:center;margin-bottom:15px}.stat-simple-line .value{color:var(--emphasis)}.content-wrapper{flex-grow:1;height:calc(var(--app-height) - 163px);display:flex;flex-direction:column;padding:1.25rem;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}.content-wrapper.pdf{padding:0}.content-wrapper.flashcards{background-color:var(--background-variation);padding:4px 8px 12px;height:calc(var(--app-height) - 206px)}.content-wrapper.questoes{padding:0 20px 20px;height:calc(var(--app-height) - 208px)}.content-wrapper.faturas,.content-wrapper.perfil{padding:0 30px 30px}.content-wrapper.empty-content{display:flex;justify-content:center;align-items:center;font-size:1.25rem;color:var(--text-secondary)}.content-wrapper.empty-content .voltar-btn{margin-top:10px}.content-wrapper.empty-content .voltar-btn a{width:100%;height:100%}.dark-theme .content-wrapper.flashcards{background-color:var(--background)}:root{--app-height:100vh;--background:#ffffff;--background-variation:#f5f5f5;--foreground:#000000;--foreground-variation:#828889;--emphasis:#00cc77;--divider:#00000015;--footer-link-active:#00cc77;--footer-link-inactive:#828889;--success:#00cc77;--danger:#e7432b;--warning:#f6a600;--info:#2991d6;--filter-shadow:drop-shadow(0px 0px 2px color-mix(in oklab,var(--foreground) 20%,transparent));--font-xs:12px;--font-sm:14px;--font-base:16px;--font-lg:20px;--font-xl:24px}@theme inline{--color-background:var(--background);--color-background-variation:var(--background-variation);--color-foreground:var(--foreground);--color-foreground-variation:var(--foreground-variation);--color-emphasis:var(--emphasis);--color-success:var(--success);--color-danger:var(--danger);--color-warning:var(--warning);--color-info:var(--info);--font-title:var(--font-title);--font-text:var(--font-text);--font-rounded:var(--font-rounded);--font-input:var(--font-input);--font-xs:var(--font-xs);--font-sm:var(--font-sm);--font-base:var(--font-base);--font-lg:var(--font-lg);--font-xl:var(--font-xl)}.dark-theme{--background:#000000;--background-variation:#222224;--foreground:#ffffff;--foreground-variation:#828889;--emphasis:#00ff99;--divider:#ffffff15;--footer-link-active:#ffffff;--footer-link-inactive:#828889;--filter-shadow:drop-shadow(0)}.animated-content{transform:translateX(100%);opacity:0}.animated-content.page-enter{animation:slide-in .3s cubic-bezier(.4,0,.2,1) forwards}.animated-content.page-exit{animation:slide-out .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes slide-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slide-out{0%{transform:translateX(0);opacity:1}to{transform:translateX(-30%);opacity:0}}body,html{margin:0;padding:0;height:100%;overflow:hidden;background:var(--background)}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px!important}}@font-face{font-family:inter;src:url(/_next/static/media/a1db723976e507d7-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:inter;src:url(/_next/static/media/658d907c4ee7ec52-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:inter Fallback;src:local("Arial");ascent-override:91.59%;descent-override:22.81%;line-gap-override:0.00%;size-adjust:105.77%}.__className_c45c4a{font-family:inter,inter Fallback,system-ui,sans}.__variable_c45c4a{--font-input:"inter","inter Fallback",system-ui,sans}@font-face{font-family:comfortaa;src:url(/_next/static/media/59a3bc09736b5e18-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:comfortaa;src:url(/_next/static/media/b7bb2a0d589196c7-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:comfortaa Fallback;src:local("Arial");ascent-override:74.60%;descent-override:19.81%;line-gap-override:0.00%;size-adjust:118.10%}.__className_12b63d{font-family:comfortaa,comfortaa Fallback,ui-monospace,monospace}.__variable_12b63d{--font-rounded:"comfortaa","comfortaa Fallback",ui-monospace,monospace}@font-face{font-family:sfProDisplay;src:url(/_next/static/media/73a60a23dfa6bf8c-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:sfProDisplay;src:url(/_next/static/media/787f8d35816f02a6-s.p.woff2) format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:sfProDisplay;src:url(/_next/static/media/c233698d80ce8377-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:sfProDisplay Fallback;src:local("Arial");ascent-override:114.53%;descent-override:33.94%;line-gap-override:0.00%;size-adjust:93.79%}.__className_2c1aac{font-family:sfProDisplay,sfProDisplay Fallback,system-ui,sans}.__variable_2c1aac{--font-title:"sfProDisplay","sfProDisplay Fallback",system-ui,sans}@font-face{font-family:sfProText;src:url(/_next/static/media/b77a314e38119429-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:sfProText;src:url(/_next/static/media/fcac32274058d58a-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:sfProText Fallback;src:local("Arial");ascent-override:100.60%;descent-override:29.88%;line-gap-override:0.00%;size-adjust:107.03%}.__className_3cf9a7{font-family:sfProText,sfProText Fallback,system-ui,sans}.__variable_3cf9a7{--font-text:"sfProText","sfProText Fallback",system-ui,sans}