:root{--color-blue-50: #e6f7ff;--color-blue-100: #bae7ff;--color-blue-400: #40a9ff;--color-blue-500: #0091ff;--color-blue-600: #007acc;--color-blue-700: #0056b3;--color-bootstrap-blue: #007bff;--color-green-50: #f0f9f4;--color-green-100: #e0f7ea;--color-green-400: #93dfab;--color-green-bright: #34db8d;--color-green-500: #5d9c59;--color-green-600: #4a7d47;--color-success: #28a745;--color-success-dark: #218838;--color-red-50: #ffeef0;--color-red-400: #ff7875;--color-red-500: #ff4d4f;--color-red-600: #cb2431;--color-danger: #dc3545;--color-amber-500: #f59e0b;--color-white: #ffffff;--color-gray-50: #fafbfc;--color-gray-100: #f0f2f5;--color-gray-200: #e1e4e8;--color-gray-300: #d9d9d9;--color-gray-400: #ced4da;--color-gray-500: #999999;--color-gray-600: #666666;--color-gray-700: #555555;--color-gray-800: #333333;--color-gray-900: #111827;--bg-soft-accent: #f4f8f7;--bg-aliceblue: #f0f8ff;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}:root{--color-primary: var(--color-blue-500);--color-primary-hover: var(--color-blue-600);--color-primary-light: var(--color-blue-50);--color-brand-green: var(--color-green-500);--color-brand-green-dark: var(--color-green-600);--color-brand-green-light: var(--color-green-400);--color-success-bg: var(--color-green-500);--color-success-text: var(--color-success);--color-danger-bg: var(--color-red-500);--color-danger-text: var(--color-red-600);--color-danger-border: var(--color-red-500);--color-info-bg: var(--color-blue-500);--bg-app: var(--color-gray-100);--bg-surface: var(--color-white);--bg-subtle: var(--color-gray-50);--text-main: var(--color-gray-800);--text-sub: var(--color-gray-600);--text-light: var(--color-gray-500);--text-inverse: var(--color-white);--border-default: var(--color-gray-300);--border-light: var(--color-gray-200);--font-rounded: "Kosugi-Maru", var(--font-base);--font-smart: "smart-font", var(--font-base);--z-dropdown: 100;--z-sticky: 500;--z-modal: 1000;--z-toast: 9999;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-round: 50%}@font-face{font-family:Kosugi-Maru;src:url(/Kosugi_Maru/KosugiMaru-Regular.ttf);font-display:swap}@font-face{font-family:smart-font;src:url(/SmartFontUI/SmartFont-P/03SmartFont-P.ttf);font-display:swap}body{margin:0;font-family:var(--font-base);background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.text-center{text-align:center}.w-full{width:100%}.notification-container{position:fixed;top:20px;right:20px;z-index:var(--z-toast);display:flex;flex-direction:column;gap:10px;pointer-events:none}.notification-toast{pointer-events:auto;min-width:250px;padding:12px 16px;border-radius:var(--radius-md);background-color:var(--bg-surface);box-shadow:var(--shadow-md);color:var(--text-main);font-size:.95rem;animation:slideIn .3s ease-out forwards;cursor:pointer;display:flex;align-items:center;border-left:6px solid var(--border-default)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification-toast.info{border-left-color:var(--color-info)}.notification-toast.success{border-left-color:var(--color-success)}.notification-toast.error{border-left-color:var(--color-danger)}.notification-toast.warning{border-left-color:var(--color-amber-500)}.quiz-list-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:10px;box-shadow:var(--shadow-sm);transition:transform .2s}.quiz-list-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.quiz-info{flex:1;cursor:pointer}.quiz-title{margin:0;font-size:1.1rem;color:var(--text-main);font-family:var(--font-rounded)}.quiz-menu-container{position:relative}.menu-trigger{background:none;border:none;cursor:pointer;padding:5px;font-size:1.2rem;color:var(--text-sub)}.quiz-menu{position:absolute;right:0;top:100%;background-color:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:var(--z-dropdown);min-width:100px}.quiz-menu button{display:block;width:100%;text-align:left;padding:8px 12px;background:none;border:none;cursor:pointer;font-size:.9rem;font-family:var(--font-rounded);color:var(--text-main)}.quiz-menu button:hover{background-color:var(--bg-subtle)}.sideBar{float:right;list-style:none;padding-top:2em}.menuButton{right:1.5em;height:3em;width:3em;margin-top:3em;margin-right:1.25em;position:absolute;z-index:var(--z-sticky)}.hideMenu{background-color:#192a5bcc;top:0;right:0;position:fixed;width:20vw;height:100vh;z-index:-1;padding-top:5em;animation:fadeOut .7s cubic-bezier(.33,1,.68,1) forwards}.sideMenu{background-color:#192a5bcc;top:0;right:0;position:fixed;width:20vw;height:100vh;padding-top:5em;animation:fadeIn .7s cubic-bezier(.33,1,.68,1) forwards;z-index:var(--z-sticky)}.sideMenu a{color:var(--text-inverse);text-decoration:none;padding-left:2em}.sideMenu li{padding-top:2em;font-size:1.25em;position:relative;overflow:hidden}.sideMenu li:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--color-white);transition:width .4s cubic-bezier(.33,1,.68,1)}.sideMenu li:hover:after{width:70%}.notActive,.menuActive{width:48px;height:48px;padding:0;background:none;border:none;border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;justify-content:center;position:fixed;top:50%;right:1.5em;transform:translateY(-50%);z-index:var(--z-modal)}.itemCross{position:relative;width:32px;height:24px;display:block}.itemCross:before,.itemCross:after{content:"";position:absolute;left:0;width:32px;height:4px;background:var(--text-main);border-radius:2px;transition:transform .4s,top .4s}.itemCross:before{top:0}.itemCross:after{top:16px}.menuActive .itemCross:before{top:8px;transform:rotate(45deg)}.menuActive .itemCross:after{top:8px;transform:rotate(-45deg)}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.App{background-color:#8ac4ff;min-height:5em;padding:1em;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.titleLink,.createLink,.dashboardLink{text-decoration:none;color:#f0f8ff;color:var(--text-inverse)}.titleLink{font-size:clamp(24px,5vw,48px);font-family:var(--font-rounded);flex-shrink:0}.createLink{font-family:var(--font-smart);font-size:clamp(20px,4vw,36px);flex-grow:1;text-align:center}.icon{height:3em;width:3em;border-radius:50%;flex-shrink:0}.friendButton,.recentButton,.myButton{color:var(--text-main);font-family:var(--font-rounded);background-color:#fff;padding:1.5em 2em;border:none;border-radius:8px;position:relative;margin:.5em auto;font-size:clamp(14px,2vw,18px);width:100%;max-width:600px;display:block;cursor:pointer;transition:all .3s ease}.friendButton:hover:after,.recentButton:hover:after,.myButton:hover:after{content:"▶";margin-left:.8em;animation:fadeIn .7s cubic-bezier(.33,1,.68,1) forwards;position:absolute;right:1em;top:50%;transform:translateY(-50%)}.afterClick{color:var(--text-main);font-family:var(--font-rounded);background-color:#fff;padding:1.5em 2em;border:none;border-radius:8px;position:relative;margin:1em auto;width:100%;max-width:600px;display:block;cursor:pointer}.afterClick:hover:after{content:"▼";margin-left:.8em;position:absolute;right:1em;top:50%;transform:translateY(-50%)}.menuImage{margin:0;max-height:200px;width:auto;max-width:100%;object-fit:contain}.quizLink{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:8em;box-sizing:border-box;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9;box-shadow:0 2px 4px #0000001a;font-weight:700;text-decoration:none;color:var(--text-main);margin:.75em 0;padding:1em;transition:transform .2s ease,box-shadow .2s ease}.quizLink:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000026}.quizLink a{text-decoration:none;color:var(--text-main);display:flex;white-space:normal;text-align:center;justify-content:center;align-items:center;width:100%;height:100%}.quizLink h3,.quizLink span{font-family:var(--font-rounded);font-size:clamp(16px,3vw,24px);margin:0;padding:.5em;text-align:center;word-break:break-word;white-space:normal;overflow-wrap:break-word;max-width:100%;display:flex;align-items:center;justify-content:center}.buttonContainer{display:flex;justify-content:center;gap:1em;max-width:1200px;margin:2em auto 0;padding:0 1em}.quizContainer{max-width:1200px;margin:0 auto;padding:0 1em}.quizContainer h3{text-align:center;color:var(--text-sub);margin:2em 0}.robbyButtons{display:flex;justify-content:center;gap:1em;max-width:1200px;margin:2em auto;padding:0 1em;flex-wrap:wrap}.quiz-list{display:flex;flex-direction:column;gap:10px;max-width:800px;margin:0 auto}.DashboardLogo{height:clamp(1.5em,4vw,2em);width:auto;position:relative;margin:0}@media(min-width:768px){.App{padding:1em 2em}.robbyButtons{grid-template-columns:repeat(2,1fr)}.quizLink{margin:0}.friendButton,.recentButton,.myButton,.afterClick{width:auto;min-width:200px}.buttonContainer{gap:2em}}@media(min-width:1024px){.robbyButtons{grid-template-columns:repeat(3,1fr);gap:1.5em}.quizLink{min-height:10em}}@media(max-width:480px){.App{flex-direction:column;align-items:flex-start;gap:.5rem}.createLink{text-align:left;order:2}.icon{order:3;align-self:flex-end;height:2.5em;width:2.5em}.titleLink{order:1}.buttonContainer{flex-direction:column}.friendButton,.recentButton,.myButton,.afterClick{width:100%}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);animation:fadeIn .2s ease-out}.modal-content{background-color:var(--bg-surface);border-radius:var(--radius-lg);width:90%;max-width:400px;box-shadow:var(--shadow-lg);animation:slideUp .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--bg-subtle)}.modal-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-main)}.modal-body{padding:1.5rem;color:var(--text-sub);font-size:.95rem;line-height:1.5}.modal-footer{padding:1rem 1.5rem;display:flex;justify-content:flex-end;gap:12px;background-color:var(--bg-subtle);border-top:1px solid var(--bg-subtle)}.btn-cancel{padding:.5rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border-default);background-color:var(--bg-surface);color:var(--text-sub);font-size:.9rem;cursor:pointer;transition:all .2s}.btn-cancel:hover{background-color:var(--bg-subtle);color:var(--text-main)}.btn-confirm{padding:.5rem 1rem;border-radius:var(--radius-md);border:none;color:var(--text-inverse);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-confirm.danger{background-color:var(--color-danger)}.btn-confirm.danger:hover{background-color:var(--color-danger-text)}.btn-confirm.info{background-color:var(--color-info-bg)}.btn-confirm.info:hover{background-color:var(--color-primary-hover)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}html{scroll-behavior:smooth;scroll-padding-top:80px}.container{width:90%;max-width:1100px;margin:0 auto;padding:0 1rem}h1,h2,h3{font-weight:700;color:var(--text-main)}h1{font-size:2.8rem;margin-bottom:1rem}h2{font-size:2.2rem;text-align:center;margin-bottom:3rem}p{color:var(--text-sub);font-size:1.1rem}section{padding:4rem 0}.feature-item.active{transform:translateY(-5px);box-shadow:var(--shadow-md);background-color:var(--bg-soft-accent)}.feature-details-box{display:none;margin-top:3rem;padding:2.5rem;background-color:var(--bg-soft-accent);border:1px solid var(--border-default);border-radius:16px;text-align:left;transition:all .3s ease-in-out}.top-header{background-color:var(--color-white);border-bottom:1px solid var(--border-default);padding:1rem 0;position:sticky;top:0;z-index:var(--z-sticky);transition:box-shadow .3s ease}.top-header.scrolled{box-shadow:var(--shadow-sm)}.top-header .container{display:flex;justify-content:space-between;align-items:center}.logo a.logo-text{text-decoration:none;color:var(--text-main);font-size:1.8rem;font-weight:700;letter-spacing:-1px}.top-nav{display:flex;align-items:center;gap:1.5rem}.top-nav a{text-decoration:none;color:var(--text-sub);font-weight:500;transition:color .3s ease;padding:.5rem}.top-nav a:hover{color:var(--color-brand-green)}.login-link{margin-left:1rem}.cta-button-small{background-color:var(--color-info-bg);color:var(--text-inverse);padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .3s ease,transform .2s ease}.cta-button-small:hover{background-color:var(--color-primary-hover);color:var(--text-inverse);transform:translateY(-2px)}.mobile-menu-icon{display:none;cursor:pointer}.hero-section{background-color:var(--bg-soft-accent);padding:6rem 0;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.hero-text h1{background:linear-gradient(45deg,var(--color-brand-green),var(--color-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.typewriter-title{min-height:3.5rem;font-family:Courier New,monospace}.hero-text p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem}.cta-area{margin-top:2rem}.cta-button{background:linear-gradient(45deg,var(--color-brand-green),var(--color-primary));color:var(--text-inverse);padding:1.2rem 3rem;border-radius:12px;text-decoration:none;font-size:1.2rem;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;display:inline-block;border:none}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #5d9c594d}.registration-prompt{margin-top:1rem;font-size:.9rem}.registration-prompt a{color:var(--text-sub);text-decoration:none;border-bottom:1px solid var(--border-default);padding-bottom:2px;transition:color .3s ease,border-color .3s ease}.registration-prompt a:hover{color:var(--color-brand-green);border-color:var(--color-brand-green)}.hero-image{display:none}.fade-in-on-load{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.features-overview-section{background-color:var(--color-white);padding:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;text-align:center}.feature-item{padding:2rem;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;position:relative}.feature-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-item-tooltip .tooltip-bubble{position:absolute;top:100%;left:50%;transform:translate(-50%);width:320px;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(234,234,234,.8);border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:1.5rem;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;transform:translate(-50%) translateY(10px);margin-top:1rem}@media(min-width:769px){.feature-item-tooltip:hover .tooltip-bubble{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}}.feature-item-tooltip .tooltip-bubble:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(255,255,255,.95)}.feature-item-tooltip .tooltip-bubble:after{content:"";position:absolute;top:-9px;left:50%;transform:translate(-50%);width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid rgba(234,234,234,.8);z-index:-1}.tooltip-content h4{margin:0 0 1rem;color:var(--color-brand-green);font-size:1.1rem;font-weight:600}.example-scenario{text-align:left;font-size:.9rem;line-height:1.5}.example-scenario p{margin:.5rem 0;color:var(--text-main)}.example-scenario strong{color:var(--color-brand-green);font-weight:600}.example-scenario ul{margin:.5rem 0;padding-left:1.2rem;color:var(--text-main)}.example-scenario li{margin:.3rem 0}.feature-item svg{width:48px;height:48px;color:var(--color-brand-green);margin-bottom:1rem}.feature-item h3{font-size:1.4rem;margin-bottom:.5rem}.mobile-tooltip-trigger{display:none}.key-features-section{background-color:var(--color-white);padding:0rem 0 6rem}.key-features-section h2{margin-bottom:1rem}.key-features-section .section-subtitle{text-align:center;max-width:650px;margin:0 auto 4rem;color:var(--text-sub);font-size:1.1rem}.key-features-content{display:flex;gap:0rem}.key-features-image{position:relative;min-width:0;margin:0;height:1.5em;width:auto;top:-1em;align-self:flex-start;z-index:1}.key-features-image img{width:auto;height:auto;object-fit:cover;border-radius:50px;box-shadow:var(--shadow-sm)}.key-features-list{display:flex;flex-direction:column;gap:2.5rem;flex-basis:55%;align-self:flex-start}.key-feature-item{display:flex;align-items:flex-start;gap:1.5rem;margin-right:5em}.key-feature-item-icon{flex-shrink:0;background-color:var(--color-green-50);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.key-feature-item-icon svg{width:24px;height:24px;color:var(--color-brand-green)}.key-feature-item-text h3{font-size:1.3rem;margin-top:0;margin-bottom:.5rem;font-weight:500}.key-feature-item-text p{font-size:1rem;margin:0;line-height:1.7}.cta-section{background:linear-gradient(45deg,var(--color-brand-green),var(--color-primary));color:var(--text-inverse);text-align:center;padding:5rem 0}.cta-section h2{color:var(--text-inverse);font-size:2rem}.cta-section p{color:var(--text-inverse);opacity:.9;margin-bottom:2rem}.cta-button-large{background-color:var(--color-white);color:var(--color-brand-green);padding:1rem 3rem;border-radius:12px;text-decoration:none;font-size:1.2rem;font-weight:700;transition:transform .3s ease,background-color .3s ease;display:inline-block}.cta-button-large:hover{transform:translateY(-3px) scale(1.05);background-color:#f0f0f0}@media(max-width:992px){.key-features-content{flex-direction:column;gap:0rem}.key-features-list,.key-features-image{flex-basis:100%;width:100%}.key-features-image{order:-1;max-width:500px;margin:0 auto 2rem}.features-overview-section{padding:3rem 0 6rem}.key-features-section{padding:6rem 0 4rem}}@media(min-width:769px){.feature-details-box{display:block}.feature-item-tooltip .tooltip-bubble,.feature-item-tooltip .mobile-tooltip-trigger,.feature-item-tooltip:hover .tooltip-bubble{display:none!important}}@media(max-width:768px){h1{font-size:2.2rem}h2{font-size:1.8rem}.feature-item:hover{transform:none;box-shadow:none}.features-overview-section{padding-bottom:4rem}.feature-item-tooltip:hover .tooltip-bubble{display:none}.feature-item-tooltip .tooltip-bubble:before,.feature-item-tooltip .tooltip-bubble:after{display:none}.feature-item-tooltip .tooltip-bubble{display:none;position:static;transform:none;width:auto;max-width:100%;margin-top:0;opacity:1;visibility:visible;box-shadow:none;border:1px solid var(--border-default);background-color:var(--bg-soft-accent);backdrop-filter:none;-webkit-backdrop-filter:none;padding:1.2rem;font-size:.85rem;border-radius:12px}.feature-item-tooltip.open .tooltip-bubble{display:block;margin-top:1rem}.mobile-tooltip-trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;cursor:pointer;color:var(--text-sub);font-weight:500;font-size:.9rem}.mobile-tooltip-trigger .chevron-icon{width:20px;height:20px;transition:transform .3s ease}.feature-item-tooltip.open .mobile-tooltip-trigger .chevron-icon{transform:rotate(180deg)}.tooltip-content h4{font-size:1rem}.top-nav{display:none}.mobile-menu-icon{display:block}.hero-content{flex-direction:column}.hero-section{padding:4rem 0}section{padding:4rem 0}.feature-item-tooltip:hover .tooltip-bubble{opacity:0;visibility:hidden;display:none}.feature-item-tooltip .tooltip-bubble{position:static;transform:none;opacity:0;visibility:hidden;width:auto;max-width:100%;margin-top:0;display:none}.feature-item-tooltip.open .tooltip-bubble{opacity:1;visibility:visible;margin-top:1rem;display:block}}.titleLogo{height:3em;position:relative;margin:0}.login-link{background-color:#f0f8ff;color:var(--text-main);padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .3s ease,transform .2s ease}.login-link:hover{background-color:#91ccff;color:var(--text-main);transform:translateY(-2px)}.hiddenInput{display:none}.generatorContainer{display:flex;flex-direction:column;gap:2em;padding:1em;max-width:1400px;margin:0 auto}@media(min-width:900px){.generatorContainer{flex-direction:row;align-items:flex-start}.leftColumn{flex:1;max-width:500px}.rightColumn{flex:1.2;max-width:600px}}.leftColumn{display:flex;flex-direction:column;gap:1em}.rightColumn{display:flex;flex-direction:column;gap:1.5em;padding:1.5em;background-color:var(--bg-soft-accent);border-radius:var(--radius-lg);box-shadow:0 2px 8px #00000014}.sectionTitle{font-family:var(--font-rounded);font-size:1.5em;margin:0 0 .5em;color:var(--text-main)}.promptSection{display:flex;flex-direction:column;gap:.5em}.promptLabel{font-family:var(--font-rounded);font-size:1.1em;color:var(--text-main)}.promptBox{width:100%;padding:.8em;border:1px solid var(--border-default);border-radius:var(--radius-md);font-family:var(--font-rounded);font-size:1em;resize:vertical;transition:border-color .2s ease}.promptBox:focus{outline:none;border-color:var(--color-green-400)}.charCount{font-size:.85em;color:var(--text-light);text-align:right;font-family:var(--font-rounded)}.questionCountSection{display:flex;flex-direction:column;gap:.5em}.questionCountLabel{font-family:var(--font-rounded);font-size:1.1em;color:var(--text-main)}.questionCountSelect{padding:.7em;border:1px solid var(--border-default);border-radius:var(--radius-md);font-family:var(--font-rounded);font-size:1em;cursor:pointer;transition:border-color .2s ease}.questionCountSelect:focus{outline:none;border-color:var(--color-green-400)}.formatSection{display:flex;flex-direction:column;gap:.8em}.formatTitle{font-family:var(--font-rounded);font-size:1.1em;margin:0;color:var(--text-main)}.formatList{display:grid;grid-template-columns:repeat(2,1fr);gap:.8em}@media(max-width:768px){.formatList{grid-template-columns:1fr}}.formatCard{display:flex;align-items:center;gap:1em;padding:1em;border:1px solid var(--border-default);border-radius:10px;background-color:var(--bg-surface);cursor:pointer;transition:all .2s ease}.formatCard:hover{background-color:var(--color-green-50);border-color:var(--color-green-400)}.formatCard.selected{background-color:var(--color-green-100);border-color:var(--color-green-bright);box-shadow:0 2px 6px #34db8d33}.formatCheckbox{flex-shrink:0;width:20px;height:20px;cursor:pointer}.formatInfo{display:flex;flex-direction:column;gap:.3em;flex:1}.formatLabel{font-family:var(--font-rounded);font-size:1em;font-weight:700;color:var(--text-main)}.formatDescription{font-family:var(--font-rounded);font-size:.9em;color:var(--text-sub)}.formatHint{font-family:var(--font-rounded);font-size:.9em;color:var(--text-light);margin:0}.generatePrompt{font-family:var(--font-rounded);font-size:1.5em;color:#1d1d1d;font-weight:700;text-align:center;margin:.5em 0 0}.usageNote{font-family:var(--font-rounded);font-size:.9em;color:var(--text-sub);text-align:center;margin:0}.noPreviewText{font-family:var(--font-rounded);font-size:1em;color:var(--text-light);text-align:center;padding:2em 1em}.uploadButton,.generateButton,.notUploadButton{background-color:#fff;color:#000;border-radius:18px;padding:1.5em;margin:1em auto;border:1px solid gray;font-family:var(--font-rounded);cursor:pointer;transition:all .3s ease;display:block;width:90%;max-width:300px}.generateButton{max-width:400px;font-size:clamp(1.2em,3vw,1.5em);padding:1em 2em;margin:2em auto}.generateButton span{color:#000;vertical-align:center}.generateButton:hover{background-color:var(--color-green-400);animation:fadeIn .5s cubic-bezier(.33,1,.68,1) forwards;box-shadow:inset -3px -3px #0000004d}.uploadButton span,.notUploadButton span{color:#000;vertical-align:center;font-size:clamp(1.2em,2.5vw,1.5em)}.uploadButton,.notUploadButton{box-shadow:inset -2px -2px #0000004d}.uploadButton:hover,.notUploadButton:hover{background-color:var(--color-green-400);animation:fadeIn .5s cubic-bezier(.33,1,.68,1) forwards;box-shadow:none}.imagePreview{position:relative;object-fit:contain;height:auto;width:100%;max-width:300px;max-height:300px;margin:.5em;border:1px solid var(--border-default);box-shadow:0 2px 5px #0000001a;border-radius:8px}iframe{object-fit:contain;height:auto;width:100%;max-width:300px;max-height:300px;margin:.5em;border:1px solid var(--border-default);box-shadow:0 2px 5px #0000001a;border-radius:8px}.pdfPreview{object-fit:fill}.preview-grid-container{display:grid;grid-template-columns:1fr;gap:1.5em;justify-items:center;padding:1em;max-width:100%;margin:0 auto 2em;min-height:200px}.previewContainer{position:relative;margin-top:2em;text-align:center}.loader{border:12px solid var(--bg-soft-accent);border-radius:50%;border-top:12px solid var(--color-green-bright);width:100px;height:100px;animation:spin 1s linear infinite;margin:10% auto}.questionMaking{text-align:center;padding:2em 1em}.questionMaking .message_1{font-size:clamp(1.5em,4vw,2em);font-family:var(--font-rounded);margin-bottom:1em}.questionMaking .message_2{font-size:clamp(1em,2.5vw,1.2em);font-family:var(--font-rounded)}.fileUploader{margin:2em 0;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(min-width:768px){.preview-grid-container{grid-template-columns:repeat(2,1fr);max-width:90%}.imagePreview,iframe{max-width:350px;max-height:350px}.uploadButton,.notUploadButton{width:70%}}@media(min-width:1024px){.preview-grid-container{grid-template-columns:repeat(3,1fr);max-width:1200px}.imagePreview,iframe{max-width:400px;max-height:400px}.uploadButton,.notUploadButton{width:50%;max-width:350px}.generateButton{max-width:500px}}@media(max-width:480px){.uploadButton,.generateButton,.notUploadButton{width:95%;font-size:1em}.imagePreview,iframe{max-width:100%}.questionMaking{padding:1em .5em}}.completion-screen{text-align:center;padding:2em;font-family:var(--font-rounded)}.completion-screen h2{margin-bottom:2em;color:var(--text-main)}.action-buttons{display:flex;flex-direction:column;gap:1em;align-items:center}.action-buttons button{background-color:#fff;color:var(--text-main);border:1px solid var(--border-default);border-radius:18px;padding:1em 2em;font-size:1.2em;cursor:pointer;width:100%;max-width:300px;transition:all .3s ease;font-family:var(--font-rounded)}.action-buttons button:hover{background-color:var(--color-green-400);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.modeSelectionContainer{display:flex;flex-direction:column;gap:2em;padding:2em;max-width:1000px;margin:0 auto;align-items:center}.modeSelectionTitle{font-family:var(--font-rounded);font-size:2em;color:var(--text-main);margin-bottom:1em;text-align:center}.modeCards{display:flex;flex-direction:column;gap:2em;width:100%}@media(min-width:768px){.modeCards{flex-direction:row;justify-content:center}}.modeCard{flex:1;background-color:#fff;border:2px solid var(--border-light);border-radius:16px;padding:2em;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s ease;max-width:400px;margin:0 auto;width:100%}.modeCard:hover{border-color:var(--color-green-400);transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.modeIcon{font-size:3em;margin-bottom:.5em}.modeTitle{font-family:var(--font-rounded);font-size:1.5em;font-weight:700;color:var(--text-main);margin-bottom:.5em}.modeDescription{font-family:var(--font-rounded);font-size:1em;color:var(--text-sub);line-height:1.5}.quiz-title-header{background-color:var(--color-white);padding:1.5rem 1rem;text-align:center;border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.quiz-title-header h1{margin:0;font-family:var(--font-rounded);font-size:clamp(1.2em,4vw,1.8em);color:var(--text-main);font-weight:700}.submitButton{margin:3% auto 5%;padding:1em 2em;border-radius:10px;background-color:var(--color-green-400);border:1px solid #8d8d8d;box-shadow:inset -2px -2px #0000004d;font-family:var(--font-rounded);font-size:clamp(1em,3vw,1.5em);cursor:pointer;transition:all .3s ease;display:block;width:90%;max-width:300px}.submitButton:hover{box-shadow:none;transform:translateY(-2px)}.submitButton span{font-family:var(--font-rounded);display:inline}ul{background-color:#f6f7fb;background-color:var(--bg-app);padding:5% 2%;margin:0;list-style:none;max-width:100%;box-sizing:border-box;overflow-x:hidden}.ai-login-banner{margin:20px auto;padding:16px 20px;border-radius:var(--radius-md);border:1px solid var(--border-light);background-color:transparent;color:var(--color-gray-900);font-family:var(--font-rounded);display:flex;flex-direction:column;gap:12px;width:90%;max-width:900px;box-shadow:var(--shadow-sm)}.ai-login-button{align-self:flex-start;padding:.5em 1em;border-radius:6px;border:1px solid var(--color-gray-400);background-color:transparent;color:var(--color-gray-900);font-family:var(--font-rounded);font-size:1em;cursor:pointer;transition:background-color .2s ease}.ai-login-button:hover{background-color:#0000000a}.userLevel{margin:2em 1em;text-align:center;font-size:clamp(1.2em,3vw,1.5em);font-weight:700;color:var(--text-main)}@media(min-width:768px){.submitButton{width:60%}ul{padding:3% 5%}.ai-login-banner{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:1024px){.submitButton{width:40%;max-width:400px}}@media(max-width:480px){.submitButton{width:95%;margin:5% auto}ul{padding:5% 1%}.ai-login-banner{width:95%}}.falseButton,.trueButton{background-color:var(--bg-aliceblue);border:solid 1px #b1b1b1;width:5em;height:3em;border-radius:5px;margin-right:4em;margin-left:1.5em;font-size:1em;margin-top:2em;font-family:var(--font-rounded)}.falseButton:hover,.trueButton:hover{border:solid 3px var(--text-sub)}.TrueFalseSelectedButton{border:solid 3px var(--color-primary);width:5em;height:3em;border-radius:5px;background-color:#84b9ff;margin-right:4em;font-size:1em;margin-top:2em;margin-left:1.5em;font-family:var(--font-rounded)}.ResetTrueFalse{background-color:#fff;border:none}.TrueFalse{background-color:#fff;margin-right:1em;height:40%;margin-bottom:5%;box-shadow:inset -1px -1px #0000004d;padding:2em}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.27"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.markdown-body{--base-size-4: .25rem;--base-size-8: .5rem;--base-size-16: 1rem;--base-size-24: 1.5rem;--base-size-40: 2.5rem;--base-text-weight-normal: 400;--base-text-weight-medium: 500;--base-text-weight-semibold: 600;--fontStack-monospace: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--fgColor-accent: Highlight}@media(prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{color-scheme:dark;--focus-outlineColor: #1f6feb;--fgColor-default: #f0f6fc;--fgColor-muted: #9198a1;--fgColor-accent: #4493f8;--fgColor-success: #3fb950;--fgColor-attention: #d29922;--fgColor-danger: #f85149;--fgColor-done: #ab7df8;--bgColor-default: #0d1117;--bgColor-muted: #151b23;--bgColor-neutral-muted: #656c7633;--bgColor-attention-muted: #bb800926;--borderColor-default: #3d444d;--borderColor-muted: #3d444db3;--borderColor-neutral-muted: #3d444db3;--borderColor-accent-emphasis: #1f6feb;--borderColor-success-emphasis: #238636;--borderColor-attention-emphasis: #9e6a03;--borderColor-danger-emphasis: #da3633;--borderColor-done-emphasis: #8957e5;--color-prettylights-syntax-comment: #9198a1;--color-prettylights-syntax-constant: #79c0ff;--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;--color-prettylights-syntax-entity: #d2a8ff;--color-prettylights-syntax-storage-modifier-import: #f0f6fc;--color-prettylights-syntax-entity-tag: #7ee787;--color-prettylights-syntax-keyword: #ff7b72;--color-prettylights-syntax-string: #a5d6ff;--color-prettylights-syntax-variable: #ffa657;--color-prettylights-syntax-brackethighlighter-unmatched: #f85149;--color-prettylights-syntax-brackethighlighter-angle: #9198a1;--color-prettylights-syntax-invalid-illegal-text: #f0f6fc;--color-prettylights-syntax-invalid-illegal-bg: #8e1519;--color-prettylights-syntax-carriage-return-text: #f0f6fc;--color-prettylights-syntax-carriage-return-bg: #b62324;--color-prettylights-syntax-string-regexp: #7ee787;--color-prettylights-syntax-markup-list: #f2cc60;--color-prettylights-syntax-markup-heading: #1f6feb;--color-prettylights-syntax-markup-italic: #f0f6fc;--color-prettylights-syntax-markup-bold: #f0f6fc;--color-prettylights-syntax-markup-deleted-text: #ffdcd7;--color-prettylights-syntax-markup-deleted-bg: #67060c;--color-prettylights-syntax-markup-inserted-text: #aff5b4;--color-prettylights-syntax-markup-inserted-bg: #033a16;--color-prettylights-syntax-markup-changed-text: #ffdfb6;--color-prettylights-syntax-markup-changed-bg: #5a1e02;--color-prettylights-syntax-markup-ignored-text: #f0f6fc;--color-prettylights-syntax-markup-ignored-bg: #1158c7;--color-prettylights-syntax-meta-diff-range: #d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d}}@media(prefers-color-scheme:light){.markdown-body,[data-theme=light]{color-scheme:light;--focus-outlineColor: #0969da;--fgColor-default: #1f2328;--fgColor-muted: #59636e;--fgColor-accent: #0969da;--fgColor-success: #1a7f37;--fgColor-attention: #9a6700;--fgColor-danger: #d1242f;--fgColor-done: #8250df;--bgColor-default: #ffffff;--bgColor-muted: #f6f8fa;--bgColor-neutral-muted: #818b981f;--bgColor-attention-muted: #fff8c5;--borderColor-default: #d1d9e0;--borderColor-muted: #d1d9e0b3;--borderColor-neutral-muted: #d1d9e0b3;--borderColor-accent-emphasis: #0969da;--borderColor-success-emphasis: #1a7f37;--borderColor-attention-emphasis: #9a6700;--borderColor-danger-emphasis: #cf222e;--borderColor-done-emphasis: #8250df;--color-prettylights-syntax-comment: #59636e;--color-prettylights-syntax-constant: #0550ae;--color-prettylights-syntax-constant-other-reference-link: #0a3069;--color-prettylights-syntax-entity: #6639ba;--color-prettylights-syntax-storage-modifier-import: #1f2328;--color-prettylights-syntax-entity-tag: #0550ae;--color-prettylights-syntax-keyword: #cf222e;--color-prettylights-syntax-string: #0a3069;--color-prettylights-syntax-variable: #953800;--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;--color-prettylights-syntax-brackethighlighter-angle: #59636e;--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;--color-prettylights-syntax-invalid-illegal-bg: #82071e;--color-prettylights-syntax-carriage-return-text: #f6f8fa;--color-prettylights-syntax-carriage-return-bg: #cf222e;--color-prettylights-syntax-string-regexp: #116329;--color-prettylights-syntax-markup-list: #3b2300;--color-prettylights-syntax-markup-heading: #0550ae;--color-prettylights-syntax-markup-italic: #1f2328;--color-prettylights-syntax-markup-bold: #1f2328;--color-prettylights-syntax-markup-deleted-text: #82071e;--color-prettylights-syntax-markup-deleted-bg: #ffebe9;--color-prettylights-syntax-markup-inserted-text: #116329;--color-prettylights-syntax-markup-inserted-bg: #dafbe1;--color-prettylights-syntax-markup-changed-text: #953800;--color-prettylights-syntax-markup-changed-bg: #ffd8b5;--color-prettylights-syntax-markup-ignored-text: #d1d9e0;--color-prettylights-syntax-markup-ignored-bg: #0550ae;--color-prettylights-syntax-meta-diff-range: #8250df;--color-prettylights-syntax-sublimelinter-gutter-mark: #818b98}}.markdown-body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;margin:0;color:var(--fgColor-default);background-color:var(--bgColor-default);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body .octicon{display:inline-block;fill:currentColor;vertical-align:text-bottom}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{width:16px;height:16px;content:" ";display:inline-block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{background-color:transparent;color:var(--fgColor-accent);text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dfn{font-style:italic}.markdown-body h1{margin:.67em 0;font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:2em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{border-style:none;max-width:100%;box-sizing:content-box}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{box-sizing:content-box;overflow:hidden;background:transparent;border-bottom:1px solid var(--borderColor-muted);height:.25em;padding:0;margin:var(--base-size-24) 0;background-color:var(--borderColor-default);border:0}.markdown-body input{font:inherit;margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.markdown-body [type=button],.markdown-body [type=reset],.markdown-body [type=submit]{-webkit-appearance:button;appearance:button}.markdown-body [type=checkbox],.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button,.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button,.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:before{display:table;content:""}.markdown-body hr:after{display:table;clear:both;content:""}.markdown-body table{border-spacing:0;border-collapse:collapse;display:block;width:max-content;max-width:100%;overflow:auto;font-variant:tabular-nums}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body a:focus,.markdown-body [role=button]:focus,.markdown-body input[type=radio]:focus,.markdown-body input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible),.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body input[type=radio]:focus:not(:focus-visible),.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:solid 1px transparent}.markdown-body a:focus-visible,.markdown-body [role=button]:focus-visible,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus,.markdown-body a:not([class]):focus-visible,.markdown-body input[type=radio]:focus,.markdown-body input[type=radio]:focus-visible,.markdown-body input[type=checkbox]:focus,.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{display:inline-block;padding:var(--base-size-4);font:11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);line-height:10px;color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold, 600);line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold, 600);padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid var(--borderColor-muted)}.markdown-body h3{font-weight:var(--base-text-weight-semibold, 600);font-size:1.25em}.markdown-body h4{font-weight:var(--base-text-weight-semibold, 600);font-size:1em}.markdown-body h5{font-weight:var(--base-text-weight-semibold, 600);font-size:.875em}.markdown-body h6{font-weight:var(--base-text-weight-semibold, 600);font-size:.85em;color:var(--fgColor-muted)}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{margin:0;padding:0 1em;color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default)}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ul ul ol,.markdown-body ul ol ol,.markdown-body ol ul ol,.markdown-body ol ol ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px}.markdown-body pre{margin-top:0;margin-bottom:0;font-family:var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);font-size:12px;word-wrap:normal}.markdown-body .octicon{display:inline-block;overflow:visible!important;vertical-align:text-bottom;fill:currentColor}.markdown-body input::-webkit-outer-spin-button,.markdown-body input::-webkit-inner-spin-button{margin:0;appearance:none}.markdown-body .mr-2{margin-right:var(--base-size-8, 8px)!important}.markdown-body:before{display:table;content:""}.markdown-body:after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0!important}.markdown-body>*:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:var(--base-size-16)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{padding:0 .2em;font-size:inherit}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{padding-bottom:0;border-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type="a s"]{list-style-type:lower-alpha}.markdown-body ol[type="A s"]{list-style-type:upper-alpha}.markdown-body ol[type="i s"]{list-style-type:lower-roman}.markdown-body ol[type="I s"]{list-style-type:upper-roman}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold, 600)}.markdown-body dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold, 600)}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid var(--borderColor-default)}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid var(--borderColor-default)}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:var(--fgColor-default)}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:.2em .4em;margin:0;font-size:85%;white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:var(--base-size-16);overflow:auto;font-size:85%;line-height:1.45;color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px var(--base-size-8) 9px;text-align:right;background:var(--bgColor-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold, 600);background:var(--bgColor-muted);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{font-size:12px;color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default)}.markdown-body .footnotes ol{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{display:inline-block;padding-left:var(--base-size-16);margin-top:var(--base-size-16)}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{position:absolute;top:calc(var(--base-size-8)*-1);right:calc(var(--base-size-8)*-1);bottom:calc(var(--base-size-8)*-1);left:calc(var(--base-size-24)*-1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{font-weight:700;color:var(--color-prettylights-syntax-string-regexp)}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{font-weight:700;color:var(--color-prettylights-syntax-markup-heading)}.markdown-body .pl-mi{font-style:italic;color:var(--color-prettylights-syntax-markup-italic)}.markdown-body .pl-mb{font-weight:700;color:var(--color-prettylights-syntax-markup-bold)}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{font-weight:700;color:var(--color-prettylights-syntax-meta-diff-range)}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}.markdown-body [role=button]:focus:not(:focus-visible),.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),.markdown-body button:focus:not(:focus-visible),.markdown-body summary:focus:not(:focus-visible),.markdown-body a:focus:not(:focus-visible){outline:none;box-shadow:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible),.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{display:inline-block;min-width:1ch;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:1em;font-style:normal!important;font-weight:var(--base-text-weight-normal, 400);line-height:1;vertical-align:-.075em}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal, 400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{margin:0 .2em .25em -1.4em;vertical-align:middle}.markdown-body ul:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:dir(rtl) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:hover .task-list-item-convert-container,.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{display:block;width:auto;height:24px;overflow:visible;clip:auto}.markdown-body ::-webkit-calendar-picker-indicator{filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8) var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{display:flex;font-weight:var(--base-text-weight-medium, 500);align-items:center;line-height:1}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>*:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}.markdown-body--light{color-scheme:light;background-color:var(--bg-surface);color:var(--text-main)}.markdown-body--light p,.markdown-body--light li,.markdown-body--light h1,.markdown-body--light h2,.markdown-body--light h3,.markdown-body--light h4,.markdown-body--light h5,.markdown-body--light h6,.markdown-body--light blockquote,.markdown-body--light table,.markdown-body--light th,.markdown-body--light td{color:inherit}.markdown-body--light code,.markdown-body--light pre,.markdown-body--light code span,.markdown-body--light pre code{background-color:var(--bg-subtle);color:var(--text-main)}.markdown-body--light blockquote{background-color:var(--bg-subtle);border-left:4px solid var(--border-default)}.markdown-body--light table{border-color:var(--border-default)}.markdown-body--light hr{background-color:var(--border-default)}.ResetFillInTheBlank{background-color:#fff;border:none}.FillInTheBlankInput{font-family:var(--font-rounded);background-color:#fff;border:solid 1px #333;font-size:24px;border-radius:5px;padding:.3em}.FillInTheBlank{background-color:#fff;margin-right:1em;height:40%;margin-bottom:5%;box-shadow:inset -1px -1px #0000004d;padding:2em}.ResetFreeTextInput{background-color:#fff;border:none}.EnteringFreeTextInput{font-family:var(--font-rounded);background-color:#fff;border:solid 1px #333;font-size:24px;border-radius:5px;padding:.3em}.EnteringFreeTextInput:focus{border:solid 3px var(--color-primary)}.FreeTextInput{background-color:#fff;margin-right:1em;height:40%;margin-bottom:5%;box-shadow:inset -1px -1px #0000004d;padding:2em}.FreeTextInputForm span{font-family:var(--font-rounded);font-size:1.5em}.notSelectedSingleChoice{background-color:var(--bg-aliceblue);border:solid 1px #b1b1b1;width:auto;height:3em;border-radius:5px;margin-right:4em;margin-left:1.5em;font-size:1em;margin-top:2em;font-family:var(--font-rounded);justify-content:center;font-size:large;padding:1em 2em}.notSelectedSingleChoice:hover{border:solid 3px var(--text-sub)}.SelectedSingleChoice{border:solid 3px var(--color-primary);width:auto;height:3em;border-radius:5px;background-color:#84b9ff;margin-right:4em;font-size:1em;margin-top:2em;margin-left:1.5em;font-family:var(--font-rounded);justify-content:center;font-size:large;padding:1em 2em}.SingleChoice{background-color:#fff;margin-right:1em;height:40%;margin-bottom:5%;box-shadow:inset -1px -1px #0000004d;padding:2em}.ResetSingleChoice,.ResetMultipleChoice{background-color:#fff;border:none}.MultipleChoice{background-color:#fff;margin-right:1em;height:40%;margin-bottom:5%;box-shadow:inset -1px -1px #0000004d;padding:0 2em 3em}.notSelectedButton{background-color:var(--bg-aliceblue);border:solid 1px #b1b1b1;width:auto;height:3em;border-radius:5px;margin-right:4em;margin-left:1.5em;font-size:1em;margin-top:2em;font-family:var(--font-rounded);justify-content:center;font-size:large;padding:1em 2em}.notSelectedButton:hover{border:solid 3px var(--text-sub)}.selectedButton{border:solid 3px var(--color-primary);width:auto;height:3em;border-radius:5px;background-color:#84b9ff;margin-right:4em;font-size:1em;margin-top:2em;margin-left:1.5em;font-family:var(--font-rounded);justify-content:center;font-size:large;padding:1em 2em}.formExplain{margin:0;color:var(--text-sub)}.ordering-container{background-color:#fff;margin-right:1em;height:auto;margin-bottom:5%;box-shadow:inset -1px -1px #0000004d;padding:2em;font-family:var(--font-rounded)}.ordering-question-header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1em}.ordering-question-number{font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:8px}.ordering-reset-btn{background:none;border:none;cursor:pointer;color:var(--text-sub);display:inline-flex;align-items:center;justify-content:center;padding:2px;border-radius:4px;transition:background-color .2s}.ordering-reset-btn:hover{background-color:var(--bg-subtle);color:var(--text-main)}.ordering-question-text{font-size:1.05em}.form-explain{display:block;color:var(--text-sub);margin-bottom:1.5em;font-size:.9em}.answer-area{min-height:80px;border:2px dashed var(--border-default);border-radius:var(--radius-md);padding:15px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:20px;background-color:var(--bg-subtle);transition:border-color .2s}.answer-area:hover{border-color:var(--color-gray-400)}.options-area{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;padding:20px 0;border-top:1px solid #eee}.tile{padding:12px 20px;background-color:var(--bg-aliceblue);border:1px solid #b1b1b1;border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.1rem;font-family:var(--font-rounded);transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease;min-width:60px;text-align:center;box-shadow:var(--shadow-sm)}.tile:hover{border-color:var(--text-sub);transform:translateY(-2px)}.tile:active{transform:translateY(0)}.answer-area .tile{background-color:var(--bg-aliceblue);border:1px solid #b1b1b1;color:#000;padding:12px 20px}.answer-area .tile:hover{border-color:var(--text-sub)}.ResetCalculation{background-color:#fff;border:none;cursor:pointer}.EnteringCalculation{font-family:var(--font-rounded);background-color:#fff;border:solid 1px #333;font-size:24px;border-radius:5px;padding:.3em;width:200px}.EnteringCalculation:focus{border:solid 3px var(--color-primary);outline:none}.QuestionCalculation{background-color:#fff;margin-right:1em;margin-bottom:5%;box-shadow:inset -1px -1px #0000004d;padding:2em;border-radius:8px}.QuestionCalculationTitle{margin-bottom:1.5em}.QuestionCalculationNumber{display:flex;justify-content:space-between;align-items:center;font-size:1.2em;margin-bottom:.5em;color:var(--text-sub)}.QuestionCalculationText{font-size:1.5em;font-weight:700}.QuestionCalculationForm span{font-family:var(--font-rounded);font-size:1.5em}.formExplain{font-size:.9em;color:var(--text-sub);margin-bottom:.5em}.answer{font-family:var(--font-rounded);padding:20px;background-color:var(--bg-app);min-height:100vh}.answerTitle{text-align:center;color:var(--text-main);margin-bottom:30px;font-size:clamp(1.5em,4vw,2em)}.gradingMessage{text-align:center;color:var(--color-primary);font-size:clamp(1em,2.5vw,1.2em);margin-bottom:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5em}.questionDescription{background-color:var(--bg-surface);padding:clamp(15px,3vw,30px);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.answerResult{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}.answerResult h3{display:flex;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.answerNumber{font-size:clamp(1.2em,3vw,1.5em);color:var(--text-sub)}.correction{font-size:clamp(1.1em,2.5vw,1.3em);font-weight:700}.correct{color:var(--color-success)}.wrong{color:var(--color-danger)}.trueFalseAnswer,.fillInTheBlankAnswer,.singleChoiceAnswer,.multipleChoiceAnswer,.freeTextAnswer,.elseAnswer,.orderingAnswer{margin-top:15px;padding:15px;border:1px solid #e0e0e0;border-radius:5px;background-color:#f9f9f9}.trueFalseStatement,.fillInTheBlankStatement,.singleChoiceStatement,.multipleChoiceStatement,.freeTextStatement,.elseStatement{font-size:clamp(1em,2vw,1.1em);color:var(--text-main);margin-bottom:10px;word-break:break-word}.userAnswerTrueFalse,.modelAnswerTrueFalse,.userAnswerSingleChoice,.modelAnswerSingleChoice,.userAnswerMultipleChoice,.modelAnswerMultipleChoice,.userAnswerFreeText,.modelAnswerFreeText,.userAnswerElse,.modelAnswerElse{font-size:clamp(.9em,1.8vw,1em);color:var(--text-sub);margin-top:8px;word-break:break-word}.orderingStatement,.orderingUserAnswer,.orderingModelAnswer{font-size:clamp(.9em,1.8vw,1em);color:var(--text-main)}.ordering-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ordering-chip{padding:6px 12px;background-color:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;font-size:.9em}.ordering-empty{color:#999;margin-left:8px}.FillInTheBlankInput{font-family:var(--font-rounded);background-color:#fff;border:solid 1px #333;font-size:clamp(18px,3vw,24px);border-radius:5px;padding:.3em}.FillInTheBlankInput:focus{border:solid 3px var(--color-primary)}.fillInTheBlankStatement input.FillInTheBlankResponse{border:1px solid #ccc;padding:5px 8px;border-radius:3px;margin:0 5px;background-color:#e9ecef;color:#495057;cursor:default;font-family:var(--font-rounded);font-size:clamp(.9em,1.5vw,1em)}.checkBoxSingleChoice,.checkBoxMultipleChoice{margin-right:15px;margin-bottom:10px;display:inline-block}.checkBoxSingleChoice input[type=button],.checkBoxMultipleChoice input[type=button]{padding:8px 15px;border:1px solid #ced4da;border-radius:5px;background-color:#f8f9fa;color:#495057;cursor:default;font-family:var(--font-rounded);font-size:clamp(.8em,1.5vw,.9em)}.answerSingleChoice,.answerMultipleChoice{background-color:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important}.notAnswerSingleChoice,.notAnswerMultipleChoice{opacity:.7}.aiExplanation{font-size:clamp(.85em,1.5vw,.95em);color:#6c757d;margin-top:15px;padding-top:10px;border-top:1px dashed #e0e0e0;word-break:break-word}.ai-login-hint{margin-top:10px;font-size:clamp(.85em,1.6vw,.95em);color:var(--color-gray-900);background-color:transparent;border:1px solid var(--border-light);border-radius:4px;padding:8px 12px}.explanation{font-size:clamp(.9em,1.8vw,1em);color:var(--text-sub);margin-top:20px;padding-top:15px;border-top:1px solid #eee;word-break:break-word}.backPageButtons{text-align:center;margin-top:40px;display:flex;flex-direction:column;gap:10px;align-items:center}.backTop,.backQuestion{padding:12px 24px;margin:0;border:none;border-radius:5px;cursor:pointer;font-size:clamp(.9em,2vw,1em);font-family:var(--font-rounded);transition:background-color .3s ease,transform .2s ease;width:90%;max-width:300px}.backTop{background-color:#6c757d;color:#fff}.backTop:hover{background-color:#5a6268;transform:translateY(-2px)}.backQuestion{background-color:var(--color-primary);color:#fff}.backQuestion:hover{background-color:var(--color-primary-hover);transform:translateY(-2px)}.notFoundAPI{text-align:center;padding:clamp(30px,5vw,50px);background-color:#fff;margin:50px auto;border-radius:8px;box-shadow:var(--shadow-md);max-width:600px}.notFoundError{color:var(--color-danger);font-size:clamp(1.5em,4vw,2em);margin-bottom:15px}.notFoundExplanation{color:#6c757d;font-size:clamp(1em,2vw,1.1em);margin-bottom:30px}.answerResult h3{display:block}.modelAnswerFillInTheBlank span{padding-right:2em;display:inline-block;margin-bottom:.5em}@media(min-width:768px){.answer{padding:30px}.backPageButtons{flex-direction:row;justify-content:center;flex-wrap:wrap}.backTop,.backQuestion{width:auto;min-width:200px;margin:0 10px}.checkBoxSingleChoice,.checkBoxMultipleChoice{margin-right:20px}}@media(min-width:1024px){.answer{max-width:1200px;margin:0 auto;padding:40px}.questionDescription{padding:40px}}@media(max-width:480px){.answer{padding:10px}.questionDescription{padding:15px}.checkBoxSingleChoice,.checkBoxMultipleChoice{display:block;margin-bottom:10px;margin-right:0}.checkBoxSingleChoice input[type=button],.checkBoxMultipleChoice input[type=button]{width:100%}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:var(--font-base);background:linear-gradient(135deg,var(--bg-soft-accent) 0%,#e8f5e9 50%,#e3f2fd 100%);position:relative;overflow:hidden;padding:2rem}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.login-bg-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#5d9c591a,#60a5fa1a);animation:float 20s infinite ease-in-out}.circle-1{width:400px;height:400px;top:-100px;right:-100px;animation-delay:0s}.circle-2{width:300px;height:300px;bottom:-80px;left:-80px;animation-delay:7s}.circle-3{width:200px;height:200px;top:50%;left:10%;animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.login-container{position:relative;z-index:1;width:100%;max-width:480px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000001a;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2.5rem}.login-logo{height:60px;width:auto;margin-bottom:1.5rem;animation:fadeIn .8s ease-out .2s both}.login-title{font-size:2rem;font-weight:700;background:linear-gradient(45deg,var(--color-brand-green),var(--color-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .5rem;animation:fadeIn .8s ease-out .3s both}.login-subtitle{font-size:1rem;color:var(--text-sub);margin:0;font-weight:400;animation:fadeIn .8s ease-out .4s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-content{margin-bottom:2rem;animation:fadeIn .8s ease-out .5s both}.login-status{text-align:center;font-size:.95rem;color:var(--text-main);margin-bottom:1.5rem;padding:.75rem;background:var(--bg-soft-accent);border-radius:12px;font-weight:500;min-height:48px;display:flex;align-items:center;justify-content:center}.google-button-wrapper{display:flex;justify-content:center;margin:0 auto}#google-signin-button>div{margin:0 auto!important}.login-footer{text-align:center;animation:fadeIn .8s ease-out .6s both}.login-info{font-size:.8rem;color:var(--text-sub);margin:0;line-height:1.6}.login-link-text{color:var(--color-brand-green);text-decoration:none;font-weight:500;transition:color .3s ease;margin:0 .2rem}.login-link-text:hover{color:var(--color-primary);text-decoration:underline}@media(max-width:768px){.login-page{padding:1rem}.login-container{padding:2.5rem 1.5rem;border-radius:20px}.login-logo{height:50px;margin-bottom:1rem}.login-title{font-size:1.75rem}.login-subtitle{font-size:.9rem}.circle-1{width:300px;height:300px}.circle-2{width:200px;height:200px}.circle-3{display:none}}@media(max-width:480px){.login-container{padding:2rem 1.25rem}.login-title{font-size:1.5rem}.login-info{font-size:.75rem}}.hiddenProfileInput{display:none}.profile{max-width:1200px;margin:0 auto;padding:2em 1em}.profileIcon{width:clamp(5em,15vw,7em);height:clamp(5em,15vw,7em);border-radius:50%;display:block;margin:1em auto;cursor:pointer;transition:opacity .3s ease}.profileIcon:hover{opacity:.8}.FaPenIcon{opacity:0;background-color:transparent;position:absolute;cursor:pointer;transition:opacity .3s ease;padding:2.5em;top:50%;left:50%;transform:translate(-50%,-50%)}.FaPenIcon:hover{opacity:.5}.userName{text-align:center;font-size:clamp(2em,5vw,3em);font-weight:700;margin:.5em 0;padding:0 1em;word-break:break-word}.FaPenName{margin-left:.5em;vertical-align:middle;cursor:pointer}.nameEditMode{display:flex;flex-direction:column;align-items:center;gap:12px;margin:2em 0;padding:0 1em;width:100%}.nameEditInput{border:1px solid #ccc;border-radius:5px;padding:12px;font-size:1.2em;width:100%;max-width:400px;box-sizing:border-box}.submitNameButton,.cancelNameButton{border:none;border-radius:5px;padding:10px 20px;color:#fff;cursor:pointer;font-size:1em;transition:background-color .3s ease}.submitNameButton{background-color:var(--color-primary)}.submitNameButton:hover{background-color:var(--color-primary-hover)}.cancelNameButton{background-color:#6c757d}.cancelNameButton:hover{background-color:#545b62}.notEditedChange,.editedChange{display:block;margin:2em auto;padding:12px 24px;border:none;border-radius:8px;font-size:1em;cursor:pointer;transition:all .3s ease;width:90%;max-width:300px}.notEditedChange{background-color:#ccc;color:#666;cursor:not-allowed}.editedChange{background-color:var(--color-primary);color:#fff}.editedChange:hover{background-color:var(--color-primary-hover);transform:translateY(-2px)}.userLevel{text-align:center;margin:3em 0 2em}.userLevel span{font-size:clamp(2em,6vw,3em);border-bottom:solid #aaa 2px;padding:.5em 1em;display:inline-block}.toNextLevelExp{text-align:center;font-size:clamp(1em,3vw,1.5em);margin:1em 0;color:var(--text-sub)}.quizLink{display:flex;align-items:center;justify-content:center;padding:1.5em;margin:1em auto;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;width:90%;max-width:600px;transition:all .3s ease;text-decoration:none}.quizLink:hover{background-color:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.quizLink h3{font-family:var(--font-rounded);font-size:clamp(1em,2.5vw,1.3em);margin:0;color:var(--text-main);text-align:center;word-break:break-word}@media(min-width:768px){.profileIcon{margin:1em 0 1em 2em;float:left}.userName{text-align:left;margin-left:calc(clamp(5em,15vw,7em) + 3em);margin-top:2em}.nameEditMode{flex-direction:row;justify-content:flex-start;margin-left:calc(clamp(5em,15vw,7em) + 3em)}.nameEditInput{max-width:300px}.editedChange,.notEditedChange{width:auto;min-width:200px}}@media(min-width:1024px){.profile{padding:3em 2em}.quizLink{width:70%}}@media(max-width:480px){.profile{padding:1em .5em}.nameEditMode{gap:8px}.submitNameButton,.cancelNameButton{width:100%;max-width:150px}}.question-editor-card{background-color:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-default);overflow:hidden;transition:box-shadow .2s}.question-editor-card:hover{box-shadow:var(--shadow-lg)}.editor-card-header{background-color:var(--bg-subtle);border-bottom:1px solid var(--border-default);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.header-title h3{margin:0;font-size:1.1rem;color:var(--text-main);font-weight:700}.header-controls{display:flex;align-items:center;gap:1rem}.type-select{padding:.4rem .8rem;border-radius:6px;border:1px solid var(--border-default);background-color:var(--bg-surface);font-size:.9rem;color:var(--text-main);cursor:pointer}.btn-icon-duplicate{background:none;border:none;color:var(--text-sub);cursor:pointer;padding:6px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.btn-icon-duplicate:hover{background-color:var(--color-blue-50);color:var(--color-primary)}.btn-icon-insert{background:none;border:none;color:var(--color-info-bg);cursor:pointer;padding:6px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.btn-icon-insert:hover{background-color:var(--color-blue-50);color:var(--color-primary-hover)}.btn-icon-danger{background:none;border:none;color:var(--color-danger);cursor:pointer;padding:6px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:background-color .2s}.btn-icon-danger:hover{background-color:var(--color-red-50)}.compact-card{opacity:.95}.compact-body{padding:1rem 1.5rem}.compact-question{margin:0;white-space:pre-wrap;line-height:1.6;color:var(--text-main);font-size:.95rem;font-family:inherit}.editor-tabs{display:flex;border-bottom:1px solid var(--border-default);background-color:var(--bg-surface)}.tab-btn{flex:1;padding:.8rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-weight:600;color:var(--text-sub);transition:all .2s}.tab-btn:hover{color:var(--color-primary);background-color:var(--bg-subtle)}.tab-btn.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.editor-content{padding:1.5rem}.options-list{display:flex;flex-direction:column;gap:.8rem;margin-top:.5rem}.option-row{display:flex;align-items:center;gap:10px}.correct-answer-toggle{background:none;border:2px solid var(--border-default);border-radius:var(--radius-round);width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:transparent;transition:all .2s;flex-shrink:0;font-size:12px}.correct-answer-toggle.is-correct{background-color:var(--color-success);border-color:var(--color-success);color:#fff}.correct-answer-toggle:hover{border-color:var(--color-success)}.option-input{flex:1;padding:.6rem;border:1px solid var(--border-default);border-radius:6px;font-size:.95rem}.btn-remove-option{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1.2rem;padding:0 5px}.btn-remove-option:hover{color:var(--color-danger)}.btn-add-option{margin-top:10px;background:none;border:1px dashed var(--color-primary);color:var(--color-primary);padding:.6rem;width:100%;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s}.btn-add-option:hover{background-color:var(--color-blue-50)}.preview-container{padding:1rem;background-color:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-default)}.preview-question{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.preview-options ul{list-style:none;padding:0}.preview-options li{padding:.5rem 0;border-bottom:1px solid #eee}.tf-btn{flex:1;padding:1rem;font-size:1.5rem;font-weight:700;background-color:var(--bg-subtle);border:2px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;color:var(--text-sub);display:flex;align-items:center;justify-content:center;gap:.5rem}.tf-btn:hover{background-color:var(--border-default);border-color:var(--border-default)}.tf-btn.selected{background-color:var(--border-default);border-color:var(--text-main);color:var(--text-main);font-weight:700;box-shadow:inset 0 2px 4px #0000001a}.image-upload-container{margin-top:.5rem}.image-upload-controls{display:flex;align-items:center;gap:1rem}.btn-upload-image{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background-color:var(--color-blue-50);color:var(--color-primary);border:1px solid var(--color-primary);border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}.btn-upload-image:hover{background-color:var(--color-blue-100)}.uploading-text{font-size:.9rem;color:var(--text-sub)}.image-preview-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.question-image-preview{max-width:100%;max-height:300px;border-radius:var(--radius-md);border:1px solid var(--border-default);object-fit:contain}.btn-delete-image{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .8rem;background-color:var(--bg-surface);color:var(--color-danger);border:1px solid var(--color-danger);border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-delete-image:hover{background-color:var(--color-red-50)}.grading-settings{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:.8rem;background-color:var(--bg-subtle);border-radius:6px;border:1px solid #eee}.grading-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-main);cursor:pointer}.grading-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.preview-image{max-width:100%;max-height:300px;border-radius:var(--radius-md);margin-bottom:1rem;display:block;object-fit:contain}.edit-quiz-container{max-width:900px;margin:0 auto;padding-bottom:100px}.edit-quiz-header-sticky{position:sticky;top:0;z-index:var(--z-sticky);background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-default);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.header-left h2{margin:0;font-size:1.25rem;color:var(--text-main);display:flex;align-items:center;gap:10px}.back-btn{background:none;border:none;cursor:pointer;color:var(--text-sub);display:flex;align-items:center;padding:5px;border-radius:var(--radius-round);transition:background .2s}.back-btn:hover{background-color:#0000000d;color:var(--text-main)}.header-actions{display:flex;gap:12px}.btn{padding:.6rem 1.2rem;border-radius:var(--radius-md);font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .2s ease;display:flex;align-items:center;gap:8px}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:0 2px 4px #0091ff4d}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-1px)}.btn-primary:disabled{background-color:#a0cfff;cursor:not-allowed;transform:none}.btn-secondary{background-color:var(--bg-surface);color:var(--text-sub);border:1px solid var(--border-default)}.btn-secondary:hover{background-color:var(--bg-subtle);border-color:var(--color-gray-400);color:var(--text-main)}.quiz-metadata-card{background-color:var(--bg-surface);border-radius:var(--radius-lg);padding:2rem;margin:0 1rem 2rem;box-shadow:var(--shadow-md);border:1px solid var(--border-default)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-main);font-size:.95rem}.form-input,.form-textarea{width:100%;padding:.8rem;border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-rounded);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-textarea{resize:none}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0091ff1a}.questions-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 1rem}.add-question-area{margin:2rem 1rem;display:flex;justify-content:center}.btn-add-large{background-color:#fff;border:2px dashed var(--color-primary);color:var(--color-primary);width:100%;padding:1.5rem;font-size:1.1rem;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:10px}.btn-add-large:hover{background-color:var(--color-blue-50);transform:translateY(-2px)}@media(max-width:600px){.edit-quiz-header-sticky{padding:1rem}.quiz-metadata-card{padding:1.5rem}}.question-wrapper{border-radius:var(--radius-lg);transition:all .2s ease;border:2px solid transparent;position:relative}.question-wrapper.selected{border-color:var(--color-primary);box-shadow:0 0 0 4px #0091ff1a;transform:scale(1.01)}.question-wrapper.dragging{opacity:.5;box-shadow:var(--shadow-lg)}.drag-handle{height:24px;display:flex;justify-content:center;align-items:center;cursor:grab;opacity:0;transition:opacity .2s,background-color .2s;background:linear-gradient(to bottom,#f5f5f5,#fafbfc);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:1px solid var(--border-default)}.question-wrapper:hover .drag-handle{opacity:1}.drag-handle:hover{background:linear-gradient(to bottom,#e8e8e8,#f0f0f0)}.drag-handle:active{cursor:grabbing}.drag-handle-icon{color:var(--text-light);transition:color .2s}.drag-handle:hover .drag-handle-icon{color:var(--text-sub)}.insert-between-btn{position:absolute;left:50%;bottom:-24px;transform:translate(-50%);width:44px;height:44px;border-radius:50%;border:2px solid rgba(0,145,255,.5);background-color:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s,border-color .2s,background-color .2s}.question-wrapper:hover .insert-between-btn,.insert-between-btn:focus-visible{opacity:1;pointer-events:auto}.insert-between-btn:hover{background-color:var(--color-blue-50);border-color:var(--color-primary-hover)}
