:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.instructor-theme,.player-theme{min-height:100vh;width:100%;padding:0;margin:0}.instructor-theme{--theme-primary: #E97451;--theme-secondary: #3D3D3D;--theme-surface: #FFCBA4;--theme-border: #A02712;--theme-text: #000000;background-color:var(--theme-surface);color:var(--theme-text)}.player-theme{--theme-primary: #A3E3ED;--theme-secondary: #B7F0BE;--theme-surface: #EEF0F3;--theme-border: #0C8990;--theme-text: #000000;background-color:var(--theme-surface);color:var(--theme-text)}.instructor-theme button.btn-primary,.player-theme button.btn-primary{background-color:var(--theme-primary);border:1px solid var(--theme-border);color:var(--theme-text)}.instructor-theme .card,.player-theme .card{background-color:#fff;border:1px solid var(--theme-border);border-radius:8px;padding:1.5rem}h1,h2,h3{margin-top:0}input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{background-color:#fff;color:#000;border:1px solid var(--theme-border, #ccc);border-radius:4px}input[type=checkbox],input[type=radio]{background-color:#fff;accent-color:var(--theme-primary)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.items-center{align-items:center}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}}.tab-container{display:flex;border-bottom:2px solid var(--theme-border);margin-bottom:2rem;gap:.5rem}.tab-button{padding:.75rem 1.5rem;border:none;background:none;cursor:pointer;font-weight:600;color:#666;border-bottom:3px solid transparent;transition:all .2s}.tab-button:hover{background-color:#0000000d}.tab-button.active{color:var(--theme-text);border-bottom-color:var(--theme-primary);background-color:var(--theme-primary)}.stat-box{background-color:#fff;border:1px solid var(--theme-border);border-radius:6px;padding:.36rem .6rem;text-align:center}.stat-label{font-size:.68rem;color:#666;margin-bottom:.1rem}.stat-value{font-size:1rem;font-weight:700;color:var(--theme-text)}.btn-secondary{padding:.5rem 1rem;background-color:var(--theme-secondary);color:var(--theme-text);border:1px solid var(--theme-border);border-radius:4px;text-decoration:none;font-weight:700}.form-input{width:100%;max-width:320px;padding:.75rem;margin-top:.5rem}.form-input-short{width:100%;max-width:180px;padding:.75rem;margin-top:.5rem}.form-help{font-size:.85rem;color:#555;margin-top:.25rem}.sidebar-card{background-color:#fff;border:1px solid var(--theme-border);border-radius:8px;padding:1rem}.validation-error{color:#dc3545;font-size:.9rem;padding:.5rem;border-left:3px solid #dc3545;background-color:#f8d7da;margin-bottom:.5rem}.info-box{padding:1rem;border:1px solid #ccc;border-radius:6px;background-color:#f8f9fa}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.projection-value{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.m-0{margin:0}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-0{padding:0}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-right{text-align:right}.italic{font-style:italic}.border-t{border-top:1px solid #dee2e6}.border-b{border-bottom:1px solid #dee2e6}.block{display:block}.inline-block{display:inline-block}.w-full{width:100%}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-red-600{color:#dc2626}.text-green-600{color:#16a34a}@keyframes badgePop{0%{transform:scale(0) rotate(-10deg);opacity:0}60%{transform:scale(1.25) rotate(4deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@keyframes badgeGlow{0%{box-shadow:0 0 #0c8990b3}70%{box-shadow:0 0 0 10px #0c899000}to{box-shadow:0 0 #0c899000}}.badge-slot-earned{animation:badgePop .45s cubic-bezier(.34,1.56,.64,1) forwards,badgeGlow .9s ease-out .15s forwards}:root{--fcc-flip-duration:.7s;--fcc-spacing:8px;--fcc-digit-block-width:46px;--fcc-digit-block-height:80px;--fcc-digit-block-radius:4px;--fcc-digit-block-spacing:4px;--fcc-digit-font-size:50px;--fcc-label-font-size:16px;--fcc-label-color:inherit;--fcc-background:#0f181a;--fcc-digit-color:#fff;--fcc-divider-color:hsla(0,0%,100%,.4);--fcc-divider-height:1px;--fcc-shadow:0 0 2px 1px rgba(0,0,0,.1);--fcc-separator-size:5px;--fcc-separator-color:currentColor}._qWTcH{font-family:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;display:flex;align-items:center;gap:var(--fcc-spacing)}._1tbqx ._3cpN7{margin-bottom:calc(var(--fcc-label-font-size)*2)}._3cpN7 ._2EBbg:not(:last-child){margin-right:var(--fcc-digit-block-spacing)}._3cpN7{position:relative;display:flex;align-items:center}._2aOn7{color:var(--fcc-label-color);line-height:1;font-weight:400;font-size:var(--fcc-label-font-size);position:absolute;bottom:0;left:50%;transform:translate(-50%,150%)}._2EBbg{perspective:200px;position:relative;font-size:var(--fcc-digit-font-size);color:var(--fcc-digit-color);font-weight:500;line-height:0;width:var(--fcc-digit-block-width);height:var(--fcc-digit-block-height);box-shadow:var(--fcc-shadow);border-radius:var(--fcc-digit-block-radius)}._106d2,._SKh-V{position:absolute;width:100%;height:50%;overflow:hidden;display:flex;justify-content:center;background:var(--fcc-background)}._SKh-V{align-items:flex-end;top:0;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color)}._106d2{align-items:flex-start;bottom:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}._3luxx{position:relative;z-index:2;width:100%;height:50%;transform-style:preserve-3d;transform-origin:bottom;transform:rotateX(0);border-radius:inherit}._3luxx._2kgZC{transition:transform var(--fcc-flip-duration) ease-in-out;transform:rotateX(-180deg)}._2v-d4{position:absolute;width:100%;height:100%;display:flex;justify-content:center;overflow:hidden;backface-visibility:hidden;background:var(--fcc-background)}._1GZQ7{align-items:flex-end;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color)}._3AVXa{align-items:flex-start;transform:rotateX(-180deg);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}._2hRXr{height:var(--fcc-digit-block-height);display:flex;flex-direction:column;justify-content:center;align-items:center}._1tbqx ._2hRXr{margin-bottom:calc(var(--fcc-label-font-size)*2)}._2hRXr:after,._2hRXr:before{content:"";width:var(--fcc-separator-size);height:var(--fcc-separator-size);border-radius:50%;background-color:var(--fcc-separator-color)}._2hRXr:before{margin-bottom:var(--fcc-separator-size)}
