.pv-teaching-wow-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto}.pv-kicker-wow{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:var(--pv-brand);margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem}.pv-teaching-hero-wow{display:flex;justify-content:space-between;align-items:center;padding:2.5rem;background:rgba(var(--pv-surface-card-rgb,17,24,39),.6);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.2)}.pv-teaching-hero-main h1{font-size:2.5rem;font-weight:800;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-theme=light] .pv-teaching-hero-main h1{background:linear-gradient(135deg,#111827,#4f46e5);-webkit-background-clip:text}.pv-teaching-hero-course{font-size:1.1rem;color:var(--pv-text-muted);display:flex;align-items:center;gap:.5rem}.pv-progress-circle-wrap{position:relative;width:120px;height:120px}.pv-circular-chart{display:block;margin:0 auto;max-width:100%;max-height:250px}.circle-bg{stroke:rgba(255,255,255,.1)}.circle,.circle-bg{fill:none;stroke-width:2.5}.circle{stroke-linecap:round;stroke:var(--pv-brand);transition:stroke-dasharray 1s ease-out}.pv-progress-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column}.pv-progress-value strong{font-size:1.5rem;font-weight:800;color:var(--pv-text);line-height:1}.pv-progress-value span{font-size:.7rem;color:var(--pv-text-muted);text-transform:uppercase;margin-top:.2rem}.pv-teaching-invite-glass{background:rgba(var(--pv-surface-card-rgb,17,24,39),.4);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:1.2rem;padding:1.5rem}.pv-invite-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pv-btn-wow{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:.8rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.pv-btn-copy{background:rgba(var(--pv-brand-rgb,96,165,250),.1);color:var(--pv-brand);border-color:rgba(var(--pv-brand-rgb,96,165,250),.2)}.pv-btn-copy:hover{background:rgba(var(--pv-brand-rgb,96,165,250),.2);transform:translateY(-2px)}.pv-btn-copy.copied{background:rgba(16,185,129,.1);color:#10b981;border-color:rgba(16,185,129,.2)}.pv-teaching-invite-grid-wow{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.pv-input-glass{display:flex;flex-direction:column;gap:.4rem}.pv-input-glass span{font-size:.8rem;color:var(--pv-text-muted);font-weight:600;display:flex;align-items:center;gap:.3rem}.pv-input-glass input{width:100%;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);border-radius:.8rem;padding:.8rem 1rem;color:var(--pv-text);font-family:var(--font-mono);font-size:.9rem;outline:none;transition:border-color .2s}.pv-input-glass input:focus{border-color:var(--pv-brand)}[data-theme=light] .pv-input-glass input{background:rgba(255,255,255,.5);border-color:rgba(0,0,0,.1)}.pv-teaching-stats-wow{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.pv-stat-card-wow{display:flex;align-items:center;gap:1rem;background:rgba(var(--pv-surface-card-rgb,17,24,39),.6);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:1.2rem;padding:1.5rem;transition:transform .2s}.pv-stat-card-wow:hover{transform:translateY(-4px)}.pv-stat-card-wow.needs-attention{border-color:rgba(245,158,11,.3);box-shadow:0 0 20px rgba(245,158,11,.1)}.pv-stat-card-wow.needs-attention .pv-stat-icon{background:rgba(245,158,11,.1);color:#f59e0b}.pv-stat-icon{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:rgba(var(--pv-brand-rgb,96,165,250),.1);color:var(--pv-brand)}.pv-stat-info{display:flex;flex-direction:column}.pv-stat-info span{font-size:.8rem;color:var(--pv-text-muted);text-transform:uppercase;font-weight:600}.pv-stat-info strong{font-size:1.8rem;font-weight:800;line-height:1.2}.pv-teaching-participants-wow{background:rgba(var(--pv-surface-card-rgb,17,24,39),.4);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:1.5rem;padding:2rem}.pv-section-header{margin-bottom:2rem}.pv-section-header h2{font-size:1.8rem;font-weight:800;margin:0}.pv-participants-list-wow{display:flex;flex-direction:column;gap:1.5rem}.pv-participant-card-wow{background:rgba(var(--pv-surface-rgb,17,24,39),.5);border:1px solid rgba(255,255,255,.05);border-radius:1.2rem;overflow:hidden}.pv-participant-card-head{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.05)}[data-theme=light] .pv-participant-card-head{background:rgba(0,0,0,.02);border-bottom-color:rgba(0,0,0,.05)}.pv-participant-identity{display:flex;align-items:center;gap:1rem}.pv-participant-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,var(--pv-brand),#a5b4fc);display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem}.pv-participant-identity h3{margin:0;font-size:1.1rem;font-weight:700}.pv-participant-identity p{margin:0;font-size:.85rem;color:var(--pv-text-muted)}.pv-participant-progress{display:flex;align-items:center;gap:1rem}.pv-progress-bar-wow{width:150px;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}[data-theme=light] .pv-progress-bar-wow{background:rgba(0,0,0,.1)}.pv-progress-fill{height:100%;background:var(--pv-brand);border-radius:3px;transition:width .5s ease-out}.pv-participant-progress strong{font-size:1.1rem;font-weight:700;min-width:3.5rem;text-align:right}.pv-answers-list-wow{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.pv-answer-item-wow{display:flex;flex-direction:column;gap:1rem}.pv-answer-content{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.2rem}[data-theme=light] .pv-answer-content{background:rgba(255,255,255,.5);border-color:rgba(0,0,0,.05)}.pv-answer-header{margin-bottom:.8rem;display:flex;justify-content:space-between;align-items:center}.pv-status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .8rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pv-status-needs_revision{background:rgba(245,158,11,.15);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.pv-status-completed{background:rgba(16,185,129,.15);color:#10b981;border:1px solid rgba(16,185,129,.3)}.pv-answer-text{margin:0;font-size:.95rem;line-height:1.6}.pv-answer-review-glass{display:grid;grid-template-columns:auto auto 1fr auto;gap:1rem;align-items:end;background:rgba(var(--pv-surface-card-rgb,17,24,39),.3);padding:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.05)}.pv-answer-review-glass.student-view{grid-template-columns:1fr auto;align-items:center}.pv-input-review{display:flex;flex-direction:column;gap:.4rem}.pv-input-review span{font-size:.75rem;color:var(--pv-text-muted);font-weight:600;display:flex;align-items:center;gap:.3rem}.pv-input-review input{background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,.1);padding:.4rem .2rem;color:var(--pv-text);font-size:.95rem;outline:none;transition:border-color .2s;width:100%}[data-theme=light] .pv-input-review input{border-bottom-color:rgba(0,0,0,.1)}.pv-input-review.editable input:focus{border-bottom-color:var(--pv-brand)}.pv-input-review:not(.editable) input{color:var(--pv-text-muted);font-weight:600;cursor:default}.pv-input-review input[type=number]{width:80px;text-align:center}.pv-btn-submit{background:var(--pv-brand);color:white;height:42px;padding:0 1.5rem;border-radius:.8rem}.pv-btn-submit:hover:not(:disabled){background:var(--pv-brand-strong);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--pv-brand-rgb,96,165,250),.3)}.pv-btn-submit:disabled{opacity:.7;cursor:not-allowed}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pv-empty-answers-wow{padding:3rem;text-align:center;color:var(--pv-text-muted)}.pv-empty-answers-wow i{font-size:2.5rem;opacity:.5;margin-bottom:1rem;display:block}.pv-empty-state-wow{text-align:center;padding:4rem 2rem}.pv-empty-state-wow .pv-empty-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;border-radius:50%;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--pv-text-muted)}[data-theme=light] .pv-empty-state-wow .pv-empty-icon{background:rgba(0,0,0,.05)}.pv-empty-state-wow h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.pv-empty-state-wow p,.pv-teaching-empty-wow{color:var(--pv-text-muted)}.pv-teaching-empty-wow{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.pv-spinner{width:40px;height:40px;border-radius:50%;border:3px solid rgba(var(--pv-brand-rgb,96,165,250),.2);border-top-color:var(--pv-brand);animation:spin 1s ease-in-out infinite}@media (max-width:860px){.pv-teaching-hero-wow{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem}.pv-teaching-hero-main h1{font-size:2rem}.pv-teaching-hero-course{justify-content:center}.pv-teaching-invite-grid-wow,.pv-teaching-stats-wow{grid-template-columns:1fr}.pv-participant-card-head{gap:1rem;align-items:center}.pv-participant-card-head,.pv-participant-identity{flex-direction:column;text-align:center}.pv-participant-progress{flex-direction:column;gap:.5rem}.pv-answer-review-glass,.pv-answer-review-glass.student-view{grid-template-columns:1fr!important;align-items:stretch!important}.pv-btn-submit,.pv-input-review.comment-field{grid-column:1/-1}.pv-btn-submit{width:100%;justify-content:center}.pv-answer-header{flex-direction:column!important;align-items:flex-start!important;gap:.8rem}}@media (min-width:1024px){.pv-header-mobile-account,.pv-mobile-bottom-nav{display:none}}@media (max-width:1023px){:root{--pv-mobile-nav-height:5.75rem}.pv-app-frame{padding-bottom:calc(var(--pv-mobile-nav-height) + env(safe-area-inset-bottom))}.pv-layout-container{padding-inline:clamp(.75rem,3vw,1.25rem)}.pv-main-shell{padding-top:.45rem;padding-bottom:1rem}.pv-site-header{padding-block:.55rem}.pv-header-shell{border-radius:1.35rem}.pv-header-shell-scrolled{transform:none}.pv-header-main-row{min-height:3.2rem!important;padding:.55rem .7rem!important}.pv-header-brand{min-height:2.45rem;max-width:min(62vw,16rem);font-size:1.05rem}.pv-header-brand-mark{height:2rem;width:2rem}.pv-header-mobile-account{display:inline-flex;min-height:2.75rem;min-width:2.75rem;align-items:center;justify-content:center;border:1px solid var(--pv-border);border-radius:1rem;background:var(--pv-surface);color:var(--pv-text);font-size:1.1rem}.pv-header-search-button{height:2.35rem;width:2.35rem;flex:0 0 auto}.pv-mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:80;display:block;padding:.55rem .72rem calc(.55rem + env(safe-area-inset-bottom));border-top:1px solid color-mix(in srgb,var(--pv-border) 82%,transparent);background:linear-gradient(180deg,transparent 0,color-mix(in srgb,var(--pv-frame-bg) 94%,transparent) 20%),color-mix(in srgb,var(--pv-frame-bg) 96%,transparent);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%)}.pv-mobile-bottom-nav-inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.28rem;max-width:46rem;margin-inline:auto;border:1px solid color-mix(in srgb,var(--pv-border) 74%,transparent);border-radius:1.45rem;background:color-mix(in srgb,var(--pv-surface) 76%,transparent);padding:.28rem;box-shadow:0 16px 42px rgba(0,0,0,.28)}.pv-mobile-bottom-tab{display:flex;min-width:0;min-height:3.45rem;flex-direction:column;align-items:center;justify-content:center;gap:.22rem;border-radius:1.1rem;color:var(--pv-muted);font-size:.68rem;font-weight:750;line-height:1}.pv-mobile-bottom-tab i{font-size:1.18rem;line-height:1}.pv-mobile-bottom-tab span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pv-mobile-bottom-tab-active{background:var(--pv-brand-soft);color:var(--pv-brand-strong)}.pv-mobile-bottom-tab:focus-visible{outline:2px solid var(--pv-brand);outline-offset:2px}.pv-page,.pv-page-sm{gap:.8rem}.pv-section-head{align-items:flex-start;gap:.85rem}.pv-alert,.pv-card,.pv-card-muted,.pv-details,.pv-empty-state,.pv-form-card,.pv-glass-panel,.pv-glass-row,.pv-hero,.pv-note,.pv-panel,.pv-stat-card{border-radius:1.1rem}.pv-button-capsule,.pv-button-ghost,.pv-button-primary,.pv-button-secondary{min-height:2.9rem}.pv-ai-rich-table-scroll,.pv-data-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767px){.pv-main-shell{padding-inline:0}.pv-alert,.pv-card,.pv-card-muted,.pv-details,.pv-empty-state,.pv-form-card,.pv-glass-panel,.pv-glass-row,.pv-hero,.pv-note,.pv-panel,.pv-stat-card{padding:.95rem}.pv-section-head{display:grid}.pv-section-head .pv-inline-link{min-height:2.75rem;width:100%;justify-content:center;border:1px solid var(--pv-border);border-radius:1rem;background:var(--pv-surface)}.pv-prompt-card{border-radius:1.05rem!important;padding:.95rem!important}.pv-prompt-card:hover{transform:none}.pv-prompt-card>.pointer-events-none{border-radius:inherit!important}.pv-prompt-card .relative.z-20>.flex:first-child{margin-bottom:.7rem;gap:.5rem}.pv-prompt-card h2{font-size:1rem!important;line-height:1.25!important}.pv-prompt-card p{font-size:.82rem!important;line-height:1.45!important}.pv-prompt-card [class*=tracking-widest]{letter-spacing:.02em!important}.pv-prompt-card [class*=mt-6]{margin-top:.85rem!important}.pv-prompt-card [class*=mt-8]{margin-top:.95rem!important}.pv-prompt-card [class*=gap-5]{gap:.65rem!important}.pv-prompt-card [class*="max-w-[65%]"]{max-width:100%!important}.pv-catalog-filter-stack form{display:grid;grid-template-columns:minmax(0,1fr);gap:.7rem}.pv-catalog-filter-stack form>.relative{min-width:0}.pv-catalog-filter-stack form>.flex{justify-content:space-between;width:100%}.pv-catalog-filter-stack summary{height:3.15rem!important;width:3.15rem!important;border-radius:1rem!important}.pv-catalog-dropdown-menu{position:fixed!important;top:8.25rem!important;right:.75rem!important;bottom:calc(var(--pv-mobile-nav-height) + .85rem)!important;left:.75rem!important;z-index:95;width:auto!important;max-height:none;overflow-y:auto;transform-origin:top center}.pv-catalog-dropdown-surface{border-radius:1.2rem!important;padding:1rem!important}.pv-catalog-dropdown-surface .grid{grid-template-columns:minmax(0,1fr)!important;gap:.9rem!important}.pv-input,.pv-select,.pv-textarea{min-height:2.95rem;border-radius:1rem;font-size:1rem}.pv-footer{padding-bottom:.5rem}}@media (max-width:1023px){.pv-app-viewport,body,html{overflow-x:hidden}.pv-bg-letters{display:none}.pv-site-header{top:env(safe-area-inset-top)}.pv-about-page,.pv-catalog-home-page,.pv-dashboard-page,.pv-learn-catalog-page,.pv-learning-course-page,.pv-missions-page,.pv-plans-page,.pv-profile-page,.pv-store-page,.pv-submit-page,.pv-wallet-page{min-width:0}.pv-home-action-workbench{max-width:48rem;padding-top:.3rem!important;padding-bottom:1.2rem!important}.pv-home-action-workbench h1{font-size:3.25rem!important;line-height:1.08!important}.pv-home-action-workbench p{max-width:38rem}.pv-home-action-workbench form{border-radius:1.45rem!important}.pv-home-action-workbench form>div:last-child{padding-left:0!important}.pv-home-action-workbench button,.pv-home-action-workbench input{min-height:3.25rem}.pv-home-action-workbench [class*=shadow-pv-brand]{box-shadow:none!important}.pv-catalog-feed,.pv-catalog-results{min-width:0}.pv-catalog-results{border-radius:1.35rem!important;padding:1rem!important}.pv-catalog-feed h2,.pv-catalog-results h2{color:var(--pv-text)!important;font-size:1.6rem!important;line-height:1.12!important}.pv-catalog-hero{border-radius:1.35rem!important;padding:1rem!important}.pv-catalog-hero h1{font-size:2.35rem!important;line-height:1.02!important}.pv-catalog-filter-stack input{min-height:3rem;border-radius:1rem!important;padding-block:.85rem!important;font-size:1rem!important}.pv-prompt-detail-layout{gap:1rem!important;margin-top:1rem!important}.pv-prompt-detail-aside{order:-1;position:static!important;top:auto!important}.pv-prompt-content-panel{gap:1rem}.pv-prompt-content-panel h2,.pv-prompt-content-panel h3{font-size:1.25rem!important;line-height:1.2!important}.pv-plans-grid{grid-template-columns:minmax(0,1fr)!important;gap:.9rem!important}.pv-plan-pricing-card,.pv-plan-pricing-card [class*="hover:scale"],.pv-plan-pricing-card [class*=scale-]{transform:none!important}.pv-plans-compare{overflow-x:auto;-webkit-overflow-scrolling:touch}.pv-plans-compare table{min-width:44rem}.pv-learn-catalog-page{padding-top:.75rem!important;padding-bottom:1.5rem!important}.pv-learn-catalog-hero h1,.pv-learning-course-hero h1{font-size:2.45rem!important;line-height:1.08!important}.pv-learn-stats-strip{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.pv-learn-filter-tabs>div{gap:1.1rem!important;padding-bottom:.15rem}.pv-learning-course-shell{padding:1rem .2rem 2rem!important}.pv-learning-course-hero{padding-inline:.35rem}.pv-learning-course-hero p{font-size:1rem!important}.pv-learning-course-hero .pv-button-capsule,.pv-learning-course-hero .pv-button-ghost{width:100%;justify-content:center}.pv-learning-course-stats{margin-top:1.5rem!important;gap:.85rem!important;padding-top:1rem!important}.pv-learning-course-stats p:last-child{font-size:1.6rem!important}.pv-learning-course-timeline{margin-top:2rem!important;padding-left:0!important}.pv-learning-module-list{margin-left:.5rem!important;padding-left:1.35rem!important;padding-bottom:2rem!important;row-gap:2rem!important}.pv-learning-module-list h3{font-size:1.35rem!important}.pv-learning-module-list a{border-radius:1rem!important;padding:.9rem!important}.pv-learning-module-list a>div{align-items:flex-start!important}.pv-learning-runtime-grid{gap:.85rem!important}.pv-learning-runtime .pv-glass-panel{border-radius:1.1rem}.pv-learning-runtime article{padding:1rem!important}.pv-learning-runtime article h3{font-size:1.65rem!important;line-height:1.16!important}.pv-learning-runtime article>div:first-of-type{padding-bottom:1rem!important}.pv-learning-runtime article .prose{font-size:1rem!important}.pv-learning-runtime article [class*=space-y-12]{margin-top:1.35rem!important;row-gap:1.6rem!important}.pv-learning-runtime textarea{min-height:11rem}.pv-dashboard-page,.pv-dashboard-split,.pv-missions-page,.pv-profile-page,.pv-profile-page .grid,.pv-store-page,.pv-wallet-main-grid,.pv-wallet-page{gap:.9rem!important}.pv-profile-page,.pv-wallet-main-grid{padding-inline:0!important}.pv-profile-hero-content,.pv-profile-hero-identity,.pv-store-earn-banner{align-items:stretch}.pv-profile-hero-identity{flex-direction:column}.pv-profile-hero-email,.pv-profile-hero-name{overflow-wrap:anywhere}.pv-store-grid{grid-template-columns:minmax(0,1fr)!important;gap:.85rem!important}.pv-store-hero{border-radius:1.2rem!important}.pv-store-hero-balance{width:100%;justify-content:center;border-radius:1.1rem!important}.pv-store-earn-banner-cta,.pv-store-hero-cta{min-height:2.9rem}.pv-about-page,.pv-auth-page,.pv-submit-page{width:100%}}@media (max-width:767px){:root{--pv-mobile-nav-height:5.65rem}.pv-layout-container{padding-inline:.72rem}.pv-site-header{padding-block:.45rem}.pv-header-shell{border-radius:1.05rem}.pv-header-brand span:last-child{max-width:11rem;overflow:hidden;text-overflow:ellipsis}.pv-mobile-bottom-nav{padding-inline:.45rem}.pv-mobile-bottom-nav-inner{border-radius:1.15rem}.pv-mobile-bottom-tab{min-height:3.25rem;border-radius:.9rem;font-size:.62rem}.pv-mobile-bottom-tab i{font-size:1.08rem}.pv-home-action-workbench{padding-inline:0!important}.pv-home-action-workbench h1{font-size:2.35rem!important}.pv-home-action-workbench h1 br:last-child{display:none}.pv-home-action-workbench p{margin-top:.8rem!important;font-size:.98rem!important;line-height:1.5!important}.pv-home-action-workbench form{padding:.55rem!important}.pv-home-action-workbench form input{font-size:1rem!important}.pv-home-action-workbench form button{border-radius:1rem!important;font-size:1rem!important}.pv-home-action-workbench .mt-8,.pv-home-action-workbench form+div{margin-top:1rem!important}.pv-home-action-workbench .flex.flex-wrap.justify-center{display:grid!important;width:100%;grid-template-columns:minmax(0,1fr);gap:.5rem!important}.pv-home-action-workbench .flex.flex-wrap.justify-center button{width:100%;justify-content:flex-start;min-height:2.85rem}.pv-catalog-feed{padding:0!important}.pv-catalog-feed>div:first-child,.pv-catalog-results>div:first-child{margin-bottom:1rem!important}.pv-catalog-feed h2,.pv-catalog-results h2{font-size:1.28rem!important}.pv-catalog-hero h1{font-size:2rem!important}.pv-catalog-hero .shrink-0,.pv-catalog-hero .shrink-0 a,.pv-catalog-hero .shrink-0 button{width:100%}.pv-catalog-filter-stack form>.flex{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem!important}.pv-catalog-filter-stack form>.flex details,.pv-catalog-filter-stack form>.flex summary{width:100%!important}.pv-prompt-card{min-height:auto!important}.pv-prompt-card .relative.z-20>.flex:first-child{align-items:flex-start!important}.pv-prompt-card .relative.z-20>.flex:first-child>div:first-child{max-height:3.8rem;overflow:hidden}.pv-prompt-card .mt-8.flex{display:grid!important;align-items:stretch!important;gap:.65rem!important;padding-top:.8rem!important}.pv-prompt-card .mt-8.flex p,.pv-prompt-card .mt-8.flex span{max-width:100%!important}.pv-prompt-card .mt-8.flex span{justify-content:center;min-height:2.5rem}.pv-prompt-detail-page{padding-inline:0!important}.pv-prompt-content-panel .pv-glass-panel,.pv-prompt-content-panel section,.pv-prompt-detail-aside .pv-glass-panel{padding:.95rem!important}.pv-learn-catalog-page .pv-section-head,.pv-plans-page .pv-section-head{display:grid!important}.pv-plans-compare{padding:.9rem!important}.pv-learn-catalog-hero{margin-bottom:1rem!important}.pv-learn-catalog-hero h1,.pv-learning-course-hero h1{font-size:2rem!important}.pv-learn-stats-strip{display:grid!important;grid-template-columns:repeat(3,minmax(7.2rem,1fr))}.pv-learn-stats-strip>div{justify-content:center;padding-inline:.75rem!important}.pv-learn-filter-tabs{margin-inline:-.72rem;padding-inline:.72rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.pv-learning-course-shell{padding-inline:0!important}.pv-learning-course-hero .mt-10,.pv-learning-course-hero .mt-14,.pv-learning-course-hero .mt-16{margin-top:1.25rem!important}.pv-learning-course-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.pv-learning-module-list{row-gap:1.35rem!important}.pv-learning-module-list a>div,.pv-learning-runtime article .mt-12.flex{display:grid!important}.pv-learning-runtime aside{padding:.95rem!important}.pv-learning-runtime article .grid.grid-cols-2{grid-template-columns:minmax(0,1fr)!important;gap:1rem!important}.pv-learning-runtime article .mt-12.flex a,.pv-learning-runtime article .mt-12.flex button{width:100%;justify-content:center}.pv-dashboard-page>*,.pv-missions-page>*,.pv-profile-page>*,.pv-store-page>*,.pv-wallet-page>*{min-width:0}.pv-profile-page{padding-top:0!important;padding-bottom:1.25rem!important}.pv-profile-hero{border-radius:1.15rem!important}.pv-profile-card-link,.pv-profile-hero-link{min-height:2.75rem;justify-content:center}.pv-wallet-main-grid{grid-template-columns:minmax(0,1fr)!important}.pv-store-hero{padding:1rem!important}.pv-store-hero-balance{display:grid!important;grid-template-columns:auto minmax(0,1fr);padding:.65rem!important;text-align:left}.pv-store-hero-balance-amount{font-size:1.45rem!important}.pv-store-earn-banner-cta,.pv-store-hero-actions,.pv-store-hero-cta{width:100%}.pv-store-earn-banner-cta,.pv-store-hero-cta{justify-content:center}.pv-about-page article,.pv-auth-page .pv-glass-panel,.pv-submit-page .pv-glass-panel{padding:1rem!important;border-radius:1.1rem!important}.pv-auth-page h1{font-size:2rem!important}.pv-auth-page form{row-gap:1rem!important}.pv-auth-page a,.pv-auth-page button,.pv-submit-page a,.pv-submit-page button{min-height:2.9rem}.pv-about-page .pv-button-primary,.pv-about-page .pv-button-secondary{width:100%;justify-content:center}}@font-face{font-family:ibmPlexMono;src:url(/_next/static/media/f270c174075d2249-s.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ibmPlexMono;src:url(/_next/static/media/e29c0b2fe2ebd388-s.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:ibmPlexMono;src:url(/_next/static/media/ccb527096063ace6-s.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:ibmPlexMono Fallback;src:local("Arial");ascent-override:77.95%;descent-override:20.91%;line-gap-override:0.00%;size-adjust:131.49%}.__className_b1b114{font-family:ibmPlexMono,ibmPlexMono Fallback}.__variable_b1b114{--font-mono:"ibmPlexMono","ibmPlexMono Fallback"}