@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@theme inline{@keyframes accordion-down {from {height: 0;} to {height: var( --radix-accordion-content-height, var(--accordion-panel-height, auto) );}} @keyframes accordion-up {from {height: var( --radix-accordion-content-height, var(--accordion-panel-height, auto) );} to {height: 0;}}}@custom-variant data-open{&:where([data-state="open"]),&:where([data-open]:not([data-open="false"])) {@slot;}}@custom-variant data-closed{&:where([data-state="closed"]),&:where([data-closed]:not([data-closed="false"])) {@slot;}}@custom-variant data-checked{&:where([data-state="checked"]),&:where([data-checked]:not([data-checked="false"])) {@slot;}}@custom-variant data-unchecked{&:where([data-state="unchecked"]),&:where([data-unchecked]:not([data-unchecked="false"])) {@slot;}}@custom-variant data-selected{&:where([data-selected="true"]) {@slot;}}@custom-variant data-disabled{&:where([data-disabled="true"]),&:where([data-disabled]:not([data-disabled="false"])) {@slot;}}@custom-variant data-active{&:where([data-state="active"]),&:where([data-active]:not([data-active="false"])) {@slot;}}@custom-variant data-horizontal{&:where([data-orientation="horizontal"]) {@slot;}}@custom-variant data-vertical{&:where([data-orientation="vertical"]) {@slot;}}@utility no-scrollbar{-ms-overflow-style: none; scrollbar-width: none; &::-webkit-scrollbar {display: none;}}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-wght-normal-CHSlOQsW.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-ext-wght-normal-DMtmJ5ZE.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-wght-normal-Dm3htQBi.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@tailwind base;@custom-variant dark (&:is(.dark *));@tailwind components;@tailwind utilities;:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2c3e50;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: oklch(.205 0 0);--primary-foreground: oklch(.985 0 0);--secondary: oklch(.97 0 0);--secondary-foreground: oklch(.205 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--accent: oklch(.97 0 0);--accent-foreground: oklch(.205 0 0);--destructive: oklch(.577 .245 27.325);--border: oklch(.922 0 0);--input: oklch(.922 0 0);--ring: oklch(.708 0 0);--chart-1: oklch(.87 0 0);--chart-2: oklch(.556 0 0);--chart-3: oklch(.439 0 0);--chart-4: oklch(.371 0 0);--chart-5: oklch(.269 0 0);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: oklch(.205 0 0);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5rem;font-weight:600;color:#2c3e50}a{font-weight:500;color:#3498db;text-decoration:none;transition:color .3s ease}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#3498db;color:#fff;cursor:pointer;transition:all .25s ease}button:hover{background-color:#99caeb;border-color:#3498db}button:focus,button:focus-visible{outline:2px solid #3498db;outline-offset:2px}input,textarea,select{font-family:inherit;color:inherit}input::placeholder,textarea::placeholder{color:#bdc3c7}@theme inline{ --font-heading: var(--font-sans); --font-sans: "Geist Variable", sans-serif; --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-border: var(--sidebar-border); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar: var(--sidebar); --color-chart-5: var(--chart-5); --color-chart-4: var(--chart-4); --color-chart-3: var(--chart-3); --color-chart-2: var(--chart-2); --color-chart-1: var(--chart-1); --color-ring: var(--ring); --color-input: var(--input); --color-border: var(--border); --color-destructive: var(--destructive); --color-accent-foreground: var(--accent-foreground); --color-accent: var(--accent); --color-muted-foreground: var(--muted-foreground); --color-muted: var(--muted); --color-secondary-foreground: var(--secondary-foreground); --color-secondary: var(--secondary); --color-primary-foreground: var(--primary-foreground); --color-primary: var(--primary); --color-popover-foreground: var(--popover-foreground); --color-popover: var(--popover); --color-card-foreground: var(--card-foreground); --color-card: var(--card); --color-foreground: var(--foreground); --color-background: var(--background); --radius-sm: calc(var(--radius) * .6); --radius-md: calc(var(--radius) * .8); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) * 1.4); --radius-2xl: calc(var(--radius) * 1.8); --radius-3xl: calc(var(--radius) * 2.2); --radius-4xl: calc(var(--radius) * 2.6); }.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--card: oklch(.205 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.205 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.922 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.704 .191 22.216);--border: oklch(1 0 0 / 10%);--input: oklch(1 0 0 / 15%);--ring: oklch(.556 0 0);--chart-1: oklch(.87 0 0);--chart-2: oklch(.556 0 0);--chart-3: oklch(.439 0 0);--chart-4: oklch(.371 0 0);--chart-5: oklch(.269 0 0);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(1 0 0 / 10%);--sidebar-ring: oklch(.556 0 0)}@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}html{@apply font-sans;}}._infoWrap_1nsx9_5{position:relative;display:inline-flex;align-items:center;margin-left:.35rem}._infoBtn_1nsx9_12{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid #c4b5fd;background:#f5f3ff;color:#6b46ff;cursor:pointer;padding:0;transition:background .16s ease,color .16s ease,transform .16s ease}._infoBtn_1nsx9_12:hover,._infoBtn_1nsx9_12[aria-expanded=true]{background:#6b46ff;color:#fff;transform:scale(1.08)}._infoBtn_1nsx9_12:focus-visible{outline:2px solid #6b46ff;outline-offset:2px}._infoBubble_1nsx9_39{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:20;width:max-content;max-width:260px;padding:.6rem .75rem;background:#111827;color:#f8fafc;border-radius:10px;font-size:.78rem;font-weight:400;line-height:1.4;box-shadow:0 10px 24px #00000040;pointer-events:none;white-space:normal}._infoBubble_1nsx9_39:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:10px;height:10px;background:#111827;border-radius:2px}@media(max-width:600px){._infoBubble_1nsx9_39{left:auto;right:-4px;transform:none;max-width:220px}._infoBubble_1nsx9_39:before{left:auto;right:10px;transform:rotate(45deg)}}._formGroup_80t9j_3{margin-bottom:1.5rem;display:flex;flex-direction:column}._label_80t9j_9{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#333;display:flex;align-items:center;gap:.25rem}._required_80t9j_19{color:#e74c3c;font-weight:700}._inputWrapper_80t9j_24{position:relative;display:flex;align-items:center}._input_80t9j_24,._select_80t9j_31{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#fff}._input_80t9j_24:focus,._select_80t9j_31:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}._input_80t9j_24:hover:not(:disabled),._select_80t9j_31:hover:not(:disabled){border-color:#bdc3c7}._input_80t9j_24._withIcon_80t9j_54{padding-left:2.75rem}._input_80t9j_24._error_80t9j_58,._select_80t9j_31._error_80t9j_58{border-color:#e74c3c;background-color:#fff5f5}._input_80t9j_24:disabled,._select_80t9j_31:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}._icon_80t9j_71{position:absolute;left:1rem;color:#7f8c8d;display:flex;align-items:center;justify-content:center;pointer-events:none}._iconButton_80t9j_81{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:#7f8c8d;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease}._iconButton_80t9j_81:hover{color:#333}._errorText_80t9j_99{color:#e74c3c;font-size:.875rem;margin-top:.375rem;display:block;animation:_slideDown_80t9j_1 .2s ease}._helperText_80t9j_107{color:#7f8c8d;font-size:.875rem;margin-top:.375rem;display:block}@keyframes _slideDown_80t9j_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._button_80t9j_127{padding:.875rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}._button_80t9j_127:disabled{opacity:.6;cursor:not-allowed}._button-primary_80t9j_150{background-color:#3498db;color:#fff}._button-primary_80t9j_150:hover:not(:disabled){background-color:#2980b9;box-shadow:0 2px 8px #3498db4d}._button-secondary_80t9j_160{background-color:#95a5a6;color:#fff}._button-secondary_80t9j_160:hover:not(:disabled){background-color:#7f8c8d}._button-danger_80t9j_169{background-color:#e74c3c;color:#fff}._button-danger_80t9j_169:hover:not(:disabled){background-color:#c0392b}._button-small_80t9j_180{padding:.5rem 1rem;font-size:.875rem}._button-medium_80t9j_185{padding:.875rem 1.5rem;font-size:1rem}._button-large_80t9j_190{padding:1rem 2rem;font-size:1.125rem}._fullWidth_80t9j_195{width:100%}._captchaContainer_80t9j_201{margin:1.5rem 0;padding:1rem;background-color:#f8f9fa;border-radius:.5rem;border:2px solid #e0e0e0}._captchaContainer_80t9j_201 ._g-recaptcha_80t9j_209{transform:scale(1);transform-origin:0 0;margin:0}._captchaRequired_80t9j_215{display:block;font-size:.875rem;color:#7f8c8d;margin-top:.5rem}._checkboxLabel_80t9j_224{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.95rem;color:#333;font-weight:500}._checkboxLabel_80t9j_224 input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#3498db}._checkboxLabel_80t9j_224 input[type=checkbox]:focus{outline:2px solid #3498db;outline-offset:2px}._select_80t9j_31{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.5em;padding-right:2.5rem;cursor:pointer}._select_80t9j_31:hover:not(:disabled){border-color:#bdc3c7}._select_80t9j_31:disabled{background-color:#f5f5f5;cursor:not-allowed}._onbPage_1gyve_7{min-height:100vh;display:flex;align-items:stretch;justify-content:center;padding:1rem;padding-bottom:calc(1rem + 64px);background:radial-gradient(60% 50% at 15% 10%,rgba(233,13,218,.18) 0%,transparent 60%),radial-gradient(60% 50% at 90% 90%,rgba(21,207,241,.18) 0%,transparent 60%),linear-gradient(180deg,#07143a,#071233 60%)}._shell_1gyve_22{width:100%;max-width:1100px;display:grid;grid-template-columns:1fr;gap:1.25rem;align-self:center}._shellCell_1gyve_35{display:flex;flex-direction:column;min-width:0}@media(min-width:1024px){._shell_1gyve_22{grid-template-columns:.9fr 1.1fr;gap:1.75rem;align-items:stretch}._onbPage_1gyve_7{padding:2.5rem}}._onbCard_1gyve_54{width:100%;max-width:720px;background:#fff;border-radius:20px;padding:1.75rem;box-shadow:0 30px 80px #03081473;margin:0 auto;flex:1 1 auto}@media(min-width:768px){._onbCard_1gyve_54{padding:2.5rem 2.75rem}}@media(min-width:1024px){._onbCard_1gyve_54{max-width:none;margin:0}}._sidePanel_1gyve_81{border-radius:20px;padding:1.25rem;color:#f8fafc;background:linear-gradient(160deg,#e90dda2e,#15cff129);border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden;flex:1 1 auto}@media(min-width:1024px){._sidePanel_1gyve_81{padding:2rem}}._sidePanel_1gyve_81>._testimonialWindow_1gyve_107{margin-top:auto}._sideBrand_1gyve_111{font-size:1.4rem;font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}._sideHeadline_1gyve_122{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;line-height:1.2;margin:0;color:#fff}._sideQuote_1gyve_130{font-style:italic;font-size:1rem;line-height:1.55;color:#cbd5e1;margin:0;padding-left:.85rem;border-left:3px solid rgba(233,13,218,.5)}._sideQuoteAuthor_1gyve_140{font-size:.85rem;color:#94a3b8;margin-top:.4rem;display:block}._testimonialWindow_1gyve_107{position:relative;overflow:hidden;height:180px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 86%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 86%,transparent 100%)}._testimonialWindowLg_1gyve_163{height:900px}._testimonialTrack_1gyve_167{display:flex;flex-direction:column;gap:1rem;animation:_testimonialScroll_1gyve_1 28s linear infinite;will-change:transform}._testimonialWindow_1gyve_107:hover ._testimonialTrack_1gyve_167,._testimonialWindow_1gyve_107:focus-within ._testimonialTrack_1gyve_167{animation-play-state:paused}._testimonialItem_1gyve_180{flex:0 0 auto;padding-left:.85rem;border-left:3px solid rgba(233,13,218,.5);font-style:italic;font-size:.95rem;line-height:1.5;color:#cbd5e1;margin:0}._testimonialAuthor_1gyve_191{display:block;margin-top:.4rem;font-style:normal;font-size:.82rem;color:#94a3b8}@keyframes _testimonialScroll_1gyve_1{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){._testimonialTrack_1gyve_167{animation:none}}._sideBullets_1gyve_210{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}._sideBullet_1gyve_210{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.45;color:#e2e8f0}._sideBulletIcon_1gyve_228{flex:0 0 auto;width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;color:#f8fafc}._sideMeta_1gyve_240{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#94a3b8;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.1)}._sideStat_1gyve_250{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:#c7d2fe}._sidePreview_1gyve_259{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:.85rem 1rem}._sidePreviewTitle_1gyve_266{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#c7d2fe;margin:0 0 .5rem}._sidePreviewList_1gyve_275{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}._sidePreviewItem_1gyve_284{display:flex;align-items:center;gap:.45rem;font-size:.9rem;color:#e2e8f0}._sidePreviewItem_1gyve_284 svg{color:#34d399}._sidePreviewEmpty_1gyve_296{font-size:.85rem;color:#94a3b8;font-style:italic}._onbHeader_1gyve_303{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:.75rem}._onbBack_1gyve_311{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;padding:.5rem .25rem;font-size:.9rem;font-weight:600;color:#4b5563;cursor:pointer;border-radius:8px}._onbBack_1gyve_311:hover{color:#111827}._onbBack_1gyve_311:focus-visible{outline:2px solid #6b46ff;outline-offset:2px}._onbBrand_1gyve_334{font-size:1rem;font-weight:800;letter-spacing:.04em;background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._steps_1gyve_345{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}._stepItem_1gyve_352{display:flex;align-items:center;gap:.5rem;flex:1}._stepDot_1gyve_359{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#6b46ff;font-weight:700;font-size:.85rem;transition:background .2s ease,color .2s ease}._stepDotActive_1gyve_374{background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;box-shadow:0 6px 18px #6b46ff59}._stepDotDone_1gyve_380{background:#10b981;color:#fff}._stepLabel_1gyve_385{font-size:.85rem;color:#6b7280;font-weight:600;display:none}@media(min-width:640px){._stepLabel_1gyve_385{display:inline}}._stepLabelActive_1gyve_398{color:#111827}._stepConnector_1gyve_402{flex:1;height:2px;background:#e5e7eb;border-radius:2px}._stepConnectorActive_1gyve_409{background:linear-gradient(90deg,#6b46ff,#3b82f6)}._stepTitle_1gyve_414{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 .35rem;line-height:1.2}._stepSubtitle_1gyve_422{font-size:.95rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.45}._choiceGrid_1gyve_430{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem}@media(min-width:640px){._choiceGrid_1gyve_430{grid-template-columns:1fr 1fr;gap:1rem}}._choiceCard_1gyve_444{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;text-align:left;padding:1.25rem;border:2px solid #e5e7eb;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;min-height:130px}._choiceCard_1gyve_444:hover{border-color:#c4b5fd;transform:translateY(-2px);box-shadow:0 10px 24px #6b46ff26}._choiceCard_1gyve_444:focus-visible{outline:2px solid #6b46ff;outline-offset:3px}._choiceCardSelected_1gyve_471{border-color:#6b46ff;background:linear-gradient(180deg,#faf7ff,#eef4ff);box-shadow:0 12px 28px #6b46ff38}._choiceIcon_1gyve_477{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e90dda,#15cff1);color:#fff}._choiceTitle_1gyve_488{font-size:1.05rem;font-weight:700;color:#111827;margin:0}._choiceDesc_1gyve_495{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}._choiceTick_1gyve_502{position:absolute;top:.75rem;right:.75rem;width:22px;height:22px;border-radius:50%;background:#6b46ff;color:#fff;display:inline-flex;align-items:center;justify-content:center}._socialRow_1gyve_517{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}@media(min-width:640px){._socialRow_1gyve_517{flex-direction:row}}._socialBtn_1gyve_530{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#111827;font-weight:600;cursor:not-allowed;font-size:.95rem;opacity:.85;position:relative;min-height:48px}._socialBtnBadge_1gyve_549{font-size:.65rem;font-weight:700;letter-spacing:.06em;color:#6b46ff;background:#ede9fe;padding:.15rem .4rem;border-radius:999px;margin-left:.25rem}._divider_1gyve_560{display:flex;align-items:center;gap:.75rem;color:#9ca3af;font-size:.8rem;margin:1rem 0}._divider_1gyve_560:before,._divider_1gyve_560:after{content:"";flex:1;height:1px;background:#e5e7eb}._formGrid_1gyve_578{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){._formGrid_1gyve_578{grid-template-columns:1fr 1fr;gap:1rem 1.25rem}}._formGridFull_1gyve_591{grid-column:1 / -1}._chipSection_1gyve_596{margin:0 0 1.25rem;padding:1rem 1.1rem 1.1rem;border:1.5px solid #eef2ff;border-radius:14px;background:linear-gradient(180deg,#fafbff,#fff)}._chipSection_1gyve_596 legend{padding:0 .4rem;margin-left:-.4rem}._chipLabel_1gyve_609{font-size:.95rem;font-weight:600;color:#111827;margin:0 0 .6rem}._chipHelp_1gyve_616{font-size:.825rem;color:#6b7280;margin:0 0 .6rem}._chipGroup_1gyve_622{display:flex;flex-wrap:wrap;gap:.5rem}._chip_1gyve_596{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border:1.5px solid #e5e7eb;background:#fff;color:#374151;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .18s ease;min-height:40px}._chip_1gyve_596:hover{border-color:#c4b5fd;color:#6b46ff}._chip_1gyve_596:focus-visible{outline:2px solid #6b46ff;outline-offset:2px}._chipSelected_1gyve_654{background:linear-gradient(135deg,#6b46ff,#3b82f6);border-color:transparent;color:#fff;box-shadow:0 6px 14px #6b46ff4d}._trust_1gyve_662{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem .9rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;color:#065f46;font-size:.85rem;line-height:1.4;margin-bottom:1.25rem}._trustIcon_1gyve_676{flex:0 0 auto;color:#059669}._actions_1gyve_682{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}@media(min-width:640px){._actions_1gyve_682{flex-direction:row;justify-content:flex-end}}._actionsSpacer_1gyve_696{flex:1}._linkFooter_1gyve_700{text-align:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f3f4f6;font-size:.9rem;color:#6b7280}._linkFooter_1gyve_700 a{color:#6b46ff;font-weight:600;text-decoration:none}._linkFooter_1gyve_700 a:hover{text-decoration:underline}._alert_1gyve_720{padding:.85rem 1rem;border-radius:12px;font-size:.9rem;font-weight:500;margin-bottom:1rem}._alertError_1gyve_728{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}._alertSuccess_1gyve_734{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}._alertInfo_1gyve_743{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}._submitAlert_1gyve_751{margin-top:.75rem;margin-bottom:0}._passwordHints_1gyve_757{font-size:.8rem;color:#6b7280;margin-top:.4rem;line-height:1.4}._captchaBlock_1gyve_764{margin-top:1rem}._gradeChipGroup_1gyve_769{display:flex;flex-wrap:wrap;gap:.45rem}._gradeChip_1gyve_769{flex:0 0 auto;padding:.5rem .9rem;border-radius:999px;border:1.5px solid #e5e7eb;background:#fff;color:#374151;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .16s ease;min-height:40px}._gradeChip_1gyve_769:hover{border-color:#c4b5fd;color:#6b46ff}._gradeChip_1gyve_769:focus-visible{outline:2px solid #6b46ff;outline-offset:2px}._gradeChipSelected_1gyve_799{background:linear-gradient(135deg,#6b46ff,#3b82f6);border-color:transparent;color:#fff;box-shadow:0 6px 14px #6b46ff4d}._gradeChipError_1gyve_806{font-size:.8rem;color:#b91c1c;margin-top:.4rem;display:block}._requiredStar_1gyve_813{color:#e74c3c;font-weight:700;margin-left:.15rem}._whyAsk_1gyve_820{font-size:.78rem;color:#6b7280;margin:.25rem 0 0;line-height:1.4;display:flex;align-items:flex-start;gap:.3rem}._whyAsk_1gyve_820 svg{flex:0 0 auto;color:#9ca3af;margin-top:1px}._progressMeter_1gyve_837{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:#6b7280;margin:-.5rem 0 1rem}._progressBar_1gyve_846{flex:1;height:4px;background:#eef2ff;border-radius:999px;margin:0 .75rem;overflow:hidden}._progressBarFill_1gyve_855{height:100%;width:var(--progress-width, 0%);background:linear-gradient(90deg,#6b46ff,#3b82f6);border-radius:999px;transition:width .25s ease}._progressLabel_1gyve_863{flex:0 0 auto;font-weight:700;color:#6b46ff}._benefitsCallout_1gyve_870{margin-top:1rem;padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,#6b46ff14,#15cff10f);border:1px solid rgba(107,70,255,.2)}._benefitsCalloutTitle_1gyve_878{font-size:.95rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}._benefitsCalloutList_1gyve_885{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.4rem}@media(min-width:480px){._benefitsCalloutList_1gyve_885{grid-template-columns:1fr 1fr;gap:.4rem .9rem}}._benefitsCalloutItem_1gyve_901{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:#374151}._benefitsCalloutItem_1gyve_901 svg{color:#10b981;flex:0 0 auto}._previewCard_1gyve_915{margin-bottom:1.5rem;padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,#ecfdf5,#f0f9ff);border:1px solid #a7f3d0}._previewCardTitle_1gyve_923{font-size:.95rem;font-weight:700;color:#065f46;margin:0 0 .4rem;display:flex;align-items:center;gap:.4rem}._previewCardList_1gyve_933{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}._previewCardItem_1gyve_942{display:flex;align-items:center;gap:.45rem;font-size:.88rem;color:#1f2937}._previewCardItem_1gyve_942 svg{color:#059669}._previewCardEmpty_1gyve_954{font-size:.85rem;color:#6b7280;font-style:italic;margin:0}._stickyCtaMobile_1gyve_962{position:fixed;bottom:0;left:0;right:0;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom,0px)) 1rem;background:linear-gradient(180deg,#07123300,#071233f2 60%);z-index:20;display:flex;justify-content:center;pointer-events:none}._stickyCtaMobile_1gyve_962>*{pointer-events:auto;width:100%;max-width:480px}@media(min-width:1024px){._stickyCtaMobile_1gyve_962{display:none}}._delightCard_1gyve_988{text-align:center;padding:2rem 1rem}._delightEmoji_1gyve_993{font-size:3.5rem;display:block;margin-bottom:1rem;animation:_pop_1gyve_1 .48s cubic-bezier(.34,1.56,.64,1)}@keyframes _pop_1gyve_1{0%{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}._delightTitle_1gyve_1005{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:#111827;margin:0 0 .5rem}._delightSubtitle_1gyve_1012{font-size:1rem;color:#4b5563;line-height:1.5;max-width:420px;margin:0 auto 1.5rem}._delightChecklist_1gyve_1020{text-align:left;max-width:360px;margin:0 auto 1.5rem;list-style:none;padding:0;display:flex;flex-direction:column;gap:.55rem}._delightChecklistItem_1gyve_1031{display:flex;align-items:center;gap:.55rem;font-size:.95rem;color:#1f2937;background:#f9fafb;border-radius:10px;padding:.55rem .8rem}._delightChecklistItem_1gyve_1031 svg{color:#10b981;flex:0 0 auto}._delightCta_1gyve_1047{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;padding:.95rem 1.75rem;border-radius:999px;font-size:1rem;font-weight:700;cursor:pointer;min-height:52px;background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;box-shadow:0 10px 24px #6b46ff59;transition:transform .18s ease,box-shadow .18s ease}._delightCta_1gyve_1047:hover{transform:translateY(-1px);box-shadow:0 14px 28px #6b46ff80}._delightCta_1gyve_1047:focus-visible{outline:2px solid #ffffff;outline-offset:3px}._authForm_1gyve_1076{display:flex;flex-direction:column;gap:1rem}._rememberForgot_1gyve_1082{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:.25rem 0;font-size:.9rem;flex-wrap:wrap}._checkboxLabel_1gyve_1092{display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;color:#374151;font-weight:500}._checkboxLabel_1gyve_1092 input[type=checkbox]{width:16px;height:16px;accent-color:#6b46ff;cursor:pointer}._linkText_1gyve_1108{color:#6b46ff;text-decoration:none;font-weight:600;transition:color .16s ease}._linkText_1gyve_1108:hover{color:#4f2ce0;text-decoration:underline}._verifyRow_1gyve_1121{display:flex;align-items:center;gap:.5rem;margin-top:.4rem;flex-wrap:wrap}._verifyBtn_1gyve_1129{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;border-radius:999px;border:1.5px solid #6b46ff;background:#fff;color:#6b46ff;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .16s ease;min-height:34px}._verifyBtn_1gyve_1129:hover:not(:disabled){background:#ede9fe}._verifyBtn_1gyve_1129:focus-visible{outline:2px solid #6b46ff;outline-offset:2px}._verifyBtn_1gyve_1129:disabled{opacity:.6;cursor:not-allowed}._verifyBtnVerified_1gyve_1159{border-color:#10b981;color:#065f46;background:#ecfdf5;cursor:default}._verifyOtpInput_1gyve_1166{flex:1 1 140px;min-width:130px;padding:.5rem .75rem;border-radius:10px;border:1.5px solid #e5e7eb;font-size:.95rem;letter-spacing:.2em;text-align:center;font-weight:600;font-family:inherit;background:#fff}._verifyOtpInput_1gyve_1166:focus{outline:none;border-color:#6b46ff;box-shadow:0 0 0 3px #6b46ff26}._verifyResend_1gyve_1186{background:none;border:none;padding:0;font-size:.8rem;font-weight:600;color:#6b46ff;cursor:pointer}._verifyResend_1gyve_1186:hover{text-decoration:underline}._verifyResend_1gyve_1186:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}._verifyError_1gyve_1206{font-size:.8rem;color:#b91c1c;margin:.3rem 0 0}._tabRow_1gyve_1213{display:flex;gap:.4rem;padding:.3rem;background:#f3f4f6;border-radius:12px;margin:0 0 1.25rem}._tabBtn_1gyve_1222{flex:1;padding:.55rem .8rem;border-radius:9px;border:none;background:transparent;color:#6b7280;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .16s ease;min-height:40px}._tabBtn_1gyve_1222:hover{color:#111827}._tabBtn_1gyve_1222:focus-visible{outline:2px solid #6b46ff;outline-offset:2px}._tabBtnActive_1gyve_1245{background:#fff;color:#111827;box-shadow:0 2px 8px #0b163214}._otpSent_1gyve_1251{font-size:.85rem;color:#065f46;margin:.25rem 0 0}._fieldLabel_1gyve_1258{display:block;font-size:.85rem;font-weight:600;color:#374151;margin:0 0 .4rem}._fieldHint_1gyve_1266{font-size:.8rem;color:var(--text-muted, #6b7280);margin:0 0 .4rem}._fieldError_1gyve_1272{display:block;font-size:.8rem;color:#e74c3c;margin:.3rem 0 0}._inlineRetry_1gyve_1279{background:none;border:none;padding:0;font-size:inherit;color:var(--primary, #4f46e5);cursor:pointer;text-decoration:underline}._verifyChecklist_1gyve_1289{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.5rem}._verifyChecklist_1gyve_1289 li{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;font-size:.9rem;color:#4b5563}._verifyChecklistActive_1gyve_1310{border-color:#c7d2fe!important;background:#eef2ff!important;color:#1e3a8a!important}._verifyChecklistDone_1gyve_1316{border-color:#a7f3d0!important;background:#ecfdf5!important;color:#065f46!important}._verifyChecklistPending_1gyve_1322{opacity:.7}._billingToggle_1gyve_1327{display:inline-flex;background:#f3f4f6;border-radius:999px;padding:.25rem;margin:0 auto 1.25rem;gap:.25rem}._billingToggle_1gyve_1327 button{background:transparent;border:0;padding:.45rem .95rem;border-radius:999px;font-size:.85rem;font-weight:600;color:#4b5563;cursor:pointer}._billingToggleActive_1gyve_1347{background:#fff!important;color:#111827!important;box-shadow:0 1px 4px #00000014}._planGrid_1gyve_1353{display:grid;grid-template-columns:1fr;gap:.85rem;margin:0 0 1rem}@media(min-width:720px){._planGrid_1gyve_1353{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}._planCard_1gyve_1366{border:1.5px solid #e5e7eb;border-radius:14px;padding:1.1rem 1rem;background:#fff;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:.45rem;transition:border-color .15s ease,transform .15s ease}._planCard_1gyve_1366:hover{border-color:#c7d2fe}._planCardSelected_1gyve_1383{border-color:#6b46ff!important;background:linear-gradient(180deg,#fff,#f5f3ff);box-shadow:0 6px 20px #6b46ff1f}._planName_1gyve_1389{font-size:1rem;font-weight:700;color:#111827;margin:0}._planPrice_1gyve_1396{font-size:1.4rem;font-weight:800;color:#111827;margin:0}._planPrice_1gyve_1396 small{font-size:.8rem;font-weight:600;color:#6b7280;margin-left:.25rem}._planDesc_1gyve_1410{font-size:.8rem;color:#6b7280;margin:0;line-height:1.45}._planFreeBadge_1gyve_1417{display:inline-block;background:#ecfdf5;color:#065f46;font-size:.7rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}._page_c3gxt_6{min-height:100vh;background:radial-gradient(60% 50% at 10% 0%,rgba(233,13,218,.22) 0%,transparent 55%),radial-gradient(60% 50% at 90% 100%,rgba(21,207,241,.2) 0%,transparent 55%),linear-gradient(180deg,#050e2f,#071233 60%,#0a1849);color:#f8fafc;display:flex;flex-direction:column}._nav_c3gxt_18{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;max-width:1280px;width:100%;margin:0 auto;gap:.75rem}._navBrand_c3gxt_29{font-size:1.4rem;font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}._navCenter_c3gxt_40{display:none;gap:.25rem;align-items:center}@media(min-width:900px){._navCenter_c3gxt_40{display:inline-flex}}._navItem_c3gxt_52{color:#cbd5e1;font-weight:600;font-size:.9rem;text-decoration:none;padding:.5rem .8rem;border-radius:8px}._navItem_c3gxt_52:hover,._navItemActive_c3gxt_62{color:#fff;background:#ffffff0f}._navRight_c3gxt_67{display:flex;align-items:center;gap:.5rem}._navSignIn_c3gxt_73{color:#cbd5e1;font-weight:600;font-size:.9rem;text-decoration:none;padding:.5rem .8rem;border-radius:8px}._navSignIn_c3gxt_73:hover{color:#fff;background:#ffffff0f}._navCta_c3gxt_87{background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;border:none;padding:.55rem 1rem;border-radius:10px;font-weight:700;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;min-height:44px;box-shadow:0 8px 20px #6b46ff59;transition:transform .18s ease,box-shadow .18s ease}._navCta_c3gxt_87:hover{transform:translateY(-1px);box-shadow:0 12px 26px #6b46ff80}._mobileToggle_c3gxt_109{display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#f8fafc;width:44px;height:44px;cursor:pointer}@media(min-width:900px){._mobileToggle_c3gxt_109{display:none}}._mobileMenu_c3gxt_128{display:flex;flex-direction:column;padding:.75rem 1.25rem 1.25rem;gap:.25rem;background:#071233e6;border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:900px){._mobileMenu_c3gxt_128{display:none}}._mobileMenu_c3gxt_128 a{color:#cbd5e1;text-decoration:none;font-weight:600;padding:.75rem .5rem;border-radius:8px}._mobileMenu_c3gxt_128 a:hover{background:#ffffff0f;color:#fff}._container_c3gxt_157{max-width:1080px;margin:0 auto;width:100%;padding:2rem 1.25rem 4rem;flex:1}._containerWide_c3gxt_165{max-width:1280px}._eyebrow_c3gxt_169{display:inline-block;padding:.3rem .7rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:.78rem;font-weight:600;color:#c7d2fe;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}._pageTitle_c3gxt_183{font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:900;letter-spacing:-.02em;margin:0 0 .75rem;color:#fff}._pageLead_c3gxt_192{font-size:clamp(1rem,1.5vw,1.15rem);color:#cbd5e1;line-height:1.6;margin:0 0 2rem;max-width:720px}._sectionTitle_c3gxt_200{font-size:clamp(1.3rem,2.4vw,1.6rem);font-weight:800;color:#fff;margin:2rem 0 .75rem}._section_c3gxt_200{margin-bottom:2.5rem}._cardGrid_c3gxt_212{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){._cardGrid_c3gxt_212{grid-template-columns:1fr 1fr;gap:1.25rem}}@media(min-width:1024px){._cardGrid_c3gxt_212{grid-template-columns:repeat(3,1fr)}}._card_c3gxt_212{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem}._cardIcon_c3gxt_238{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#e90dda2e,#15cff12e);color:#c7d2fe;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.9rem}._cardTitle_c3gxt_250{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .4rem}._cardDesc_c3gxt_257{font-size:.92rem;color:#94a3b8;line-height:1.55;margin:0}._prose_c3gxt_265{color:#cbd5e1;font-size:1rem;line-height:1.7;max-width:800px}._prose_c3gxt_265 h2{font-size:1.25rem;font-weight:800;color:#fff;margin:2rem 0 .75rem;letter-spacing:-.01em}._prose_c3gxt_265 h3{font-size:1.05rem;font-weight:700;color:#e2e8f0;margin:1.5rem 0 .5rem}._prose_c3gxt_265 p{margin:0 0 1rem}._prose_c3gxt_265 ul,._prose_c3gxt_265 ol{margin:0 0 1rem;padding-left:1.25rem}._prose_c3gxt_265 li{margin-bottom:.4rem}._prose_c3gxt_265 a{color:#93c5fd;text-decoration:underline;text-underline-offset:3px}._prose_c3gxt_265 strong{color:#fff;font-weight:700}._prose_c3gxt_265 code{background:#ffffff14;padding:.15rem .4rem;border-radius:6px;font-size:.92em;color:#f1f5f9}._lastUpdated_c3gxt_320{font-size:.85rem;color:#64748b;margin-bottom:1.5rem}._infoTable_c3gxt_327{width:100%;border-collapse:collapse;margin:0 0 1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}._infoTable_c3gxt_327 th,._infoTable_c3gxt_327 td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);font-size:.95rem;vertical-align:top}._infoTable_c3gxt_327 th{width:200px;color:#94a3b8;font-weight:600;background:#ffffff08}._infoTable_c3gxt_327 td{color:#e2e8f0}._infoTable_c3gxt_327 tr:last-child th,._infoTable_c3gxt_327 tr:last-child td{border-bottom:none}._billingToggle_c3gxt_364{display:inline-flex;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.3rem;gap:.25rem;margin-bottom:1.25rem}._billingToggle_c3gxt_364 button{background:transparent;border:0;padding:.5rem 1.1rem;border-radius:999px;color:#cbd5e1;font-size:.85rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}._billingToggle_c3gxt_364 button:hover{color:#fff}._billingToggleActive_c3gxt_392{background:linear-gradient(135deg,#6b46ff,#3b82f6)!important;color:#fff!important;box-shadow:0 6px 20px #6b46ff59}._toggleSaveHint_c3gxt_398{font-size:.7rem;font-weight:700;color:#34d399;letter-spacing:.04em}._discountBadge_c3gxt_407{display:inline-flex;align-items:center;gap:.3rem;align-self:flex-start;padding:.25rem .6rem;border-radius:999px;background:#34d39926;color:#34d399;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}._equivalentMonthly_c3gxt_422{font-size:.75rem;color:#94a3b8;margin-top:-.25rem}._pricingGrid_c3gxt_428{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){._pricingGrid_c3gxt_428{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){._pricingGrid_c3gxt_428{grid-template-columns:repeat(4,1fr)}}._priceCard_c3gxt_446{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}._priceCardFeatured_c3gxt_456{border-color:#6b46ff99;background:linear-gradient(180deg,#6b46ff2e,#15cff114);box-shadow:0 14px 40px #6b46ff2e;position:relative}._priceTag_c3gxt_463{position:absolute;top:-10px;right:16px;background:linear-gradient(135deg,#e90dda,#15cff1);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.05em;padding:.25rem .6rem;border-radius:999px}._priceName_c3gxt_476{font-size:1.1rem;font-weight:800;color:#fff;margin:0}._priceAmount_c3gxt_483{font-size:2.2rem;font-weight:900;color:#fff;line-height:1}._priceAmount_c3gxt_483 small{font-size:.9rem;font-weight:600;color:#94a3b8;margin-left:.25rem}._priceDesc_c3gxt_497{font-size:.9rem;color:#94a3b8;margin:0 0 .5rem}._priceList_c3gxt_503{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#cbd5e1}._priceList_c3gxt_503 li{display:flex;align-items:flex-start;gap:.5rem}._priceList_c3gxt_503 svg{color:#34d399;flex-shrink:0;margin-top:.15rem}._priceCta_c3gxt_526{margin-top:auto;background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;text-align:center;padding:.8rem 1rem;border-radius:10px;font-weight:700;text-decoration:none;min-height:44px;display:inline-flex;align-items:center;justify-content:center}._priceCtaOutline_c3gxt_541{background:#ffffff0d;border:1px solid rgba(255,255,255,.18)}._contactGrid_c3gxt_547{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:900px){._contactGrid_c3gxt_547{grid-template-columns:1.1fr .9fr}}._contactForm_c3gxt_559{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem;display:flex;flex-direction:column;gap:.85rem}._contactFormRow_c3gxt_569{display:grid;grid-template-columns:1fr;gap:.85rem}@media(min-width:640px){._contactFormRow_c3gxt_569{grid-template-columns:1fr 1fr}}._contactLabel_c3gxt_581{font-size:.85rem;font-weight:600;color:#cbd5e1;margin-bottom:.35rem;display:block}._contactInput_c3gxt_589,._contactTextarea_c3gxt_590{width:100%;background:#07123399;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:.7rem .9rem;color:#f1f5f9;font-size:.95rem;font-family:inherit;min-height:44px}._contactTextarea_c3gxt_590{min-height:140px;resize:vertical}._contactInput_c3gxt_589:focus,._contactTextarea_c3gxt_590:focus{outline:2px solid rgba(107,70,255,.6);outline-offset:1px;border-color:#6b46ff99}._contactSubmit_c3gxt_614{align-self:flex-start;background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;border:none;padding:.85rem 1.4rem;border-radius:10px;font-weight:700;cursor:pointer;min-height:44px}._contactSuccess_c3gxt_626{background:#34d3991f;border:1px solid rgba(52,211,153,.35);color:#d1fae5;border-radius:10px;padding:.75rem 1rem;font-size:.9rem}._contactCard_c3gxt_635{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem}._contactList_c3gxt_642{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._contactItem_c3gxt_651{display:flex;gap:.85rem;align-items:flex-start}._contactItemIcon_c3gxt_657{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#e90dda2e,#15cff12e);color:#c7d2fe;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._contactItemLabel_c3gxt_669{font-size:.8rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-weight:600}._contactItemValue_c3gxt_677{font-size:.95rem;color:#e2e8f0;word-break:break-word}._contactItemValue_c3gxt_677 a{color:#93c5fd;text-decoration:none}._contactItemValue_c3gxt_677 a:hover{text-decoration:underline}._faqList_c3gxt_693{display:flex;flex-direction:column;gap:.75rem}._faqItem_c3gxt_699{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden}._faqItem_c3gxt_699 summary{list-style:none;cursor:pointer;padding:1rem 1.25rem;font-weight:700;color:#fff;font-size:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}._faqItem_c3gxt_699 summary::-webkit-details-marker{display:none}._faqItem_c3gxt_699 summary:after{content:"+";font-size:1.3rem;color:#94a3b8;font-weight:400;flex-shrink:0}._faqItem_c3gxt_699[open] summary:after{content:"−"}._faqAnswer_c3gxt_735{padding:0 1.25rem 1.1rem;color:#cbd5e1;line-height:1.6;font-size:.95rem}._pillList_c3gxt_743{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0 0 1rem}._pill_c3gxt_743{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:.85rem;color:#e2e8f0}._pill_c3gxt_743 svg{color:#34d399}._footer_c3gxt_769{background:#050e2fb3;border-top:1px solid rgba(255,255,255,.08);padding:2.5rem 1.25rem 1.5rem;margin-top:auto}._footerGrid_c3gxt_776{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){._footerGrid_c3gxt_776{grid-template-columns:1.4fr 1fr 1fr 1fr}}._footerBrand_c3gxt_790{font-size:1.4rem;font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._footerTagline_c3gxt_800{color:#94a3b8;font-size:.9rem;margin:.5rem 0 .75rem;max-width:320px;line-height:1.55}._footerCompany_c3gxt_808{color:#64748b;font-size:.8rem;line-height:1.6}._footerColTitle_c3gxt_814{color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem}._footerColList_c3gxt_823{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._footerColList_c3gxt_823 a{color:#cbd5e1;text-decoration:none;font-size:.9rem}._footerColList_c3gxt_823 a:hover{color:#fff}._footerBottom_c3gxt_842{max-width:1280px;margin:1.75rem auto 0;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;font-size:.8rem;color:#64748b;text-align:center}@media(min-width:640px){._footerBottom_c3gxt_842{flex-direction:row;text-align:left}}._footerLegalLine_c3gxt_864{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center}._footerLegalLine_c3gxt_864 a{color:#94a3b8;text-decoration:none}._footerLegalLine_c3gxt_864 a:hover{color:#fff}._calloutBox_c3gxt_881{background:#6b46ff1a;border:1px solid rgba(107,70,255,.3);border-radius:12px;padding:1rem 1.25rem;color:#e0e7ff;font-size:.95rem;line-height:1.55;margin:1rem 0}._calloutBox_c3gxt_881 strong{color:#fff}._muted_c3gxt_896{color:#94a3b8}._textCenter_c3gxt_900{text-align:center}._proseCenter_c3gxt_904{margin-left:auto;margin-right:auto}._page_4rm6b_6{min-height:100vh;background:radial-gradient(60% 50% at 10% 0%,rgba(233,13,218,.22) 0%,transparent 55%),radial-gradient(60% 50% at 90% 100%,rgba(21,207,241,.2) 0%,transparent 55%),linear-gradient(180deg,#050e2f,#071233 60%,#0a1849);color:#f8fafc}._nav_4rm6b_16{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;max-width:1280px;margin:0 auto}._navBrand_4rm6b_25{font-size:1.4rem;font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._navLinks_4rm6b_35{display:flex;align-items:center;gap:.6rem}._navLink_4rm6b_35{color:#cbd5e1;font-weight:600;font-size:.9rem;text-decoration:none;padding:.5rem .8rem;border-radius:8px}._navLink_4rm6b_35:hover{color:#fff;background:#ffffff0f}._navCta_4rm6b_55{background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;border:none;padding:.6rem 1.1rem;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 8px 20px #6b46ff59;transition:transform .18s ease,box-shadow .18s ease;min-height:44px}._navCta_4rm6b_55:hover{transform:translateY(-1px);box-shadow:0 12px 26px #6b46ff80}._hero_4rm6b_79{max-width:1280px;margin:0 auto;padding:2.5rem 1.25rem 3rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:1024px){._hero_4rm6b_79{grid-template-columns:1.1fr .9fr;padding:4rem 1.5rem 5rem;gap:3.5rem}}._heroBadge_4rm6b_97{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:.78rem;font-weight:600;color:#c7d2fe;letter-spacing:.04em;margin-bottom:1.25rem}._heroTitle_4rm6b_112{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;font-weight:900;letter-spacing:-.02em;margin:0 0 1rem;color:#fff}._heroAccent_4rm6b_121{background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroSub_4rm6b_128{font-size:clamp(1rem,1.5vw,1.2rem);color:#cbd5e1;line-height:1.55;margin:0 0 1.75rem;max-width:540px}._heroCtaRow_4rm6b_136{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}._ctaPrimary_4rm6b_143{background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;border:none;padding:.95rem 1.5rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;box-shadow:0 14px 30px #6b46ff66;transition:transform .18s ease,box-shadow .18s ease;min-height:52px}._ctaPrimary_4rm6b_143:hover{transform:translateY(-2px);box-shadow:0 18px 36px #6b46ff8c}._ctaSecondary_4rm6b_166{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.95rem 1.5rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;min-height:52px}._ctaSecondary_4rm6b_166:hover{background:#ffffff24}._heroTrust_4rm6b_186{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;color:#94a3b8;font-size:.85rem}._heroTrustItem_4rm6b_194{display:inline-flex;align-items:center;gap:.4rem}._heroTrustIcon_4rm6b_200{color:#34d399}._heroVisual_4rm6b_205{position:relative;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:1.5rem;overflow:hidden;min-height:320px;display:flex;flex-direction:column;gap:.75rem}._heroChatHeader_4rm6b_218{display:flex;align-items:center;gap:.6rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.25rem}._heroChatAvatar_4rm6b_227{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#e90dda,#15cff1);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.85rem}._heroChatName_4rm6b_240{font-weight:700;color:#e2e8f0;font-size:.95rem}._heroChatStatus_4rm6b_246{font-size:.75rem;color:#34d399}._heroBubble_4rm6b_251{max-width:85%;padding:.7rem .95rem;border-radius:14px;font-size:.9rem;line-height:1.45}._heroBubbleUser_4rm6b_259{align-self:flex-end;background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;border-bottom-right-radius:4px}._heroBubbleAi_4rm6b_266{align-self:flex-start;background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:4px}._features_4rm6b_275{max-width:1280px;margin:0 auto;padding:3rem 1.25rem;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){._features_4rm6b_275{grid-template-columns:1fr 1fr;gap:1.25rem}}@media(min-width:1024px){._features_4rm6b_275{grid-template-columns:repeat(3,1fr);padding:5rem 1.5rem}}._featureCard_4rm6b_298{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem;transition:border-color .18s ease,transform .18s ease}._featureCard_4rm6b_298:hover{border-color:#6b46ff66;transform:translateY(-2px)}._featureIcon_4rm6b_311{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#e90dda2e,#15cff12e);color:#c7d2fe;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}._featureTitle_4rm6b_323{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .4rem}._featureDesc_4rm6b_330{font-size:.92rem;color:#94a3b8;line-height:1.55;margin:0}._finalCta_4rm6b_338{max-width:1280px;margin:0 auto 4rem;padding:2rem 1.25rem;background:linear-gradient(135deg,#6b46ff38,#15cff129);border:1px solid rgba(255,255,255,.12);border-radius:24px;text-align:center}._finalCtaTitle_4rm6b_348{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#fff;margin:0 0 .5rem}._finalCtaSub_4rm6b_355{font-size:1rem;color:#cbd5e1;margin:0 0 1.25rem}._footer_4rm6b_362{text-align:center;padding:1.5rem 1rem 2.5rem;color:#64748b;font-size:.85rem}._footer_4rm6b_362 a{color:#94a3b8;text-decoration:none;margin:0 .5rem}._footer_4rm6b_362 a:hover{color:#fff}@media(max-width:639px){._stickyCta_4rm6b_381{position:fixed;bottom:0;left:0;right:0;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px)) 1rem;background:linear-gradient(180deg,#07123300,#071233f2 50%);z-index:10;display:flex;justify-content:center}}@media(min-width:640px){._stickyCta_4rm6b_381{display:none}}.ss-container{position:relative;width:100%}.ss-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;background:var(--input-bg, #fff);border:1px solid var(--border-color, #d1d5db);border-radius:6px;cursor:pointer;font-size:.875rem;color:var(--text-primary, #111827);text-align:left;transition:border-color .15s,box-shadow .15s}.ss-trigger:hover:not(:disabled){border-color:var(--primary, #4f46e5)}.ss-open .ss-trigger{border-color:var(--primary, #4f46e5);box-shadow:0 0 0 3px #4f46e51f}.ss-disabled .ss-trigger{background:var(--input-disabled-bg, #f3f4f6);color:var(--text-muted, #9ca3af);cursor:not-allowed}.ss-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-placeholder{color:var(--text-muted, #9ca3af)}.ss-icons{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:8px}.ss-clear{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;font-size:.65rem;color:var(--text-muted, #9ca3af);cursor:pointer;line-height:1}.ss-clear:hover{color:var(--text-primary, #111827);background:var(--border-color, #e5e7eb)}.ss-arrow{font-size:.75rem;color:var(--text-muted, #9ca3af);transition:transform .15s}.ss-open .ss-arrow{transform:rotate(180deg)}.ss-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:200;background:#fff;border:1px solid var(--border-color, #d1d5db);border-radius:6px;box-shadow:0 8px 24px #0000001f;overflow:hidden}.ss-search-wrap{padding:8px;border-bottom:1px solid var(--border-color, #e5e7eb)}.ss-search{width:100%;padding:7px 10px;border:1px solid var(--border-color, #d1d5db);border-radius:4px;font-size:.875rem;outline:none;background:var(--input-bg, #f9fafb)}.ss-search:focus{border-color:var(--primary, #4f46e5)}.ss-list{display:flex;flex-direction:column;margin:0;padding:4px 0;max-height:220px;overflow-y:auto}.ss-option{width:100%;padding:9px 12px;font-size:.875rem;cursor:pointer;color:var(--text-primary, #111827);display:flex;flex-direction:column;gap:2px;transition:background .1s;border:none;background:transparent;text-align:left}.ss-option:hover,.ss-option:focus{background:var(--hover-bg, #f3f4f6);outline:none}.ss-option.ss-selected{background:var(--primary-light, #ede9fe);color:var(--primary, #4f46e5);font-weight:500}.ss-option-description{font-size:.75rem;color:var(--text-muted, #6b7280);font-weight:400}.ss-no-results{margin:0;padding:12px;text-align:center;font-size:.875rem;color:var(--text-muted, #9ca3af)}@media(max-width:768px){.ss-list{max-height:180px}}._authContainer_1gx37_4{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}._authShell_1gx37_13{width:100%;max-width:1200px;height:calc(100vh - 4rem);display:grid;grid-template-columns:1fr 420px;gap:2rem;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px #0b163259}._hero_1gx37_25{position:relative;background:#ddebfb;padding:4.5rem 5rem;color:#262c4c;display:flex;flex-direction:column;justify-content:center;align-items:center}._hero_1gx37_25:before{content:"";position:absolute;inset:0;background:#ffffff14;z-index:1}._hero_1gx37_25:after{content:"";position:absolute;inset:0;background:none}._heroContent_1gx37_59{position:relative;z-index:3;text-align:center;width:100%}._logoRow_1gx37_66{display:flex;align-items:center;gap:12px;margin-bottom:2.5rem}._logoCircle_1gx37_73{width:36px;height:36px;border-radius:50%;border:3px solid #2b6cff;display:inline-block}._logoIcon_1gx37_82{width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e90dda,#15cff1);box-shadow:0 10px 30px #e90dda2e;transition:transform .2s ease,box-shadow .2s ease}._logoIcon_1gx37_82:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 36px #e90dda47}._logoIcon_1gx37_82 img,._logoIcon_1gx37_82>img{width:58%;height:58%;object-fit:contain;display:block;filter:invert(1) brightness(1.2)}._brandName_1gx37_108{margin-left:6px;font-size:1.15rem;font-weight:700;color:#262c4c}._heroTitle_1gx37_115{font-size:2.25rem;font-weight:800;line-height:1.05;margin:0 0 .75rem;color:#262c4c}._tutoTitle_1gx37_123{font-size:7.5rem;font-weight:900;line-height:1;margin:0 0 1.5rem;background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;letter-spacing:-.02em}._heroSubtitle_1gx37_136{color:#3135bd;margin:0;font-weight:500;font-size:2.5rem}._cardWrapper_1gx37_143{display:flex;align-items:center;justify-content:center;padding:2.5rem;background:transparent}._authCard_1gx37_151{background:#fff;border-radius:12px;box-shadow:0 12px 40px #0308143d;width:100%;max-width:380px;padding:2rem;animation:_slideIn_1gx37_1 .45s ease}@keyframes _slideIn_1gx37_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._authHeader_1gx37_172{text-align:left;margin-bottom:1.25rem}._authTitle_1gx37_177{font-size:1.25rem;font-weight:700;color:#222;margin:0 0 .25rem}._authSubtitle_1gx37_184{font-size:.9rem;color:#6b7280;margin:0}._authForm_1gx37_190{display:flex;flex-direction:column;gap:.75rem}._authFooter_1gx37_196{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f1f4}._otpContainer_1gx37_204{display:flex;flex-direction:column;gap:1rem;align-items:stretch}._otpRow_1gx37_211{display:flex;gap:.5rem;justify-content:center}._otpInput_1gx37_217{width:48px;height:48px;border-radius:8px;border:1px solid #e6edf3;text-align:center;font-size:1.125rem;outline:none}._smallText_1gx37_227{font-size:.875rem;color:#6b7280}._regPage_1gx37_233{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;background:linear-gradient(180deg,#07143a,#071233 60%)}._regCard_1gx37_243{width:100%;max-width:980px;background:#fffffffa;border-radius:12px;padding:2.5rem;box-shadow:0 20px 60px #0b163214}._progressSteps_1gx37_252{display:flex;gap:1.25rem;align-items:center;justify-content:center;margin-bottom:1.75rem}._step_1gx37_260{display:flex;align-items:center;gap:.75rem;color:#9aa4b2;font-size:.95rem}._stepDot_1gx37_268{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#6b46ff;font-weight:700}._step_1gx37_260._active_1gx37_280 ._stepDot_1gx37_268{background:linear-gradient(180deg,#6b46ff,#3b82f6);color:#fff}._formGrid_1gx37_285{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.25rem}._formGridFull_1gx37_291{grid-column:1 / -1}@media(max-width:900px){._formGrid_1gx37_285{grid-template-columns:1fr}._regCard_1gx37_243{padding:1.25rem}}._authFooter_1gx37_196 p{margin:0;font-size:.95rem;color:#7f8c8d}._linkText_1gx37_311{color:#3498db;text-decoration:none;font-weight:600;transition:color .3s ease;cursor:pointer}._linkText_1gx37_311:hover{color:#2980b9;text-decoration:underline}._linkSeparator_1gx37_324{margin:0 .5rem;color:#aaa}._backLink_1gx37_329{display:inline-flex;align-items:center;gap:.5rem;color:#3498db;text-decoration:none;font-weight:600;transition:all .3s ease}._backLink_1gx37_329:hover{color:#2980b9;transform:translate(-4px)}._alertError_1gx37_346{padding:1rem;margin-bottom:1.5rem;background-color:#fdeef0;border:2px solid #e74c3c;border-radius:.5rem;color:#c0392b;font-weight:500;animation:_slideDown_1gx37_1 .3s ease}._alertError_1gx37_346 p{margin:0}@keyframes _slideDown_1gx37_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._alertSuccess_1gx37_372{padding:1rem;margin-bottom:1.5rem;background-color:#f1f8f4;border:2px solid #27ae60;border-radius:.5rem;color:#166534;font-weight:500}._alertSuccess_1gx37_372 p{margin:0}._formRow_1gx37_388{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._formColumn_1gx37_394{display:flex;flex-direction:column}@media(max-width:768px){._authShell_1gx37_13{grid-template-columns:1fr;height:auto}._hero_1gx37_25{padding:2.5rem 1.5rem;min-height:220px}._tutoTitle_1gx37_123{font-size:5rem}._heroTitle_1gx37_115,._heroSubtitle_1gx37_136{font-size:1.75rem}._cardWrapper_1gx37_143{padding:1.5rem}._authCard_1gx37_151{max-width:100%;padding:1.5rem;border-radius:10px}}@media(max-width:480px){._tutoTitle_1gx37_123{font-size:3.5rem}._heroTitle_1gx37_115,._heroSubtitle_1gx37_136{font-size:1.35rem}._cardWrapper_1gx37_143{padding:1rem}._authCard_1gx37_151{padding:1.25rem}}._rememberForgot_1gx37_457{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 1.5rem;font-size:.95rem}@media(max-width:480px){._rememberForgot_1gx37_457{flex-direction:column;gap:.75rem;align-items:flex-start}}._passwordRequirements_1gx37_475{padding:1rem;background-color:#ecf8ff;border-left:4px solid #3498db;border-radius:.25rem;margin-bottom:1.5rem}._requirementsTitle_1gx37_483{font-size:.95rem;font-weight:600;color:#2980b9;margin:0 0 .5rem}._requirementsList_1gx37_490{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}._requirementsList_1gx37_490 li{font-size:.9rem;color:#2c3e50;padding-left:1.5rem;position:relative}._requirementsList_1gx37_490 li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}._infoBox_1gx37_516{padding:1rem;background-color:#f0f8ff;border-radius:.5rem;margin-bottom:1.5rem;border-left:4px solid #3498db}._infoBox_1gx37_516 p{margin:0;color:#2c3e50;font-size:.95rem;line-height:1.5}._successMessage_1gx37_533{text-align:center;padding:2rem}._successIcon_1gx37_538{color:#27ae60;margin-bottom:1rem;animation:_scaleIn_1gx37_1 .5s ease}@keyframes _scaleIn_1gx37_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._successMessage_1gx37_533 h2{font-size:1.75rem;color:#27ae60;margin:0 0 .5rem}._successMessage_1gx37_533 p{color:#7f8c8d;font-size:.95rem;line-height:1.6;margin:.5rem 0}._successSubtext_1gx37_568{font-size:.875rem;color:#95a5a6;margin-top:.75rem}._successActions_1gx37_574{margin-top:1.5rem;display:flex;gap:1rem;justify-content:center}@media(max-width:768px){._authContainer_1gx37_4{padding:1rem}._authCard_1gx37_151{max-width:100%;padding:2rem 1.5rem}._authTitle_1gx37_177{font-size:1.5rem}._authSubtitle_1gx37_184{font-size:.9rem}}._textCenter_1gx37_605{text-align:center}._textLeft_1gx37_609{text-align:left}._textRight_1gx37_613{text-align:right}._flexCenter_1gx37_618{display:flex;gap:var(--space-md, 8px);justify-content:center}._flexBetween_1gx37_624{display:flex;gap:var(--space-md, 8px);justify-content:space-between}._flexColumn_1gx37_630{display:flex;flex-direction:column;gap:var(--space-md, 8px)}._mtLg_1gx37_637{margin-top:var(--space-lg, 16px)}._mtMd_1gx37_641{margin-top:var(--space-md, 12px)}._mbLg_1gx37_645{margin-bottom:var(--space-lg, 16px)}._mbMd_1gx37_649{margin-bottom:var(--space-md, 12px)}._otpEmailInfo_1gx37_654{text-align:center;margin-bottom:var(--space-lg, 16px)}._otpButtonGroup_1gx37_659{display:flex;gap:var(--space-md, 8px);justify-content:center;margin:var(--space-lg, 16px) 0;flex-wrap:wrap}._otpResendSection_1gx37_667{margin-top:var(--space-lg, 16px);text-align:center}._otpResendButton_1gx37_672{font-size:var(--font-size-sm, 14px);padding:var(--space-sm, 8px) var(--space-lg, 16px)}._phoneInputContainer_1gx37_678{display:flex;gap:var(--space-md, 8px);align-items:center;flex-wrap:wrap}._countryCodeSelect_1gx37_685{flex:0 0 auto;min-width:100px}._phoneInputField_1gx37_690{flex:1;min-width:150px}._verificationContainer_1gx37_696{text-align:center}._verificationCodeInput_1gx37_700{display:flex;gap:var(--space-md, 8px);justify-content:center;margin:var(--space-xl, 24px) 0}._verificationButtonGroup_1gx37_707{display:flex;gap:var(--space-md, 8px);justify-content:center;flex-wrap:wrap;margin:var(--space-lg, 16px) 0}@media(max-width:640px){._flexCenter_1gx37_618,._flexBetween_1gx37_624,._otpButtonGroup_1gx37_659,._verificationButtonGroup_1gx37_707,._phoneInputContainer_1gx37_678{flex-direction:column;gap:var(--space-md, 8px)}._countryCodeSelect_1gx37_685,._phoneInputField_1gx37_690{width:100%;min-width:auto}._otpResendButton_1gx37_672{width:100%}}._backdrop_pubw2_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_pubw2_1 .15s ease}@keyframes _fadeIn_pubw2_1{0%{opacity:0}to{opacity:1}}._modal_pubw2_18{background:#fff;border-radius:.875rem;box-shadow:0 20px 60px #0000002e,0 4px 16px #0000001a;padding:1.75rem 1.75rem 1.5rem;width:100%;max-width:460px;animation:_slideUp_pubw2_1 .18s cubic-bezier(.34,1.56,.64,1)}@keyframes _slideUp_pubw2_1{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._title_pubw2_33{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1rem}._warningBox_pubw2_40{background:#fffbeb;border:1px solid #fde68a;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:.875rem}._warningText_pubw2_48{font-size:.875rem;color:#92400e;margin:0;line-height:1.55}._warningText_pubw2_48 strong{color:#78350f}._message_pubw2_59{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 1.25rem}._actions_pubw2_66{display:flex;justify-content:flex-end;gap:.625rem;margin-top:1.25rem}._btnCancel_pubw2_73{padding:.5rem 1.125rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}._btnCancel_pubw2_73:hover{background:#f9fafb;border-color:#9ca3af}._btnConfirm_pubw2_90{padding:.5rem 1.25rem;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s}._btnConfirm_pubw2_90:hover{opacity:.9}._btnConfirm_pubw2_90:active{transform:scale(.97)}._btnConfirmPrimary_pubw2_103{background:#2563eb;color:#fff}._btnConfirmPrimary_pubw2_103:hover{background:#1d4ed8}._btnConfirmDanger_pubw2_110{background:#dc2626;color:#fff}._btnConfirmDanger_pubw2_110:hover{background:#b91c1c}._filterTab_1qjcz_2{display:flex;flex-direction:column;height:100%;overflow:hidden}._filterHeader_1qjcz_9{padding:.75rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#eff6ff,#f5f3ff);flex-shrink:0}._filterTitle_1qjcz_16{font-size:.8125rem;font-weight:700;color:#1e3a8a;margin:0 0 .125rem;display:flex;align-items:center;gap:.375rem}._filterSubtitle_1qjcz_26{font-size:.6875rem;color:#6b7280;margin:0}._filterBody_1qjcz_32{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}._filterGroup_1qjcz_41{display:flex;flex-direction:column;gap:.25rem}._filterLabel_1qjcz_47{font-size:.6875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}._filterSelect_1qjcz_55,._filterInput_1qjcz_56{width:100%;padding:.4rem .5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8125rem;color:#374151;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}._filterSelect_1qjcz_55:focus,._filterInput_1qjcz_56:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._filterSelect_1qjcz_55:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}._resetBtn_1qjcz_81{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:.25rem;padding:.4rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;font-size:.75rem;color:#6b7280;cursor:pointer;width:100%;transition:all .15s}._resetBtn_1qjcz_81:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}._reportPanel_1qjcz_105{display:flex;flex-direction:column;height:100%;background:#f8fafc;overflow:hidden}._reportHeader_1qjcz_113{flex-shrink:0;padding:1rem 1.5rem;background:linear-gradient(135deg,#dbeafe,#ede9fe);border-bottom:1px solid #c7d2fe}._reportHeaderRow_1qjcz_120{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._reportTitle_1qjcz_127{font-size:1.125rem;font-weight:700;color:#1e40af;margin:0 0 .125rem}._reportSubtitle_1qjcz_134{font-size:.8125rem;color:#4b5563;margin:0}._reportBadge_1qjcz_140{flex-shrink:0;padding:.25rem .625rem;border-radius:9999px;font-size:.6875rem;font-weight:700;background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}._reportBody_1qjcz_151{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}._reportBody_1qjcz_151::-webkit-scrollbar{width:6px}._reportBody_1qjcz_151::-webkit-scrollbar-track{background:transparent}._reportBody_1qjcz_151::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._centeredState_1qjcz_174{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.875rem;color:#6b7280;text-align:center;padding:2rem}._spinner_1qjcz_186{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:_spin_1qjcz_186 1s linear infinite}@keyframes _spin_1qjcz_186{to{transform:rotate(360deg)}}._centeredStateTitle_1qjcz_199{font-size:1rem;font-weight:600;color:#374151;margin:0}._centeredStateText_1qjcz_206{font-size:.875rem;color:#9ca3af;margin:0;max-width:280px}._summaryCards_1qjcz_214{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}._summaryCard_1qjcz_214{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:.875rem;display:flex;flex-direction:column;align-items:center;gap:.375rem;box-shadow:0 1px 3px #0000000a}._cardIcon_1qjcz_232{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._cardIconBlue_1qjcz_242{background:#dbeafe;color:#1e40af}._cardIconGreen_1qjcz_243{background:#d1fae5;color:#047857}._cardIconAmber_1qjcz_244{background:#fef3c7;color:#92400e}._cardIconPurple_1qjcz_245{background:#ede9fe;color:#7c3aed}._cardIconTeal_1qjcz_246{background:#ccfbf1;color:#115e59}._cardValue_1qjcz_248{font-size:1.625rem;font-weight:800;color:#111827;line-height:1}._cardLabel_1qjcz_255{font-size:.625rem;font-weight:600;color:#6b7280;text-align:center;text-transform:uppercase;letter-spacing:.04em}._section_1qjcz_265{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem 1.125rem;box-shadow:0 1px 3px #0000000a}._sectionHeader_1qjcz_273{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}._sectionIcon_1qjcz_280{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;flex-shrink:0}._sectionIconBlue_1qjcz_290{background:#dbeafe;color:#1e40af}._sectionIconGreen_1qjcz_291{background:#d1fae5;color:#047857}._sectionIconAmber_1qjcz_292{background:#fef3c7;color:#92400e}._sectionIconPurple_1qjcz_293{background:#ede9fe;color:#7c3aed}._sectionIconTeal_1qjcz_294{background:#ccfbf1;color:#115e59}._sectionTitle_1qjcz_296{font-size:.9375rem;font-weight:700;color:#111827;margin:0}._overallProgressRow_1qjcz_304{display:flex;align-items:center;gap:2rem}._circleChart_1qjcz_310{flex-shrink:0;width:96px;height:96px}._circleChartBg_1qjcz_316{fill:none;stroke:#f3f4f6;stroke-width:3}._circleChartFill_1qjcz_322{fill:none;stroke-width:3;stroke-linecap:round}._circleChartFillGreen_1qjcz_328{stroke:#10b981}._circleChartFillAmber_1qjcz_329{stroke:#f59e0b}._circleChartFillRed_1qjcz_330{stroke:#ef4444}._circleChartValueText_1qjcz_332{font-size:7px;font-weight:800;fill:#111827;text-anchor:middle;dominant-baseline:middle}._circleChartSubText_1qjcz_340{font-size:2.8px;fill:#6b7280;text-anchor:middle;dominant-baseline:middle}._progressDetails_1qjcz_347{display:flex;flex-direction:column;gap:.625rem}._progressDetailItem_1qjcz_353{display:flex;flex-direction:column;gap:.0625rem}._progressDetailLabel_1qjcz_359{font-size:.6875rem;color:#6b7280;font-weight:500}._progressDetailValue_1qjcz_365{font-size:1rem;font-weight:700;color:#1f2937}._strengthsGrid_1qjcz_372{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._strengthsCol_1qjcz_378{display:flex;flex-direction:column;gap:.375rem}._colHeading_1qjcz_384{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}._colHeadingGreen_1qjcz_392{color:#059669}._colHeadingRed_1qjcz_393{color:#dc2626}._strengthItem_1qjcz_395{display:flex;align-items:flex-start;gap:.5rem;padding:.4375rem .5625rem;border-radius:.5rem;font-size:.7813rem;line-height:1.4}._strengthItemGreen_1qjcz_405{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}._strengthItemRed_1qjcz_411{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}._strengthDot_1qjcz_417{flex-shrink:0;margin-top:.25rem;width:5px;height:5px;border-radius:50%}._strengthDotGreen_1qjcz_425{background:#10b981}._strengthDotRed_1qjcz_426{background:#ef4444}._strengthText_1qjcz_428{flex:1}._strengthCount_1qjcz_432{flex-shrink:0;font-size:.625rem;font-weight:700;padding:.0625rem .3125rem;border-radius:9999px}._strengthCountGreen_1qjcz_440{background:#d1fae5;color:#065f46}._strengthCountRed_1qjcz_441{background:#fee2e2;color:#7f1d1d}._noItemsText_1qjcz_443{font-size:.8125rem;color:#9ca3af;text-align:center;padding:.75rem 0;margin:0}._trendSvg_1qjcz_452{width:100%;height:150px;overflow:visible;display:block}._subjectList_1qjcz_460{display:flex;flex-direction:column;gap:.625rem}._subjectRow_1qjcz_466{display:flex;align-items:center;gap:.75rem}._subjectName_1qjcz_472{font-size:.8125rem;font-weight:500;color:#374151;width:110px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._subjectBarTrack_1qjcz_483{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}._subjectBar_1qjcz_483{height:100%;border-radius:4px;width:var(--bar-pct, 0%);transition:width .6s ease;min-width:4px}._subjectBarGreen_1qjcz_499{background:#10b981}._subjectBarAmber_1qjcz_500{background:#f59e0b}._subjectBarRed_1qjcz_501{background:#ef4444}._subjectPct_1qjcz_503{font-size:.8125rem;font-weight:700;color:#374151;width:34px;text-align:right;flex-shrink:0}._subjectAttempts_1qjcz_512{font-size:.6875rem;color:#9ca3af;width:54px;text-align:right;flex-shrink:0}._nextStepsList_1qjcz_521{display:flex;flex-direction:column;gap:.5rem}._nextStepItem_1qjcz_527{display:flex;align-items:flex-start;gap:.75rem;padding:.625rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #2563eb;border-radius:0 .5rem .5rem 0}._nextStepNumber_1qjcz_538{flex-shrink:0;width:20px;height:20px;background:#2563eb;color:#fff;border-radius:50%;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}._nextStepContent_1qjcz_552{flex:1}._nextStepTitle_1qjcz_556{font-size:.8125rem;font-weight:600;color:#1f2937;margin:0 0 .125rem}._nextStepDesc_1qjcz_563{font-size:.75rem;color:#6b7280;margin:0;line-height:1.5}._curriculumOverallRow_1qjcz_571{margin-bottom:1rem}._curriculumOverallLabel_1qjcz_575{font-size:.8125rem;color:#374151;font-weight:500;margin:0 0 .375rem}._curriculumOverallPct_1qjcz_582{font-weight:700;color:#0f766e}._curriculumProgressBar_1qjcz_587{appearance:none;-webkit-appearance:none;display:block;width:100%;height:10px;border:none;border-radius:5px;background:#f3f4f6;overflow:hidden}._curriculumProgressBar_1qjcz_587::-webkit-progress-bar{background:#f3f4f6;border-radius:5px}._curriculumProgressBar_1qjcz_587::-webkit-progress-value{background:#0d9488;border-radius:5px}._curriculumProgressBar_1qjcz_587::-moz-progress-bar{background:#0d9488;border-radius:5px}._curriculumSubjectHeading_1qjcz_614{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 .625rem}._curriculumSubjectProgress_1qjcz_623{appearance:none;-webkit-appearance:none;flex:1;height:8px;border:none;border-radius:4px;background:#f3f4f6}._curriculumSubjectProgress_1qjcz_623::-webkit-progress-bar{background:#f3f4f6;border-radius:4px}._curriculumSubjectProgress_1qjcz_623::-webkit-progress-value{background:#0d9488;border-radius:4px}._curriculumSubjectProgress_1qjcz_623::-moz-progress-bar{background:#0d9488;border-radius:4px}._subjectChaptersCount_1qjcz_648{font-size:.6875rem;color:#6b7280;width:72px;text-align:right;flex-shrink:0;white-space:nowrap}._curriculumLoading_1qjcz_657{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.8125rem;color:#9ca3af}._spinnerSmall_1qjcz_666{width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:#0d9488;border-radius:50%;animation:_spin_1qjcz_186 1s linear infinite;flex-shrink:0}@media(max-width:900px){._summaryCards_1qjcz_214{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){._strengthsGrid_1qjcz_372{grid-template-columns:1fr}._overallProgressRow_1qjcz_304{flex-direction:column;align-items:flex-start;gap:1rem}._reportBody_1qjcz_151{padding:.875rem}._subjectName_1qjcz_472{width:80px;font-size:.75rem}._reportHeader_1qjcz_113{padding:.75rem 1rem}}@media(max-width:480px){._summaryCards_1qjcz_214{grid-template-columns:repeat(2,1fr)}._cardValue_1qjcz_248{font-size:1.25rem}}._navigationPanel_dec4m_7{display:flex;flex-direction:column;height:100%;background:linear-gradient(135deg,#f0f9ff,#f3e8ff)}._contentList_dec4m_14{flex:1;overflow-y:auto;padding:.5rem}._contentList_dec4m_14::-webkit-scrollbar{width:6px}._contentList_dec4m_14::-webkit-scrollbar-track{background:transparent}._contentList_dec4m_14::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._contentList_dec4m_14::-webkit-scrollbar-thumb:hover{background:#9ca3af}._gradeItem_dec4m_38{margin-bottom:.5rem}._gradeButton_dec4m_42{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;font-weight:600;color:#1f2937;font-size:.875rem;transition:all .2s ease}._gradeButton_dec4m_42:hover{background:#f9fafb;border-color:#2563eb;box-shadow:0 1px 3px #2563eb1a}._gradeName_dec4m_64{flex:1;text-align:left}._progressBadge_dec4m_70{padding:.25rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:700;white-space:nowrap}._progressNone_dec4m_78{background:#f3f4f6;color:#374151}._progressLow_dec4m_83{background:#fef08a;color:#78350f}._progressMedium_dec4m_88{background:#93c5fd;color:#1e3a8a}._progressHigh_dec4m_93{background:#d1fae5;color:#065f46}._subjectsList_dec4m_99{margin-left:.5rem;margin-top:.25rem;padding-left:.5rem;border-left:2px solid #dbeafe}._subjectItem_dec4m_106{margin-bottom:.5rem}._subjectButton_dec4m_110{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .5rem;background:transparent;border:1px solid transparent;border-radius:.375rem;cursor:pointer;font-weight:500;color:#374151;font-size:.8125rem;transition:all .2s ease}._subjectButton_dec4m_110:hover{background:#f3f4f6;border-color:#e5e7eb}._subjectName_dec4m_131{flex:1;text-align:left}._booksList_dec4m_137{margin-left:.5rem;margin-top:.25rem;padding-left:.5rem;border-left:2px solid #dbeafe}._bookItem_dec4m_144{margin-bottom:.5rem}._bookButton_dec4m_148{display:flex;align-items:center;gap:.375rem;width:100%;padding:.5rem;background:transparent;border:1px solid transparent;border-radius:.375rem;cursor:pointer;font-weight:500;color:#6b7280;font-size:.75rem;transition:all .2s ease}._bookButton_dec4m_148:hover{background:#f9fafb;border-color:#e5e7eb;color:#374151}._bookName_dec4m_170{flex:1;text-align:left}._chaptersList_dec4m_176{margin-left:.5rem;margin-top:.25rem;padding-left:.5rem;border-left:2px solid #dbeafe}._chapterButton_dec4m_183{display:flex;align-items:center;gap:.375rem;width:100%;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;color:#4b5563;font-size:.75rem;transition:all .2s ease;overflow:hidden}._chapterButton_dec4m_183:hover{background:#f0f9ff;border-color:#2563eb;color:#1f2937}._chapterCheckbox_dec4m_205{margin-right:.5rem}._modalOverlay_dec4m_210{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000}._chapterRow_dec4m_223{display:flex;align-items:center;gap:.75rem;padding:.875rem;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:.75rem;background:#fff;transition:all .2s ease}._chapterRow_dec4m_223:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1f;background:#f0f9ff}._chapterRow_dec4m_223._chapterSelected_dec4m_241{border-color:#2563eb;background:#eff6ff;box-shadow:0 2px 8px #2563eb26}._chapterName_dec4m_247{flex:1;font-size:.9375rem;color:#374151;font-weight:500;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._chapterActions_dec4m_258{display:flex;align-items:center;gap:.375rem;flex-shrink:0}._pdfButton_dec4m_265{background:transparent;border:1px solid #e5e7eb;cursor:pointer;padding:.4rem .5rem;border-radius:.375rem;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._pdfButton_dec4m_265:hover:not(:disabled){background:#eff6ff;border-color:#2563eb;color:#2563eb}._pdfButton_dec4m_265:disabled{opacity:.4;cursor:not-allowed}._downloadButton_dec4m_289{background:transparent;border:1px solid #e5e7eb;cursor:pointer;padding:.4rem .5rem;border-radius:.375rem;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._downloadButton_dec4m_289:hover:not(:disabled){background:#f0fdf4;border-color:#15803d;color:#15803d}._downloadButton_dec4m_289:disabled{opacity:.4;cursor:not-allowed}._generateQuestionsButton_dec4m_314{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;background:#f0fdf4;border:1px solid #86efac;border-radius:.375rem;color:#15803d;font-size:.72rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease;flex-shrink:0}._generateQuestionsButton_dec4m_314:hover:not(:disabled){background:#dcfce7;border-color:#22c55e;color:#166534}._generateQuestionsButton_dec4m_314:disabled{opacity:.6;cursor:not-allowed}._generateQuestionsSpinner_dec4m_342{display:inline-block;width:12px;height:12px;border:2px solid #86efac;border-top-color:#15803d;border-radius:50%;animation:_spin_dec4m_970 .7s linear infinite}._questionInlineMsg_dec4m_357{font-size:.7rem;padding:.2rem .5rem;border-radius:.25rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._questionInlineMsg_dec4m_357._info_dec4m_367{background:#f0fdf4;color:#15803d;border:1px solid #86efac}._questionInlineMsg_dec4m_357._error_dec4m_373{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}._modalContent_dec4m_379{background:#fff;padding:1rem;border-radius:.5rem;width:90%;max-width:400px}._modalActions_dec4m_387{margin-top:.75rem;display:flex;justify-content:flex-end;gap:.5rem}._modalTitle_dec4m_395{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}._modalDescription_dec4m_402{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}._focusInput_dec4m_408{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;resize:vertical;font-size:.9375rem;margin-bottom:.5rem}._focusInput_dec4m_408:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}._chapterIcon_dec4m_424{flex-shrink:0;color:#10b981}._progressIndicator_dec4m_429{flex-shrink:0;font-weight:600;padding:0 .25rem;font-size:.65rem}._emptyState_dec4m_437{display:flex;align-items:center;justify-content:center;padding:2rem 1rem;color:#9ca3af;text-align:center;font-size:.875rem}._sidebar_dec4m_448{display:flex;flex-direction:row;height:100%;padding:0}._sidebarTabs_dec4m_456{display:flex;flex-direction:column;width:40px;flex-shrink:0;border-right:1px solid #e5e7eb;background:linear-gradient(180deg,#f0f9ff,#f3e8ff);padding:.5rem 0;gap:.125rem}._sidebarTab_dec4m_456{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:.625rem 0;border:none;border-right:2px solid transparent;background:transparent;cursor:pointer;color:#6b7280;font-size:.6875rem;font-weight:500;width:100%;transition:color .15s,border-color .15s,background .15s}._sidebarTab_dec4m_456:hover{color:#374151;background:#fff9}._sidebarTabActive_dec4m_490{color:#2563eb;border-right-color:#2563eb;background:#fff;font-weight:600}._sidebarTabIcon_dec4m_497{display:flex;align-items:center;justify-content:center;position:relative}._sidebarTabLabel_dec4m_504{display:none}._sidebarTabBadge_dec4m_508{position:absolute;top:-4px;right:-8px;background:#2563eb;color:#fff;font-size:.55rem;font-weight:700;min-width:14px;height:14px;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}._sidebarContent_dec4m_527{flex:1;overflow:hidden;display:flex;flex-direction:column}._tabPanel_dec4m_534{display:flex;flex-direction:column;height:100%;overflow:hidden}._sidebarSearchBox_dec4m_542{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._sidebarSearchIcon_dec4m_551{flex-shrink:0;color:#9ca3af}._sidebarSearchInput_dec4m_556{flex:1;border:none;background:transparent;font-size:.8125rem;color:#374151;outline:none;padding:0}._sidebarSearchInput_dec4m_556::placeholder{color:#9ca3af}._itemList_dec4m_571{flex:1;overflow-y:auto;padding:.5rem}._itemList_dec4m_571::-webkit-scrollbar{width:4px}._itemList_dec4m_571::-webkit-scrollbar-track{background:transparent}._itemList_dec4m_571::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}._emptyStateMsg_dec4m_590{font-size:.8125rem;color:#6b7280;text-align:center;padding:2rem 1rem;margin:0}._noteItem_dec4m_598{display:block;width:100%;text-align:left;border:1px solid #e5e7eb;cursor:pointer;border-radius:.375rem;padding:.625rem .75rem;margin-bottom:.375rem;background:#fff;transition:all .2s ease}._noteItem_dec4m_598:hover{border-color:#2563eb;box-shadow:0 1px 3px #2563eb14}._chatItem_dec4m_616{display:flex;align-items:flex-start;gap:.375rem;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem .625rem;margin-bottom:.375rem;background:#fff;transition:all .2s ease}._chatItem_dec4m_616:hover{border-color:#2563eb;box-shadow:0 1px 3px #2563eb14}._chatItemContent_dec4m_633{flex:1;cursor:pointer;min-width:0;text-align:left;background:transparent;border:none;padding:0;font:inherit;color:inherit}._chatItemActions_dec4m_645{display:flex;flex-direction:column;gap:.25rem;flex-shrink:0;padding-top:.125rem}._chatIconBtn_dec4m_654{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:4px;background:transparent;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}._chatIconBtn_dec4m_654:hover{background:#f3f4f6;color:#374151}._chatIconBtnDanger_dec4m_675{color:#dc2626}._chatIconBtnDanger_dec4m_675:hover{background:#fee2e2;color:#991b1b}._noteFocus_dec4m_684{font-size:.875rem;color:#374151;font-weight:500;margin-bottom:.25rem}._noteTimestamp_dec4m_691{font-size:.75rem;color:#9ca3af;margin-top:.25rem}._noteRef_dec4m_697{font-size:.6875rem;color:#6b7280;font-style:italic;margin-top:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._contentReader_dec4m_708{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}._contentHeader_dec4m_716{flex-shrink:0;padding:.625rem 1.25rem;background:linear-gradient(135deg,#dbeafe,#f3e8ff);border-bottom:1px solid #e0e7ff;display:flex;flex-direction:column;gap:.25rem}._titleRow_dec4m_726{display:flex;align-items:center;justify-content:space-between}._chapterSelection_dec4m_732{padding:1.25rem;flex:1;overflow-y:auto}._chapterSelection_dec4m_732 h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1f2937}._generateNotesButton_dec4m_745{margin:1rem 1.25rem 0;padding:.75rem 1.25rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 4px #2563eb26}._generateNotesButton_dec4m_745:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2563eb40}._generateNotesButton_dec4m_745:disabled{opacity:.6;cursor:not-allowed;transform:none}._generatedNotes_dec4m_773{margin:1rem 1.25rem;padding:1rem;background:#f0f9ff;border:1px solid #bfdbfe;border-radius:.5rem;font-size:.875rem;color:#1e40af;overflow-y:auto;max-height:200px}._breadcrumb_dec4m_785{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280;margin-bottom:0}._contentTitle_dec4m_794{font-size:1.25rem;font-weight:700;color:#111827;margin:0;line-height:1.3}._contentMeta_dec4m_802{display:flex;align-items:center;gap:1.5rem;margin-top:.75rem;font-size:.875rem;color:#6b7280}._metaItem_dec4m_811{display:flex;align-items:center;gap:.375rem}._completionStatus_dec4m_818{flex-shrink:0;padding:1rem 1.5rem;background:linear-gradient(135deg,#f0f9ff,#f3e8ff);border-bottom:1px solid #e5e7eb}._completeButton_dec4m_825{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:.375rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}._completeButton_dec4m_825:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 8px #2563eb4d}._completeButton_dec4m_825:disabled{opacity:.6;cursor:not-allowed}._completedBadge_dec4m_851{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#d1fae5;color:#065f46;border-radius:.375rem;font-weight:600;font-size:.875rem}._contentBody_dec4m_864{flex:1;overflow-y:auto;padding:1.5rem}._contentBody_dec4m_864::-webkit-scrollbar{width:6px}._contentBody_dec4m_864::-webkit-scrollbar-track{background:#f9fafb}._contentBody_dec4m_864::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._contentBody_dec4m_864::-webkit-scrollbar-thumb:hover{background:#9ca3af}._contentHtml_dec4m_887{max-width:800px;color:#374151;line-height:1.8;font-size:.95rem}._contentHtml_dec4m_887 h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:1.5rem 0 .75rem}._contentHtml_dec4m_887 h3{font-size:1.25rem;font-weight:600;color:#374151;margin:1.25rem 0 .5rem}._contentHtml_dec4m_887 p{margin:.75rem 0;line-height:1.75}._contentHtml_dec4m_887 ul,._contentHtml_dec4m_887 ol{margin:.75rem 0;padding-left:1.5rem}._contentHtml_dec4m_887 li{margin:.375rem 0}._contentHtml_dec4m_887 strong{font-weight:600;color:#111827}._emptyContentReader_dec4m_929{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;text-align:center;padding:2rem}._emptyIcon_dec4m_940{width:48px;height:48px;color:#e5e7eb;margin-bottom:1rem}._emptyContentReader_dec4m_929 h3{font-size:1.125rem;font-weight:600;color:#6b7280;margin:.5rem 0}._emptyContentReader_dec4m_929 p{font-size:.875rem;color:#9ca3af}._loadingState_dec4m_960{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:#6b7280}._spinner_dec4m_970{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:_spin_dec4m_970 1s linear infinite}@keyframes _spin_dec4m_970{to{transform:rotate(360deg)}}@media(max-width:1024px){._contentHeader_dec4m_716{padding:.5rem 1rem}._contentTitle_dec4m_794{font-size:1.125rem}._contentBody_dec4m_864{padding:1rem}._contentHtml_dec4m_887{font-size:.875rem}}@media(max-width:768px){._gradeButton_dec4m_42,._chapterButton_dec4m_183{font-size:.75rem;padding:.5rem}._searchInput_dec4m_1011{font-size:.75rem;padding:.375rem .5rem}._contentHeader_dec4m_716{padding:.5rem .75rem}._contentTitle_dec4m_794{font-size:1rem}._contentBody_dec4m_864{padding:.75rem}._contentMeta_dec4m_802{gap:1rem;font-size:.75rem}}._infoMessage_dec4m_1036{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.9375rem;animation:_slideIn_dec4m_1 .3s ease}._infoMessage_dec4m_1036._info_dec4m_367{background:#dbeafe;border:1px solid #93c5fd;color:#0c4a6e}._infoMessage_dec4m_1036._error_dec4m_373{background:#fee2e2;border:1px solid #fca5a5;color:#7f1d1d}._infoMessage_dec4m_1036 p{margin:0;flex:1}._infoMessage_dec4m_1036 button{background:transparent;border:none;font-size:1.25rem;cursor:pointer;color:currentColor;opacity:.7;transition:opacity .2s ease}._infoMessage_dec4m_1036 button:hover{opacity:1}@keyframes _slideIn_dec4m_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._pdfModalOverlay_dec4m_1091{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_dec4m_1 .2s ease}._pdfModalContent_dec4m_1105{width:90%;height:90vh;max-width:1200px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;overflow:hidden}@keyframes _fadeIn_dec4m_1{0%{opacity:0}to{opacity:1}}@media(max-width:768px){._pdfModalOverlay_dec4m_1091{padding:1rem}._pdfModalContent_dec4m_1105{width:100%;height:calc(100vh - 2rem);border-radius:.5rem}}._srOnly_dec4m_1139{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._navTreeContainer_dec4m_1152{flex:1;overflow-y:auto;min-height:0;padding:.5rem}._navTreeContainer_dec4m_1152::-webkit-scrollbar{width:4px}._navTreeContainer_dec4m_1152::-webkit-scrollbar-track{background:transparent}._navTreeContainer_dec4m_1152::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}._navSearchBox_dec4m_1173{display:flex;align-items:center;gap:.375rem;margin:.75rem .75rem .5rem;padding:.5rem .625rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;transition:border-color .2s}._navSearchBox_dec4m_1173:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._navSearchIcon_dec4m_1190{flex-shrink:0;color:#9ca3af}._navSearchInput_dec4m_1195{flex:1;border:none;background:transparent;font-size:.8125rem;color:#374151;outline:none;padding:0;min-width:0}._navSearchInput_dec4m_1195::placeholder{color:#9ca3af}._navFilterRow_dec4m_1210{display:flex;gap:.375rem;padding:0 .75rem .625rem;flex-wrap:wrap;border:none;margin:0}._navFilterPill_dec4m_1219{padding:.25rem .625rem;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#6b7280;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}._navFilterPill_dec4m_1219:hover{border-color:#2563eb;color:#2563eb}._navFilterPillActive_dec4m_1237{background:#2563eb;border-color:#2563eb;color:#fff}._navEmptyBooks_dec4m_1243{font-size:.75rem;color:#9ca3af;padding:.5rem .75rem;margin:0;font-style:italic}._chapterSectionTitle_dec4m_1252{margin:0 0 .75rem;font-size:.9375rem;font-weight:600;color:#374151;letter-spacing:.01em}._questionsButton_dec4m_1261{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .5rem;background:transparent;border:1px solid #e5e7eb;border-radius:.375rem;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}._questionsButton_dec4m_1261:hover{background:#faf5ff;border-color:#7c3aed;color:#7c3aed}._questionsButtonActive_dec4m_1281{background:#7c3aed;border-color:#7c3aed;color:#fff}._catalogFullView_dec4m_1288{display:flex;flex-direction:column;flex:1;overflow:hidden}._catalogBackButton_dec4m_1295{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;color:#2563eb;background:transparent;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}._catalogBackButton_dec4m_1295:hover{background:#eff6ff;color:#1d4ed8}._catalogFullView_dec4m_1288 ._questionsPanel_dec4m_1316{margin:0;border-radius:0;border-left:none;border-right:none;border-bottom:none;flex:1;overflow:hidden}._bookPdfSection_dec4m_1327{margin:.875rem 1.25rem;border:1px solid #dbeafe;border-radius:.625rem;background:#f0f9ff;overflow:hidden;flex-shrink:0}._bookPdfSectionTitle_dec4m_1336{display:flex;align-items:center;gap:.5rem;margin:0;padding:.625rem .875rem;font-size:.8125rem;font-weight:600;color:#1e40af;background:#dbeafe;border-bottom:1px solid #bfdbfe}._bookPdfList_dec4m_1349{display:flex;flex-direction:column}._bookPdfRow_dec4m_1354{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .875rem;border-bottom:1px solid #dbeafe}._bookPdfRow_dec4m_1354:last-child{border-bottom:none}._bookPdfChapterName_dec4m_1367{flex:1;font-size:.8125rem;color:#374151;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._bookPdfActions_dec4m_1377{display:flex;align-items:center;gap:.375rem;flex-shrink:0}._bookPdfActions_dec4m_1377 ._pdfButton_dec4m_265,._bookPdfActions_dec4m_1377 ._questionsButton_dec4m_1261{gap:.25rem;padding:.35rem .625rem;font-size:.75rem;font-weight:500}._questionsPanel_dec4m_1316{margin:.5rem 0 .75rem;border:1px solid #ede9fe;border-radius:.625rem;background:#faf5ff;display:flex;flex-direction:column;max-height:600px;overflow:hidden}._questionsPanelHeader_dec4m_1405{display:flex;align-items:flex-start;justify-content:space-between;padding:.75rem 1rem;background:#7c3aed;color:#fff;gap:.75rem;flex-shrink:0}._questionsPanelTitle_dec4m_1416{display:flex;flex-direction:column;gap:.125rem;min-width:0}._questionsPanelChapter_dec4m_1423{font-size:.9375rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._questionsPanelSubtitle_dec4m_1431{font-size:.75rem;opacity:.85}._questionsPanelClose_dec4m_1436{background:#0003;border:none;border-radius:.375rem;color:#fff;cursor:pointer;padding:.375rem;display:flex;align-items:center;flex-shrink:0;transition:background .15s}._questionsPanelClose_dec4m_1436:hover{background:#ffffff4d}._questionsPanelHeaderActions_dec4m_1453{display:flex;align-items:center;gap:.375rem;flex-shrink:0}._questionsPanelDownload_dec4m_1460{background:#0003;border:none;border-radius:.375rem;color:#fff;cursor:pointer;padding:.375rem;display:flex;align-items:center;flex-shrink:0;transition:background .15s}._questionsPanelDownload_dec4m_1460:hover{background:#ffffff4d}._questionsSearchBox_dec4m_1477{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-bottom:1px solid #ede9fe;flex-shrink:0;background:#fff}._questionsSearchIcon_dec4m_1487{flex-shrink:0;color:#9ca3af}._questionsSearchInput_dec4m_1492{flex:1;border:none;background:transparent;font-size:.8125rem;color:#374151;outline:none;padding:0;min-width:0}._questionsSearchInput_dec4m_1492::placeholder{color:#9ca3af}._questionsSearchClear_dec4m_1507{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.125rem;display:flex;align-items:center;flex-shrink:0;border-radius:.25rem;transition:color .15s}._questionsSearchClear_dec4m_1507:hover{color:#374151}._questionsCategoryTabs_dec4m_1524{display:flex;gap:0;flex-shrink:0;border-bottom:1px solid #ede9fe;background:#fff;overflow-x:auto}._questionsCategoryTab_dec4m_1524{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:none;border-bottom:2px solid transparent;background:transparent;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}._questionsCategoryTab_dec4m_1524:hover{color:#7c3aed}._questionsCategoryTabActive_dec4m_1553{color:#7c3aed;border-bottom-color:#7c3aed;font-weight:600}._questionsCategoryCount_dec4m_1559{background:#ede9fe;color:#7c3aed;border-radius:9999px;font-size:.65rem;font-weight:700;padding:.1rem .375rem;min-width:18px;text-align:center;line-height:1.4}._questionsCategoryTabActive_dec4m_1553 ._questionsCategoryCount_dec4m_1559{background:#7c3aed;color:#fff}._questionsList_dec4m_1576{flex:1;overflow-y:auto;padding:.75rem}._questionsList_dec4m_1576::-webkit-scrollbar{width:4px}._questionsList_dec4m_1576::-webkit-scrollbar-track{background:transparent}._questionsList_dec4m_1576::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}._questionsLoading_dec4m_1595{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;color:#6b7280;font-size:.875rem}._questionsSpinner_dec4m_1605{animation:_spin_dec4m_970 1s linear infinite}._questionsError_dec4m_1609{padding:1rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:.5rem;color:#991b1b;font-size:.875rem}._questionsEmpty_dec4m_1618{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9ca3af;font-size:.875rem;padding:2rem 1rem;margin:0}._questionsEmpty_dec4m_1618 p{margin:0}._questionsCategoryHeading_dec4m_1634{font-size:.8125rem;font-weight:700;color:#7c3aed;text-transform:uppercase;letter-spacing:.05em;margin:.75rem 0 .5rem;padding-bottom:.25rem;border-bottom:1px solid #ede9fe}._questionsCategoryHeading_dec4m_1634:first-child{margin-top:0}._questionCard_dec4m_1650{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.875rem;margin-bottom:.625rem;transition:box-shadow .15s}._questionCard_dec4m_1650:hover{box-shadow:0 2px 8px #7c3aed14;border-color:#ddd6fe}._questionHeader_dec4m_1664{display:flex;gap:.5rem;margin-bottom:.5rem}._questionNumber_dec4m_1670{flex-shrink:0;font-size:.75rem;font-weight:700;color:#fff;background:#7c3aed;border-radius:.25rem;padding:.125rem .375rem;line-height:1.4;align-self:flex-start;margin-top:.1rem}._questionText_dec4m_1683{flex:1;font-size:.9rem;color:#1f2937;font-weight:500;margin:0;line-height:1.5}._questionSource_dec4m_1692{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;color:#4b5563;background:#f3f4f6;border-radius:.25rem;padding:.125rem .5rem;margin-bottom:.5rem}._questionImageWrap_dec4m_1704{margin:.5rem 0 .25rem}._mcqOptions_dec4m_1709{list-style:none;padding:0;margin:0 0 .5rem;display:flex;flex-direction:column;gap:.375rem}._mcqOption_dec4m_1709{display:flex;align-items:flex-start;gap:.5rem;padding:.375rem .625rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.85rem;color:#374151;transition:background .15s}._mcqOptionCorrect_dec4m_1730{background:#d1fae5;border-color:#6ee7b7;color:#065f46;font-weight:600}._mcqLabel_dec4m_1737{flex-shrink:0;font-weight:700;color:#7c3aed;min-width:16px}._mcqOptionCorrect_dec4m_1730 ._mcqLabel_dec4m_1737{color:#065f46}._importantBtn_dec4m_1749{flex-shrink:0;background:none;border:none;cursor:pointer;padding:.125rem .25rem;color:#d1d5db;line-height:1;align-self:flex-start;margin-top:.05rem;transition:color .15s,transform .1s}._importantBtn_dec4m_1749:hover{color:#f59e0b;transform:scale(1.2)}._importantBtnActive_dec4m_1767{color:#f59e0b}._importantBtnActive_dec4m_1767 svg{fill:#f59e0b}._questionsCategoryTabImportant_dec4m_1776{gap:.3rem}._importantTabIcon_dec4m_1780{flex-shrink:0;transition:fill .15s}._questionsCategoryTabActive_dec4m_1553._questionsCategoryTabImportant_dec4m_1776 ._importantTabIcon_dec4m_1780{fill:#7c3aed}._questionsEmptyIcon_dec4m_1790{color:#d1d5db;margin-bottom:.5rem}._questionsEmptyHint_dec4m_1795{font-size:.8rem;color:#9ca3af;display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap;margin-top:.25rem}._questionsEmptyStarInline_dec4m_1806{color:#f59e0b;fill:#f59e0b;display:inline;vertical-align:middle}._revealBtn_dec4m_1814{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .625rem;border:1px solid #ddd6fe;border-radius:.375rem;background:#faf5ff;color:#7c3aed;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s}._revealBtn_dec4m_1814:hover{background:#ede9fe;border-color:#7c3aed}._answerBox_dec4m_1835{margin-top:.5rem;padding:.625rem .75rem;background:#f0fdf4;border:1px solid #86efac;border-radius:.375rem;font-size:.875rem;color:#166534;line-height:1.5}._answerBox_dec4m_1835 p{margin:0}._answerBox_dec4m_1835 strong{font-weight:600}@media(max-width:768px){._questionsPanel_dec4m_1316{max-height:500px}._bookPdfRow_dec4m_1354{flex-direction:column;align-items:flex-start;gap:.5rem}._navFilterRow_dec4m_1210{gap:.25rem}}._subSummaryCard_dec4m_1871{display:flex;flex-direction:column;gap:.625rem;padding:.875rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;margin:.75rem .5rem}._subSummaryRow_dec4m_1882{display:flex;align-items:center;gap:.375rem}._subSummaryPlan_dec4m_1888{font-size:.875rem;font-weight:600;color:#111827;flex:1}._subSummaryBadge_dec4m_1895{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .4rem;border-radius:999px}._subSummaryBadgeActive_dec4m_1904{background:#dcfce7;color:#15803d}._subSummaryBadgeExpired_dec4m_1909{background:#fef2f2;color:#991b1b}._subSummaryIconOk_dec4m_1914{color:#10b981;flex-shrink:0}._subSummaryIconWarn_dec4m_1919{color:#f59e0b;flex-shrink:0}._subSummaryUsage_dec4m_1924{display:flex;flex-direction:column;gap:.25rem}._subSummaryUsageLabel_dec4m_1930{font-size:.75rem;color:#4b5563}._subSummaryUsageTrack_dec4m_1935{height:5px;background:#e0f2fe;border-radius:999px;overflow:hidden}._subSummaryUsageFill_dec4m_1942{height:100%;width:var(--usage-pct, 0%);background:#2563eb;border-radius:999px;transition:width .4s ease}._subSummaryExpiry_dec4m_1950{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280}._subSummaryMsg_dec4m_1958{font-size:.8125rem;font-weight:500;color:#374151;margin:0}._subSummaryHint_dec4m_1965{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4}._subSummaryEmpty_dec4m_1972{display:flex;flex-direction:column;gap:.375rem;padding:.875rem 1rem;margin:.75rem .5rem;background:#fffbeb;border:1px solid #fde68a;border-radius:10px}._perfTab_1237o_2{display:flex;flex-direction:column;height:100%;overflow:hidden}._perfTabHeader_1237o_9{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._perfTabHeader_1237o_9 h3{font-size:.9375rem;font-weight:600;color:#111827;margin:0}._btnBack_1237o_25{background:none;border:none;cursor:pointer;font-size:.8125rem;color:#2563eb;padding:0;font-weight:500}._btnBack_1237o_25:hover{text-decoration:underline}._paperList_1237o_38{flex:1;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.375rem}._paperCard_1237o_47{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}._paperCard_1237o_47:hover{border-color:#2563eb;background:#f0f9ff}._paperCardIcon_1237o_61{color:#2563eb;flex-shrink:0}._paperCardBody_1237o_66{flex:1;min-width:0}._paperCardTitle_1237o_71{font-size:.8125rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._paperCardMeta_1237o_80{font-size:.6875rem;color:#6b7280;display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;margin-top:.125rem}._paperCardTime_1237o_90{display:flex;align-items:center;gap:.125rem}._paperCardMain_1237o_96{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0;background:none;border:none;padding:0;cursor:pointer;text-align:left}._paperCardActions_1237o_109{display:flex;align-items:center;gap:.25rem;flex-shrink:0}._paperCardArrow_1237o_116{color:#9ca3af}._emptyPapers_1237o_119{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#6b7280;text-align:center}._emptyIcon_1237o_131{color:#d1d5db}._emptyPapers_1237o_119 p{font-size:.875rem;margin:0}._loadingRow_1237o_138{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#6b7280;font-size:.875rem}._generateForm_1237o_149{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}._formGroup_1237o_158{display:flex;flex-direction:column;gap:.375rem}._formGroupHeader_1237o_164{display:flex;align-items:center;justify-content:space-between}._formLabel_1237o_170{font-size:.8125rem;font-weight:600;color:#374151}._formInput_1237o_176,._formSelect_1237o_177{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8125rem;color:#111827;background:#fff;outline:none;width:100%;box-sizing:border-box}._formInput_1237o_176:focus,._formSelect_1237o_177:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._chapterCheckboxes_1237o_192{display:flex;flex-direction:column;gap:.375rem;max-height:140px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem}._checkboxLabel_1237o_203{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#374151;cursor:pointer}._bookCheckboxes_1237o_213{display:flex;flex-direction:column;gap:.375rem;max-height:120px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem}._chapterDropdown_1237o_225{position:relative}._chapterSearchInput_1237o_229{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8125rem;color:#111827;background:#fff;outline:none;width:100%;box-sizing:border-box}._chapterSearchInput_1237o_229:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._chapterDropdownList_1237o_246{position:absolute;top:calc(100% + 2px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 12px #0000001a;max-height:180px;overflow-y:auto;z-index:100;list-style:none;padding:.25rem 0;margin:0}._chapterDropdownItem_1237o_263{display:flex;align-items:center;gap:.5rem;padding:.4375rem .625rem;font-size:.8125rem;color:#374151;cursor:pointer;transition:background .1s;width:100%;background:none;border:none;text-align:left}._chapterDropdownItem_1237o_263:hover{background:#f3f4f6}._chapterDropdownItemSelected_1237o_282{background:#eff6ff;color:#1d4ed8}._chapterDropdownItemSelected_1237o_282:hover{background:#dbeafe}._chapterDropdownCheck_1237o_291{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;color:#2563eb}._chapterBookLabel_1237o_301{font-weight:600;color:#6b7280}._chapterDropdownItemSelected_1237o_282 ._chapterBookLabel_1237o_301{color:#1d4ed8}._chapterDropdownEmpty_1237o_310{padding:.75rem;font-size:.8125rem;color:#9ca3af;text-align:center}._selectedChipList_1237o_318{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem}._chapterChip_1237o_325{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .25rem .2rem .5rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;font-size:.6875rem;color:#1d4ed8;max-width:220px}._chapterChipName_1237o_338{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chapterChipRemove_1237o_344{flex-shrink:0;display:flex;align-items:center;background:none;border:none;cursor:pointer;color:#93c5fd;padding:.125rem;border-radius:2px;line-height:1}._chapterChipRemove_1237o_344:hover{color:#1d4ed8;background:#bfdbfe}._questionGroup_1237o_363{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#f9fafb;margin-bottom:.375rem}._groupSelect_1237o_374{padding:.25rem .375rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.75rem;background:#fff;color:#111827}._groupField_1237o_383{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#6b7280;white-space:nowrap}._groupInput_1237o_392{width:52px;padding:.25rem .375rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.8125rem;text-align:center}._marksTotal_1237o_401{font-size:.8125rem;color:#374151;text-align:right;padding-top:.25rem}._btnAddGroup_1237o_408{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid #2563eb;border-radius:.25rem;background:transparent;color:#2563eb;font-size:.75rem;cursor:pointer;font-weight:500}._btnAddGroup_1237o_408:hover{background:#eff6ff}._btnRemoveGroup_1237o_424{padding:.25rem;border:none;background:transparent;color:#ef4444;cursor:pointer;border-radius:.25rem;display:flex;align-items:center}._btnRemoveGroup_1237o_424:hover{background:#fef2f2}._formError_1237o_437{font-size:.8125rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;padding:.5rem .75rem;margin:0}._btnGenerate_1237o_447{width:100%;padding:.625rem;border:none;border-radius:.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}._btnGenerate_1237o_447:disabled{opacity:.6;cursor:not-allowed}._btnGenerate_1237o_447:not(:disabled):hover{opacity:.9}._btnPrimary_1237o_464{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:none;border-radius:.375rem;background:#2563eb;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}._btnPrimary_1237o_464:hover{background:#1d4ed8}._btnPrimary_1237o_464:disabled{opacity:.6;cursor:not-allowed}._btnSecondary_1237o_483{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}._btnSecondary_1237o_483:hover{background:#f9fafb}._btnSecondary_1237o_483:disabled{opacity:.6;cursor:not-allowed}._btnIcon_1237o_502{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;color:#374151;border-radius:.25rem;cursor:pointer}._btnIcon_1237o_502:hover{background:#f3f4f6;color:#374151}._btnDanger_1237o_519{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid #fca5a5;border-radius:.375rem;background:#fff;color:#b91c1c;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}._btnDanger_1237o_519:hover{background:#fef2f2;border-color:#f87171}._btnDanger_1237o_519:disabled{opacity:.6;cursor:not-allowed}._btnCloseAttempt_1237o_538{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.375rem .875rem;border:1px solid #e5e7eb;border-radius:.5rem;background:transparent;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;transition:color .15s,border-color .15s,background .15s;align-self:flex-start}._btnCloseAttempt_1237o_538:hover{color:#b91c1c;border-color:#fca5a5;background:#fff1f2}._btnCloseAttempt_1237o_538:disabled{opacity:.5;cursor:not-allowed}._spinner_1237o_558{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:_spin_1237o_558 .8s linear infinite}@keyframes _spin_1237o_558{to{transform:rotate(360deg)}}._paperView_1237o_570{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}._paperViewLoading_1237o_578{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:#6b7280}._paperViewHeader_1237o_588{display:flex;align-items:flex-start;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0;gap:.75rem}._paperViewTitle_1237o_598 h2{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .125rem}._paperMeta_1237o_605{font-size:.75rem;color:#6b7280}._paperViewActions_1237o_610{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._paperViewBody_1237o_617{display:flex;flex:1;min-height:0;overflow:hidden;gap:0}._paperQuestions_1237o_626{flex:1;overflow-y:auto;padding:1rem;border-right:1px solid #e5e7eb}._sectionTitle_1237o_633{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}._questionList_1237o_640{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._questionItem_1237o_649{border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem}._questionHeader_1237o_655{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._questionNum_1237o_662{font-size:.75rem;font-weight:700;color:#6b7280}._questionTypeBadge_1237o_668{font-size:.6rem;font-weight:700;padding:.1rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}._type_mcq_1237o_677{background:#dbeafe;color:#1d4ed8}._type_subjective_1237o_678{background:#dcfce7;color:#15803d}._type_existing_1237o_679{background:#fef9c3;color:#a16207}._questionMarks_1237o_681{margin-left:auto;font-size:.75rem;color:#6b7280;font-weight:500}._questionText_1237o_688{font-size:.875rem;color:#111827;margin:0 0 .5rem;line-height:1.5}._questionImageWrap_1237o_695{margin:.5rem 0 .25rem}._optionList_1237o_699{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}._optionItem_1237o_708{font-size:.8125rem;color:#374151;padding:.25rem .5rem;border-radius:.25rem}._correctOption_1237o_715{background:#dcfce7;color:#15803d;font-weight:600}._attemptsPanel_1237o_722{width:300px;flex-shrink:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f9fafb}._attemptsPanelHeader_1237o_732{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._activeAttempt_1237o_741{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.625rem;background:#fffbeb}._attemptTimer_1237o_750{display:flex;align-items:center;gap:.375rem;color:#d97706}._timerValue_1237o_757{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums}._timerLabel_1237o_763{font-size:.6875rem;color:#92400e}._checkingModeRow_1237o_768{display:flex;align-items:center;justify-content:space-between}._fieldLabel_1237o_774{font-size:.75rem;color:#6b7280;font-weight:500}._modeToggle_1237o_780{display:flex;border:1px solid #d1d5db;border-radius:.25rem;overflow:hidden}._modeBtn_1237o_787{padding:.2rem .5rem;border:none;background:#fff;font-size:.75rem;cursor:pointer;color:#6b7280;transition:background .15s}._modeBtnActive_1237o_797{background:#2563eb;color:#fff;font-weight:600}._hiddenInput_1237o_803{display:none}._uploadSection_1237o_806{display:flex;flex-direction:column;gap:.375rem}._uploadRow_1237o_812{display:flex;align-items:center;gap:.5rem}._uploadHint_1237o_818{font-size:.6875rem;color:#9ca3af;margin:0;line-height:1.4}._filePreviewList_1237o_825{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem;max-height:130px;overflow-y:auto}._filePreviewItem_1237o_836{display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:#f3f4f6;border-radius:.25rem;border:1px solid #e5e7eb;font-size:.6875rem}._filePreviewName_1237o_847{flex:1;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._fileRemoveBtn_1237o_856{flex-shrink:0;display:flex;align-items:center;padding:.125rem;background:none;border:none;cursor:pointer;color:#9ca3af;border-radius:.125rem;line-height:1}._fileRemoveBtn_1237o_856:hover{color:#b91c1c}._attemptList_1237o_871{min-height:0;max-height:360px;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.375rem;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}._attemptList_1237o_871::-webkit-scrollbar{width:5px}._attemptList_1237o_871::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:99px}._attemptCard_1237o_886{flex-shrink:0;border:1px solid #e2e8f0;border-radius:.4rem;background:#fff;overflow:hidden;box-shadow:0 1px 2px #0000000a;display:flex;align-items:center;gap:.25rem}._attemptCardContent_1237o_898{flex:1;display:flex;align-items:center;gap:.375rem;padding:.5rem .625rem;min-height:2.5rem;min-width:0}._reportBtn_1237o_908{flex-shrink:0;margin-right:.5rem;padding:.2rem .45rem;border:1px solid #2563eb;border-radius:.25rem;background:transparent;color:#2563eb;font-size:.6rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .12s,color .12s}._reportBtn_1237o_908:hover{background:#2563eb;color:#fff}._loadOlderBtn_1237o_928{flex-shrink:0;width:100%;padding:.4rem .625rem;border:1px dashed #d1d5db;border-radius:.4rem;background:transparent;color:#6b7280;font-size:.75rem;font-weight:500;cursor:pointer;text-align:center;transition:background .12s,color .12s,border-color .12s}._loadOlderBtn_1237o_928:hover{background:#f3f4f6;color:#374151;border-color:#9ca3af}._attemptNum_1237o_950{width:1.5rem;height:1.5rem;border-radius:50%;background:#eff6ff;color:#1d4ed8;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}._attemptMeta_1237o_965{display:flex;align-items:center;gap:.3rem;flex:1;min-width:0;overflow:hidden}._attemptScore_1237o_974{font-size:.6875rem;font-weight:700;color:#166534;background:#f0fdf4;padding:.1rem .3rem;border-radius:.25rem;flex-shrink:0;white-space:nowrap}._btnViewIcon_1237o_985{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:.25rem;flex-shrink:0;transition:color .12s,background .12s}._btnViewIcon_1237o_985:hover{color:#2563eb;background:#eff6ff}._emptyAttempts_1237o_1001{font-size:.8125rem;color:#6b7280;text-align:center;padding:1.5rem .5rem;margin:0}._statusBadge_1237o_1010{display:inline-flex;align-items:center;gap:.2rem;font-size:.6rem;font-weight:600;padding:.15rem .375rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}._statusPending_1237o_1022{background:#f3f4f6;color:#374151}._statusProcessing_1237o_1023{background:#fef9c3;color:#a16207}._statusCompleted_1237o_1024{background:#dcfce7;color:#15803d}._statusFailed_1237o_1025{background:#fef2f2;color:#b91c1c}._statusNotCompleted_1237o_1026{background:#e5e7eb;color:#374151}._evaluationDetails_1237o_1029{padding:.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}._evalRow_1237o_1037{background:#f9fafb;border-radius:.25rem;padding:.5rem;font-size:.75rem}._evalQuestion_1237o_1044{font-weight:600;color:#111827;margin-bottom:.375rem;line-height:1.4}._evalAnswers_1237o_1051{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.375rem}._evalAnswerItem_1237o_1058{display:flex;gap:.375rem;color:#374151}._evalLabel_1237o_1059{font-weight:600;color:#6b7280;white-space:nowrap}._evalFooter_1237o_1061{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.25rem;padding-top:.25rem;border-top:1px solid #e5e7eb}._evalMarks_1237o_1071{font-weight:700;color:#059669}._evalFeedback_1237o_1076{color:#6b7280;font-style:italic;max-width:60%;text-align:right}._evaluationProcessing_1237o_1083{display:flex;align-items:center;gap:.5rem;padding:.75rem;font-size:.8125rem;color:#6b7280;border-top:1px solid #e5e7eb}._activeAttemptOvertime_1237o_1094{background:#fff1f2;border-left:3px solid #f87171}._timerOvertime_1237o_1099{color:#dc2626}._timeUpBanner_1237o_1103{display:flex;align-items:flex-start;gap:.375rem;padding:.5rem .625rem;background:#fff1f2;border:1px solid #fca5a5;border-radius:.375rem;font-size:.75rem;color:#b91c1c;line-height:1.4}._timeUpBanner_1237o_1103 svg{flex-shrink:0;margin-top:.1rem}._delayedBadge_1237o_1118{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .4rem;border-radius:999px;background:#fef3c7;color:#92400e;flex-shrink:0}._fileTypeError_1237o_1131{display:flex;align-items:flex-start;gap:.3rem;font-size:.6875rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:.25rem;padding:.375rem .5rem;margin:0;line-height:1.4}@media(max-width:900px){._paperViewBody_1237o_617{flex-direction:column}._paperQuestions_1237o_626{border-right:none;border-bottom:1px solid #e5e7eb;max-height:55%}._attemptsPanel_1237o_722{width:100%;max-height:45%}}._normalContainer_1wbxb_3{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}._fullscreenContainer_1wbxb_13{position:fixed;inset:0;width:100%;height:100%;z-index:1000;background:#fff;border-radius:0}._pdfHeader_1wbxb_26{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:1px solid #e0e0e0}._headerTitle_1wbxb_36{display:flex;align-items:center;gap:12px;flex:1}._headerIcon_1wbxb_43{flex-shrink:0}._pdfTitle_1wbxb_47{margin:0;font-size:16px;font-weight:600;line-height:1.2}._pdfSubtitle_1wbxb_54{margin:4px 0 0;font-size:12px;opacity:.9}._headerActions_1wbxb_60{display:flex;gap:8px;align-items:center}._actionButton_1wbxb_66{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease;white-space:nowrap}._actionButton_1wbxb_66:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px)}._actionButton_1wbxb_66:active{transform:translateY(0)}._closeButton_1wbxb_92{display:flex;align-items:center;justify-content:center;padding:6px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer;transition:all .2s ease}._closeButton_1wbxb_92:hover{background:#ff00004d;border-color:#ff000080}._errorContainer_1wbxb_110{padding:12px 16px;background:#ffebee;color:#c62828;border-bottom:1px solid #ef5350;font-size:14px}._pdfContainer_1wbxb_118{flex:1;overflow:hidden;display:flex}._pdfEmbed_1wbxb_124{width:100%;height:100%;border:none;background:#f5f5f5}._pdfFooter_1wbxb_131{padding:8px 16px;background:#fafafa;border-top:1px solid #e0e0e0;font-size:12px;color:#666;text-align:center}._footerText_1wbxb_140{margin:0;display:flex;align-items:center;justify-content:center;gap:4px}._linkButton_1wbxb_148{background:none;border:none;padding:0;color:#667eea;cursor:pointer;text-decoration:underline;font-size:12px}._linkButton_1wbxb_148:hover{color:#764ba2;text-decoration:none}._noPdfContainer_1wbxb_163{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;background:#f9f9f9;border:1px dashed #ddd;border-radius:8px;min-height:300px}._noPdfIcon_1wbxb_176{color:#999;margin-bottom:16px}._iframeLoadingContainer_1wbxb_181{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#666;font-size:14px}._loadingSpinner_1wbxb_191{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;margin-bottom:16px;animation:_spin_1wbxb_1 1s linear infinite}@keyframes _spin_1wbxb_1{to{transform:rotate(360deg)}}._noPdfContainer_1wbxb_163 h4{margin:0 0 8px;font-size:16px;color:#333}._noPdfContainer_1wbxb_163 p{margin:0;font-size:14px;color:#666}@media(max-width:768px){._headerTitle_1wbxb_36{flex-direction:column;text-align:left}._actionButton_1wbxb_66{padding:4px 8px;font-size:12px}._actionButton_1wbxb_66 span{display:none}._headerActions_1wbxb_60{gap:4px}}@media(max-width:480px){._pdfHeader_1wbxb_26{flex-direction:column;align-items:flex-start;gap:12px}._headerTitle_1wbxb_36{width:100%}._headerActions_1wbxb_60{width:100%;justify-content:flex-end}}.qi-thumb-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:3px;cursor:zoom-in;display:inline-flex;transition:border-color .15s ease,box-shadow .15s ease}.qi-thumb-btn:hover{border-color:#93c5fd;box-shadow:0 0 0 2px #bfdbfe}.qi-thumb-btn:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #bfdbfe;outline:none}.qi-thumb{display:block;height:80px;width:auto;max-width:200px;object-fit:contain;border-radius:3px}.qi-thumb-error{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;color:#64748b;font-size:12px;height:36px;cursor:default}.qi-thumb-error-label{font-style:italic}dialog.qi-lightbox{border:none;padding:0;margin:0;background:transparent}dialog[open].qi-lightbox{position:fixed;inset:0;width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;display:flex;align-items:center;justify-content:center;cursor:zoom-out}dialog.qi-lightbox::backdrop{background:#020617d1}.qi-lightbox-close{position:absolute;top:16px;right:20px;background:#0f172aa6;border:none;color:#fff;font-size:18px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.qi-lightbox-close:hover{background:#0f172ae0}.qi-lightbox-close:focus-visible{background:#0f172ae0;outline:2px solid #fff;outline-offset:2px}.qi-lightbox-img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:6px;cursor:default;box-shadow:0 25px 60px #00000080}._chatbotContainer_1a6yi_8{display:flex;flex-direction:column;height:100%;background:#f5f3ff;overflow:hidden}._chatHeader_1a6yi_19{flex-shrink:0;padding:.875rem 1rem;background:linear-gradient(135deg,#4c1d95,#7c3aed,#c026d3 70%,#ec4899);color:#fff;display:flex;align-items:center;gap:.75rem;box-shadow:0 2px 8px #4c1d954d}._chatHeaderContent_1a6yi_30{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._headerIconWrapper_1a6yi_38{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center}._headerIcon_1a6yi_38{animation:_pulse_1a6yi_1 2s ease-in-out infinite}@keyframes _pulse_1a6yi_1{0%,to{opacity:1}50%{opacity:.7}}._headerText_1a6yi_58{display:flex;flex-direction:column;gap:1px;min-width:0}._headerTitle_1a6yi_65{font-weight:700;font-size:1.0625rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerSubtitle_1a6yi_74{font-size:.7rem;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._newChatButton_1a6yi_82{flex-shrink:0;display:flex;align-items:center;gap:.3rem;padding:.4rem .85rem;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.7);border-radius:999px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease;white-space:nowrap}._newChatButton_1a6yi_82:hover{background:#ffffff26;border-color:#fff}._closeButton_1a6yi_104{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;border:none;border-radius:0;color:#fff;cursor:pointer;transition:transform .2s ease;box-shadow:none}._closeButton_1a6yi_104:hover{transform:translateY(-1px)}._closeButton_1a6yi_104 svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:3;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}._closeButtonGlyph_1a6yi_133{font-size:1.55rem;font-weight:800;line-height:1;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6)}._closeButton_1a6yi_104:focus-visible{outline:2px solid #ffffff;outline-offset:2px;border-radius:4px}._messagesContainer_1a6yi_150{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:1.25rem 1rem .75rem;gap:0;background:linear-gradient(180deg,#f5f3ff,#ede9fe)}._messagesContainer_1a6yi_150::-webkit-scrollbar{width:5px}._messagesContainer_1a6yi_150::-webkit-scrollbar-track{background:transparent}._messagesContainer_1a6yi_150::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:3px}._messageItem_1a6yi_176{display:flex;align-items:flex-end;gap:.6rem;margin-bottom:1rem;animation:_slideUp_1a6yi_1 .25s ease-out}@keyframes _slideUp_1a6yi_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._botMessage_1a6yi_190{flex-direction:row;justify-content:flex-start}._userMessage_1a6yi_196{flex-direction:row-reverse;justify-content:flex-start}._messageAvatar_1a6yi_204{flex-shrink:0;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center}._botMessage_1a6yi_190 ._messageAvatar_1a6yi_204{background:linear-gradient(135deg,#7c3aed,#4c1d95);color:#fff}._userMessage_1a6yi_196 ._messageAvatar_1a6yi_204{background:#374151;color:#fff}._messageContent_1a6yi_227{display:flex;flex-direction:column;gap:.3rem;max-width:90%}._botMessage_1a6yi_190 ._messageContent_1a6yi_227{align-items:flex-start}._userMessage_1a6yi_196 ._messageContent_1a6yi_227{align-items:flex-end}._messageBubble_1a6yi_242{padding:.75rem 1rem;border-radius:1rem;word-wrap:break-word;white-space:normal;line-height:1.5;font-size:.9375rem;max-width:100%}._messageBubble_1a6yi_242>:first-child{margin-top:0}._messageBubble_1a6yi_242>:last-child{margin-bottom:0}._messageBubble_1a6yi_242 p{margin:0 0 .35rem}._messageBubble_1a6yi_242 p:last-child{margin-bottom:0}._messageBubble_1a6yi_242 h1,._messageBubble_1a6yi_242 h2,._messageBubble_1a6yi_242 h3,._messageBubble_1a6yi_242 h4,._messageBubble_1a6yi_242 h5,._messageBubble_1a6yi_242 h6{margin:.55rem 0 .3rem;font-weight:700}._messageBubble_1a6yi_242 ul,._messageBubble_1a6yi_242 ol{margin:.25rem 0 .45rem 1.05rem;padding-left:1.15rem}._messageBubble_1a6yi_242 li{margin:.2rem 0}._markdownTableWrapper_1a6yi_288{overflow-x:auto;margin-top:0;margin-bottom:.45rem}._messageBubble_1a6yi_242 table{width:100%;border-collapse:collapse;margin:.45rem 0}._messageBubble_1a6yi_242 th,._messageBubble_1a6yi_242 td{border:1px solid #e5e7eb;padding:.65rem .85rem}._messageBubble_1a6yi_242 th{background:#f8fafc;text-align:left}._botMessage_1a6yi_190 ._messageBubble_1a6yi_242{background:#fff;color:#1f2937;border-bottom-left-radius:.25rem;box-shadow:0 2px 8px #00000014}._userMessage_1a6yi_196 ._messageBubble_1a6yi_242{background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff;border-bottom-right-radius:.25rem;box-shadow:0 2px 8px #6d28d94d}._messageTime_1a6yi_325{font-size:.675rem;color:#9ca3af;padding:0 .25rem}._typingBubble_1a6yi_334{padding:.6rem 1rem!important}._typingDots_1a6yi_338{display:flex;gap:5px;align-items:center;height:18px}._typingDots_1a6yi_338 span{width:7px;height:7px;background:#9ca3af;border-radius:50%;animation:_bounce_1a6yi_1 1.4s infinite}._typingDots_1a6yi_338 span:nth-child(2){animation-delay:.2s}._typingDots_1a6yi_338 span:nth-child(3){animation-delay:.4s}@keyframes _bounce_1a6yi_1{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-8px);opacity:1}}._selectionPanel_1a6yi_364{margin-top:.25rem;margin-bottom:1rem;animation:_slideUp_1a6yi_1 .3s ease-out}._sectionLabel_1a6yi_370{margin:.2rem .2rem .5rem;font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#7890ac}._popularRow_1a6yi_382{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}._popularPill_1a6yi_389{display:flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border:none;border-radius:999px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 6px #00000026;white-space:nowrap}._popularPill_1a6yi_389:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}._pillIcon_1a6yi_410{font-size:.9rem}._subjectGridList_1a6yi_417{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:.55rem}._subjectGridItem_1a6yi_423{width:100%;min-height:48px;border:1px solid #d6dfeb;border-radius:10px;background:#fff;text-align:left;display:flex;align-items:center;gap:.6rem;padding:.52rem .7rem;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}._subjectGridItem_1a6yi_423:hover{border-color:#b9c9de;background:#fbfdff;box-shadow:0 1px 3px #26436a14}._subjectGridItem_1a6yi_423:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}._subjectGridIcon_1a6yi_449{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;color:#65809f;background:#edf4fb;border-radius:6px}._subjectGridLabel_1a6yi_461{flex:1;min-width:0;font-size:.94rem;font-weight:600;color:#153556;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._subjectGridArrow_1a6yi_472{color:#96a9bf}._listSelection_1a6yi_479{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.55rem}._listItem_1a6yi_485{width:100%;border:1px solid #d6dfeb;text-align:left;display:flex;align-items:center;gap:.6rem;padding:.52rem .7rem;background:#fff;border-radius:10px;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}._listItem_1a6yi_485:hover{border-color:#b9c9de;background:#fbfdff;box-shadow:0 1px 3px #26436a14}._listItem_1a6yi_485:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}._listItemIcon_1a6yi_510{flex-shrink:0;width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#65809f;background:#edf4fb}._listItemIcon--book_1a6yi_522,._listItemIcon--chapter_1a6yi_526{background:transparent}._listItemContent_1a6yi_530{flex:1;display:flex;align-items:center;min-width:0}._listItemTitle_1a6yi_537{font-size:.94rem;font-weight:600;color:#153556;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._listItemSubtitle_1a6yi_546,._listItemRadio_1a6yi_551{display:none}._listItemArrow_1a6yi_556{flex-shrink:0;color:#96a9bf}._chapterNumber_1a6yi_561{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:18px;padding:0 4px;border:1px solid #d0dceb;border-radius:999px;background:#f6faff;font-size:.7rem;line-height:1;font-weight:700;color:#65809f}._inputContainer_1a6yi_580{flex-shrink:0;padding:.875rem 1rem;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:flex-end;gap:.625rem}._input_1a6yi_580{flex:1;padding:.7rem 1rem;border:1.5px solid #e5e7eb;border-radius:1.5rem;font-size:.9375rem;font-family:inherit;resize:none;max-height:110px;line-height:1.5;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease;overflow-y:auto}._input_1a6yi_580::placeholder{color:#9ca3af}._input_1a6yi_580:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}._input_1a6yi_580:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}._sendButton_1a6yi_621{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#4c1d95,#6d28d9 52%,#7c3aed);color:#fff;border:1.5px solid rgba(255,255,255,.82);border-radius:50%;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 14px #12042a9e}._sendButton_1a6yi_621:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 22px #12042ab8}._sendButton_1a6yi_621:active:not(:disabled){transform:translateY(0)}._sendButton_1a6yi_621:disabled{opacity:1;background:#8b5cf6;border-color:#c4b5fd;color:#fff;cursor:not-allowed}._sendButton_1a6yi_621 svg{width:34px;height:34px;stroke:#fff;fill:none;stroke-width:3;filter:drop-shadow(0 1px 1px rgba(0,0,0,.58))}._sendButton_1a6yi_621:disabled svg{stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}._sendButton_1a6yi_621:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}@media(max-width:768px){._headerTitle_1a6yi_65{font-size:.9375rem}._headerSubtitle_1a6yi_74{font-size:.625rem}._messagesContainer_1a6yi_150{padding:.875rem .75rem .5rem}._messageBubble_1a6yi_242{padding:.625rem .875rem;font-size:.875rem}._messageContent_1a6yi_227{max-width:80%}._subjectGridList_1a6yi_417{grid-template-columns:repeat(2,minmax(160px,1fr))}._listSelection_1a6yi_479{grid-template-columns:1fr}._listItem_1a6yi_485{padding:.6rem .75rem}._listItemTitle_1a6yi_537{font-size:.875rem}._inputContainer_1a6yi_580{padding:.75rem}._sendButton_1a6yi_621{width:58px;height:58px}}@media(max-width:480px){._messageContent_1a6yi_227{max-width:86%}._messageBubble_1a6yi_242{font-size:.8125rem;padding:.5rem .75rem}._subjectGridList_1a6yi_417{grid-template-columns:1fr}}._wrapper_1iso4_5{position:relative}._bellBtn_1iso4_9{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;cursor:pointer;color:#4b5563;position:relative;transition:color .15s ease,border-color .15s ease}._bellBtn_1iso4_9:hover{color:#111827;border-color:#d1d5db}._bellBtnOpen_1iso4_29{border-color:#6b46ff;color:#6b46ff}._badge_1iso4_34{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;background:linear-gradient(135deg,#e90dda,#15cff1);color:#fff;font-size:.7rem;font-weight:700;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #ffffff}._dropdown_1iso4_52{position:absolute;top:calc(100% + .5rem);right:0;width:min(340px,calc(100vw - 2rem));background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 32px #0b16321f;z-index:100;overflow:hidden}._dropdownHeader_1iso4_65{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;font-size:.85rem;font-weight:700;color:#111827;background:linear-gradient(90deg,#e90dda14,#15cff114)}._dropdownCount_1iso4_77{font-size:.75rem;color:#6b7280;font-weight:600}._list_1iso4_83{list-style:none;margin:0;padding:0;max-height:360px;overflow-y:auto}._item_1iso4_91{display:block;width:100%;text-align:left;background:transparent;border:0;cursor:pointer;padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;color:#111827;transition:background .15s ease}._item_1iso4_91:last-child{border-bottom:0}._item_1iso4_91:hover{background:#f9fafb}._itemTitle_1iso4_112{font-size:.9rem;font-weight:700;margin:0 0 .25rem;display:flex;align-items:center;gap:.4rem;color:#111827}._itemBody_1iso4_122{font-size:.82rem;color:#4b5563;margin:0;line-height:1.45}._severityWarning_1iso4_129{color:#b45309}._severityInfo_1iso4_133{color:#1e40af}._empty_1iso4_137{padding:1.5rem 1rem;text-align:center;color:#6b7280;font-size:.85rem}._wrapper_1k3pf_3{position:relative}._trigger_1k3pf_9{display:flex;align-items:center;gap:.5rem;padding:.3rem .6rem .3rem .3rem;border:1.5px solid transparent;border-radius:2rem;background:transparent;cursor:pointer;transition:background .15s,border-color .15s}._trigger_1k3pf_9:hover,._trigger_1k3pf_9:focus-visible{background:#6366f112;border-color:#6366f14d;outline:none}._triggerInfo_1k3pf_28{display:flex;flex-direction:column;align-items:flex-start;max-width:120px}._triggerName_1k3pf_35{font-size:.85rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}._triggerRole_1k3pf_45{font-size:.7rem;color:#6b7280}._chevronClosed_1k3pf_50{color:#9ca3af;transition:transform .2s}._chevronOpen_1k3pf_55{color:#6366f1;transform:rotate(180deg);transition:transform .2s}._avatar_1k3pf_63{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0;-webkit-user-select:none;user-select:none}._avatarLg_1k3pf_78{width:2.5rem;height:2.5rem;font-size:.85rem}._dropdown_1k3pf_86{position:absolute;top:calc(100% + .5rem);right:0;min-width:260px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:200;overflow:hidden;animation:_dropIn_1k3pf_1 .12s ease}@keyframes _dropIn_1k3pf_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._sectionLabel_1k3pf_105{padding:.5rem 1rem .25rem;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#9ca3af}._activeAccount_1k3pf_116{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#6366f10d}._activeCheck_1k3pf_124{margin-left:auto;color:#6366f1;flex-shrink:0}._accountRow_1k3pf_132{display:flex;align-items:center;gap:.75rem;width:100%;padding:.6rem 1rem;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .12s}._accountRow_1k3pf_132:hover:not(:disabled){background:#f9fafb}._accountRow_1k3pf_132:disabled{opacity:.6;cursor:not-allowed}._accountInfo_1k3pf_154{display:flex;flex-direction:column;min-width:0;flex:1}._accountName_1k3pf_161{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._accountEmail_1k3pf_170{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._roleBadge_1k3pf_178{display:inline-block;margin-top:.1rem;padding:.05rem .4rem;border-radius:20px;background:#ede9fe;color:#5b21b6;font-size:.65rem;font-weight:600;text-transform:capitalize;width:fit-content}._spinner_1k3pf_193{display:block;width:1rem;height:1rem;border:2px solid #d1d5db;border-top-color:#6366f1;border-radius:50%;animation:_spin_1k3pf_193 .6s linear infinite;flex-shrink:0}@keyframes _spin_1k3pf_193{to{transform:rotate(360deg)}}._switchError_1k3pf_210{margin:.25rem 1rem 0;padding:.4rem .6rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;font-size:.78rem;color:#b91c1c}._divider_1k3pf_222{border:none;border-top:1px solid #f3f4f6;margin:.25rem 0}._menuAction_1k3pf_230{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;border:none;background:transparent;cursor:pointer;font-size:.875rem;color:#374151;text-align:left;transition:background .12s}._menuAction_1k3pf_230:hover{background:#f9fafb}._menuActionDanger_1k3pf_249{color:#dc2626}._menuActionDanger_1k3pf_249:hover{background:#fef2f2}._dropdownFooter_1k3pf_259{display:flex;align-items:center;gap:.3rem;padding:.5rem 1rem;font-size:.7rem;color:#9ca3af;border-top:1px solid #f3f4f6;background:#fafafa}@media(max-width:480px){._triggerInfo_1k3pf_28,._chevronClosed_1k3pf_50,._chevronOpen_1k3pf_55{display:none}._dropdown_1k3pf_86{right:-.5rem;min-width:240px}}._overlay_1ysn1_3{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem;animation:_fadeIn_1ysn1_1 .15s ease}@keyframes _fadeIn_1ysn1_1{0%{opacity:0}to{opacity:1}}._modal_1ysn1_20{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000002e;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;animation:_slideUp_1ysn1_1 .18s ease}@keyframes _slideUp_1ysn1_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._modalHeader_1ysn1_38{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 0}._title_1ysn1_45{font-size:1.1rem;font-weight:700;color:#111827;margin:0}._closeBtn_1ysn1_52{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:50%;background:transparent;color:#6b7280;cursor:pointer;transition:background .12s,color .12s}._closeBtn_1ysn1_52:hover{background:#f3f4f6;color:#111827}._tabs_1ysn1_73{display:flex;border-bottom:1px solid #e5e7eb;margin:.75rem 1.5rem 0}._tab_1ysn1_73{flex:1;padding:.6rem .5rem;border:none;background:transparent;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}._tab_1ysn1_73:hover{color:#374151}._tabActive_1ysn1_96{color:#6366f1;border-bottom-color:#6366f1;font-weight:600}._form_1ysn1_104{padding:1rem 1.5rem 1.5rem}._hint_1ysn1_108{font-size:.82rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}._grid_1ysn1_115{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}._field_1ysn1_121{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}._fieldFull_1ysn1_128{grid-column:1 / -1}._label_1ysn1_132{font-size:.8rem;font-weight:600;color:#374151}._inputWrap_1ysn1_138{position:relative}._inputIcon_1ysn1_142{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}._input_1ysn1_138{width:100%;padding:.5rem .75rem .5rem 2rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}._inputWrap_1ysn1_138 ._input_1ysn1_138{padding-left:2rem}._field_1ysn1_121>._input_1ysn1_138,._grid_1ysn1_115>div>._input_1ysn1_138{padding-left:.75rem}._input_1ysn1_138:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}._select_1ysn1_179{width:100%;padding:.5rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;cursor:pointer}._select_1ysn1_179:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}._error_1ysn1_196{font-size:.75rem;color:#dc2626;margin-top:.15rem}._sectionSeparator_1ysn1_204{grid-column:1 / -1;border:none;border-top:1px solid #e5e7eb;margin:.25rem 0}._sectionHeadingRow_1ysn1_211{display:flex;align-items:center}._sectionHeadingText_1ysn1_216{font-size:.8rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.06em}._submitError_1ysn1_226{margin:.5rem 0 0;padding:.5rem .75rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;font-size:.82rem;color:#b91c1c}._actions_1ysn1_238{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}._cancelBtn_1ysn1_245{padding:.5rem 1.1rem;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .12s}._cancelBtn_1ysn1_245:hover{background:#f9fafb}._submitBtn_1ysn1_261{padding:.5rem 1.25rem;border:none;border-radius:8px;background:#6366f1;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}._submitBtn_1ysn1_261:hover:not(:disabled){background:#4f46e5}._submitBtn_1ysn1_261:disabled{opacity:.6;cursor:not-allowed}@media(max-width:540px){._grid_1ysn1_115{grid-template-columns:1fr}._fieldFull_1ysn1_128,._sectionSeparator_1ysn1_204,._sectionHeadingRow_1ysn1_211{grid-column:1}}._dashboardContainer_jh1iq_3{display:flex;flex-direction:column;height:100vh;width:100%;background-color:#f0f4f8;overflow:hidden}._header_jh1iq_13{flex-shrink:0;background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;overflow:visible;position:relative;z-index:100}._gradeLoadingBar_jh1iq_23{display:block;height:3px;width:100%;background:linear-gradient(90deg,#2563eb,#9333ea,#2563eb);background-size:200% 100%;animation:_gradeLoadingSlide_jh1iq_1 1.2s linear infinite}@keyframes _gradeLoadingSlide_jh1iq_1{0%{background-position:200% 0}to{background-position:-200% 0}}._headerContent_jh1iq_37{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.25rem;max-width:100%}._headerLeft_jh1iq_45{display:flex;align-items:center;gap:1rem;flex:1}._logoContainer_jh1iq_52{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#e90dda,#15cff1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._logoIcon_jh1iq_65{width:1.5rem;height:1.5rem;color:#fff}._headerTitle_jh1iq_71{font-size:1.25rem;font-weight:700;color:#111827;margin:0}._headerSubtitle_jh1iq_78{font-size:.875rem;color:#6b7280;margin:0}._headerRight_jh1iq_84{display:flex;align-items:center;gap:1.5rem}._schoolPortalBtn_jh1iq_90{display:inline-flex;align-items:center;gap:.375rem;padding:.4rem .875rem;background:#1d4ed8;color:#fff;border:none;border-radius:.375rem;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}._schoolPortalBtn_jh1iq_90:hover{background:#1e40af}._schoolPortalBtn_jh1iq_90:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}._portalHubBtn_jh1iq_115{display:inline-flex;align-items:center;gap:.375rem;padding:.4rem .875rem;background:transparent;color:#4f46e5;border:1.5px solid #6366f1;border-radius:.375rem;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}._portalHubBtn_jh1iq_115:hover{background:#ede9fe;color:#4338ca}._portalHubBtn_jh1iq_115:focus-visible{outline:2px solid #a5b4fc;outline-offset:2px}._sidebarGradeRow_jh1iq_141{flex-shrink:0;padding:.5rem .875rem;border-bottom:1px solid rgba(229,231,235,.7);background:linear-gradient(135deg,#dbeafe,#f3e8ff)}._sidebarGradeSelect_jh1iq_148{width:100%;padding:.35rem .625rem;border:1px solid #c7d2fe;border-radius:.375rem;background:#ffffffd9;font-size:.8125rem;color:#374151;cursor:pointer;outline:none;transition:border-color .15s;font-family:inherit}._sidebarGradeSelect_jh1iq_148:hover{border-color:#818cf8}._sidebarGradeSelect_jh1iq_148:focus-visible{border-color:#4f46e5;box-shadow:0 0 0 2px #6366f133}._sidebarGradeSelect_jh1iq_148:disabled{opacity:.6;cursor:not-allowed}._gradeSelect_jh1iq_176{padding:.35rem .625rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;font-size:.875rem;color:#374151;cursor:pointer;outline:none;transition:border-color .15s}._gradeSelect_jh1iq_176:hover{border-color:#6b7280}._gradeSelect_jh1iq_176:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #bfdbfe}._userInfo_jh1iq_197{display:flex;align-items:center;gap:.75rem}._userDetails_jh1iq_203{text-align:right}._userName_jh1iq_207{font-size:.875rem;font-weight:600;color:#111827;margin:0}._userRole_jh1iq_214{font-size:.75rem;color:#6b7280;margin:0}._userAvatar_jh1iq_220{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#e90dda29,#15cff133);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b46ff;font-size:1rem;flex-shrink:0}._userInfo_jh1iq_197{text-decoration:none;border-radius:8px;padding:.25rem .5rem;transition:background .15s ease}._userInfo_jh1iq_197:hover{background:#6b46ff0f}._logoutButton_jh1iq_249{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #e5e7eb;background:#fff;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease;flex-shrink:0}._logoutButton_jh1iq_249:hover{background:#f3f4f6;color:#111827;border-color:#d1d5db}._logoutButton_jh1iq_249:active{transform:scale(.95)}._logoutLabel_jh1iq_273{margin-left:.25rem;font-size:.75rem;color:inherit;white-space:nowrap}._logoutButton_jh1iq_249 svg{display:block;flex-shrink:0;stroke:currentColor;stroke-width:2;fill:none}._pendingSchoolBanner_jh1iq_289{flex-shrink:0;display:flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:#fffbeb;border-bottom:1px solid #fcd34d;color:#78350f;font-size:.8125rem;line-height:1.5}._pendingSchoolBanner_jh1iq_289 svg{flex-shrink:0;color:#d97706}._pendingSchoolBannerLink_jh1iq_307{color:#92400e;font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}._pendingSchoolBannerLink_jh1iq_307:hover{color:#78350f}._mainContent_jh1iq_320{display:flex;flex:1;gap:.5rem;overflow:hidden;background:#f0f4f8;padding:.5rem;position:relative}._gradeLoadingOverlay_jh1iq_330{position:absolute;inset:0;background:#f0f4f899;z-index:10;cursor:wait}._panel_jh1iq_339{display:flex;flex-direction:column;background:#fff;border:1px solid #e0e7ff;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 1px 3px #0000000f}._panelOpen_jh1iq_350{flex:0 0 auto}._panelClosed_jh1iq_354{flex:0 0 56px}._navigationPanel_jh1iq_359{background:linear-gradient(135deg,#f0f9ff,#f3e8ff)}._navigationPanel_jh1iq_359._panelOpen_jh1iq_350{flex:0 0 260px}._contentPanel_jh1iq_368{background:#fff}._contentPanel_jh1iq_368._panelOpen_jh1iq_350{flex:1}._chatbotPanel_jh1iq_378{flex:1;border-right:none}._panelHeader_jh1iq_385{flex-shrink:0;padding:.5rem .875rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:#fff;min-height:44px}._navigationPanel_jh1iq_359 ._panelHeader_jh1iq_385{background:linear-gradient(135deg,#dbeafe,#f3e8ff)}._panelHeaderContent_jh1iq_400{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1f2937;font-size:.875rem}._panelToggle_jh1iq_409{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:#6b7280;border-radius:4px;transition:all .2s ease;flex-shrink:0}._panelToggle_jh1iq_409:hover{background:#f3f4f6;color:#111827}._panelBody_jh1iq_430{flex:1;overflow:hidden;display:flex;flex-direction:column}._panelCollapsed_jh1iq_438{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;background:linear-gradient(180deg,#f0f9ff,#f3e8ff)}._expandButton_jh1iq_448{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;color:#6b46ff;transition:all .2s ease}._expandButton_jh1iq_448:hover{transform:scale(1.05);background:#f0f9ff;border-color:#6b46ff}._collapsedLabel_jh1iq_468{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.75rem;font-weight:600;color:#6b7280;white-space:nowrap}._loadingState_jh1iq_478{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:#6b7280}._spinner_jh1iq_488{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#6b46ff;border-radius:50%;animation:_spin_jh1iq_488 1s linear infinite}@keyframes _spin_jh1iq_488{to{transform:rotate(360deg)}}._panelNoContent_jh1iq_504{display:none}._chatFab_jh1iq_509{position:fixed;right:1.25rem;bottom:1.25rem;width:48px;height:48px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;cursor:pointer;box-shadow:0 10px 24px #4f46e559;z-index:180;transition:transform .2s ease,box-shadow .2s ease}._chatFab_jh1iq_509:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 28px #4f46e56b}._resizeHandle_jh1iq_534{width:4px;padding:0;border:none;background:transparent;flex-shrink:0;cursor:col-resize;position:relative;align-self:stretch;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .15s ease}._resizeHandle_jh1iq_534:before{content:"";width:2px;height:24px;background:#d1d5db;border-radius:2px;transition:background .15s ease,height .15s ease}._resizeHandle_jh1iq_534:hover:before,._resizeHandle_jh1iq_534:active:before{background:#6b46ff;height:40px}@media(max-width:768px){._resizeHandle_jh1iq_534{display:none}}._mobileNav_jh1iq_575{display:none;flex-shrink:0;background:#fff;border-top:1px solid #e5e7eb;z-index:50;padding-bottom:env(safe-area-inset-bottom)}._mobileNavBtn_jh1iq_584{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;border:none;background:transparent;cursor:pointer;color:#6b7280;font-size:.625rem;font-weight:500;padding:.625rem 0;text-transform:uppercase;letter-spacing:.04em;transition:color .15s}._mobileNavBtn_jh1iq_584:hover{color:#374151}._mobileNavBtnActive_jh1iq_607{color:#6b46ff}._noContentPlaceholder_jh1iq_612{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem;color:#6b7280;text-align:center;background:linear-gradient(135deg,#f0f9ff,#f3e8ff)}._noContentPlaceholder_jh1iq_612 p{font-size:.875rem;margin:0;max-width:200px}._noContentIcon_jh1iq_631{color:#c4b5fd}@media(max-width:1536px){._navigationPanel_jh1iq_359._panelOpen_jh1iq_350{flex:0 0 240px}}@media(max-width:1280px){._navigationPanel_jh1iq_359._panelOpen_jh1iq_350{flex:0 0 220px}._headerLeft_jh1iq_45{gap:.75rem}._logoContainer_jh1iq_52{width:2rem;height:2rem}._logoIcon_jh1iq_65{width:1.25rem;height:1.25rem}._headerTitle_jh1iq_71{font-size:1.125rem}}@media(max-width:1024px){._navigationPanel_jh1iq_359._panelOpen_jh1iq_350{flex:0 0 200px}}@media(max-width:900px){._navigationPanel_jh1iq_359._panelOpen_jh1iq_350{flex:0 0 180px}}@media(max-width:768px){._headerContent_jh1iq_37{padding:.5rem .75rem;gap:.75rem}._headerLeft_jh1iq_45{gap:.5rem}._headerTitle_jh1iq_71{font-size:.9375rem}._headerSubtitle_jh1iq_78{display:none}._headerRight_jh1iq_84{gap:.625rem}._userDetails_jh1iq_203{display:none}._userAvatar_jh1iq_220{width:2rem;height:2rem;font-size:.875rem}._logoutButton_jh1iq_249{width:2rem;height:2rem}._logoutLabel_jh1iq_273{display:none}._panelHeader_jh1iq_385{padding:.375rem .625rem;min-height:40px}._panelHeaderContent_jh1iq_400{font-size:.75rem;gap:.375rem}._mainContent_jh1iq_320{position:relative;padding:0;gap:0}._panel_jh1iq_339{position:absolute;inset:0;flex:unset;border-radius:0;border:none;box-shadow:none;display:none}._mobilePanelActive_jh1iq_748{display:flex!important}._panelCollapsed_jh1iq_438{display:none!important}._panelToggle_jh1iq_409{display:none}._mobileNav_jh1iq_575{display:flex}._chatFab_jh1iq_509{display:none}}._banner_a5pz8_5{position:relative;display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;background:linear-gradient(90deg,#e90dda1a,#15cff11a);border-bottom:1px solid rgba(107,70,255,.25);color:#1f2937;font-size:.9rem;flex-wrap:wrap}._icon_a5pz8_18{flex-shrink:0;color:#6b46ff;display:inline-flex;align-items:center;justify-content:center}._message_a5pz8_26{flex:1 1 200px;min-width:160px;line-height:1.45}._message_a5pz8_26 strong{color:#111827}._message_a5pz8_26 a{color:#6b46ff;text-decoration:underline}._actions_a5pz8_41{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._primaryBtn_a5pz8_48{background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;border:0;padding:.45rem .9rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;min-height:36px;display:inline-flex;align-items:center;gap:.35rem;box-shadow:0 4px 12px #6b46ff40}._primaryBtn_a5pz8_48:hover{filter:brightness(1.05)}._primaryBtn_a5pz8_48:disabled{opacity:.55;cursor:not-allowed}._linkBtn_a5pz8_73{background:transparent;border:0;color:#4b5563;font-size:.85rem;font-weight:600;cursor:pointer;padding:.35rem .6rem;border-radius:6px}._linkBtn_a5pz8_73:hover{background:#0000000d;color:#111827}._dismiss_a5pz8_89{background:transparent;border:0;cursor:pointer;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px}._dismiss_a5pz8_89:hover{background:#0000000d;color:#111827}._form_a5pz8_108{width:100%;display:flex;align-items:center;gap:.6rem;margin-top:.6rem;flex-wrap:wrap}._otpInput_a5pz8_117{flex:1 1 140px;max-width:200px;padding:.5rem .75rem;border-radius:8px;border:1px solid #d1d5db;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:1rem;letter-spacing:.25em;text-align:center}._otpInput_a5pz8_117:focus{outline:2px solid rgba(107,70,255,.6);outline-offset:1px;border-color:#6b46ff99}._feedback_a5pz8_135{flex:1 1 100%;font-size:.8rem;padding-top:.25rem}._feedbackError_a5pz8_141{color:#b91c1c}._feedbackSuccess_a5pz8_145{color:#047857}._container_1pmmw_3{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}._progressTrack_1pmmw_13{height:3px;width:100%;background:transparent;flex-shrink:0;overflow:hidden}._progressBar_1pmmw_21{height:100%;width:40%;background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:0 2px 2px 0;animation:_progressSlide_1pmmw_1 1.4s ease-in-out infinite}@keyframes _progressSlide_1pmmw_1{0%{transform:translate(-100%)}60%{transform:translate(300%)}to{transform:translate(300%)}}._topBar_1pmmw_37{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0;gap:.75rem}._backButton_1pmmw_48{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:transparent;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}._backButton_1pmmw_48:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}._actions_1pmmw_70{display:flex;gap:.5rem;flex-wrap:wrap}._actionButton_1pmmw_76{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;background:#fff;color:#374151;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;white-space:nowrap}._actionButton_1pmmw_76:hover:not(:disabled){background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb40}._actionButton_1pmmw_76:disabled{opacity:.55;cursor:not-allowed}._deleteAction_1pmmw_104:hover:not(:disabled){background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 2px 8px #dc262640}._message_1pmmw_113{padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;flex-shrink:0}._success_1pmmw_120{background:#d1fae5;color:#065f46;border-bottom:1px solid #a7f3d0}._error_1pmmw_126{background:#fee2e2;color:#991b1b;border-bottom:1px solid #fca5a5}._noteHeader_1pmmw_134{padding:2rem 2.5rem 1.5rem;background:linear-gradient(135deg,#f0f9ff,#f3e8ff);border-bottom:1px solid #e5e7eb;flex-shrink:0}._contentTitle_1pmmw_141{margin:0 0 .625rem;font-size:1.75rem;font-weight:700;color:#111827;line-height:1.25}._subtitleRow_1pmmw_149{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}._noteSubtitle_1pmmw_156{font-size:.9375rem;color:#6b7280}._editBtn_1pmmw_161{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;background:transparent;border:1px solid #e5e7eb;border-radius:.25rem;color:#9ca3af;cursor:pointer;flex-shrink:0;transition:border-color .15s,color .15s,background .15s}._editBtn_1pmmw_161:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}._titleEditRow_1pmmw_184{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem}._titleInput_1pmmw_191{flex:1;max-width:520px;padding:.5rem .75rem;border:2px solid #2563eb;border-radius:.375rem;font-size:.9375rem;font-weight:500;color:#111827;background:#fff;transition:box-shadow .15s}._titleInput_1pmmw_191:focus{outline:none;box-shadow:0 0 0 3px #2563eb1f}._saveBtn_1pmmw_209{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#047857;color:#fff;border:none;border-radius:.375rem;cursor:pointer;flex-shrink:0;transition:background .15s}._saveBtn_1pmmw_209:hover{background:#065f46}._cancelBtn_1pmmw_228{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#e5e7eb;color:#374151;border:none;border-radius:.375rem;cursor:pointer;flex-shrink:0;transition:background .15s}._cancelBtn_1pmmw_228:hover{background:#d1d5db}._metaRow_1pmmw_247{display:flex;gap:1.25rem;flex-wrap:wrap}._metaDate_1pmmw_253{font-size:.8125rem;color:#9ca3af}._body_1pmmw_260{flex:1;overflow-y:auto;padding:2rem 2.5rem 3rem}._markdownContent_1pmmw_268{max-width:820px;color:#374151}._h1_1pmmw_273{font-size:1.5rem;font-weight:700;color:#111827;margin:1.75rem 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb;line-height:1.3}._h2_1pmmw_283{font-size:1.1875rem;font-weight:600;color:#1f2937;margin:1.5rem 0 .5rem;padding-bottom:.375rem;border-bottom:1px solid #f3f4f6;line-height:1.35}._h3_1pmmw_293{font-size:1rem;font-weight:600;color:#374151;margin:1.25rem 0 .375rem;line-height:1.4}._h4_1pmmw_301{font-size:.9375rem;font-weight:600;color:#4b5563;margin:1rem 0 .25rem;line-height:1.4}._p_1pmmw_13{margin:0 0 .875rem;font-size:.9375rem;line-height:1.8}._ul_1pmmw_315{margin:.375rem 0 1rem;padding-left:1.5rem;list-style-type:disc}._ol_1pmmw_321{margin:.375rem 0 1rem;padding-left:1.5rem;list-style-type:decimal}._li_1pmmw_327{font-size:.9375rem;line-height:1.75;margin-bottom:.3125rem;color:#374151}._divider_1pmmw_334{border:none;border-top:2px solid #e5e7eb;margin:1.5rem 0}._emptyContent_1pmmw_340{color:#9ca3af;font-style:italic;text-align:center;padding:4rem 0;font-size:.9375rem}@media(max-width:768px){._topBar_1pmmw_37{padding:.625rem 1rem}._actionButton_1pmmw_76 span{display:none}._noteHeader_1pmmw_134{padding:1.25rem 1rem 1rem}._contentTitle_1pmmw_141{font-size:1.375rem}._body_1pmmw_260{padding:1.25rem 1rem 2rem}._titleInput_1pmmw_191{max-width:100%}}@media(max-width:375px){._contentTitle_1pmmw_141{font-size:1.1875rem}._backButton_1pmmw_48 span{display:none}}._container_t5vu7_3{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}._header_t5vu7_13{display:flex;align-items:center;gap:.625rem;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f0f9ff,#f3e8ff);flex-shrink:0;color:#2563eb}._title_t5vu7_24{margin:0;font-size:1.125rem;font-weight:700;color:#111827}._message_t5vu7_33{padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;flex-shrink:0}._success_t5vu7_40{background:#d1fae5;color:#065f46;border-bottom:1px solid #a7f3d0}._error_t5vu7_46{background:#fee2e2;color:#991b1b;border-bottom:1px solid #fca5a5}._filtersSection_t5vu7_54{padding:1rem 1.5rem .75rem;border-bottom:1px solid #f3f4f6;flex-shrink:0;display:flex;flex-direction:column;gap:.75rem}._filterRow_t5vu7_63{display:flex;gap:.75rem;flex-wrap:wrap}._filterGroup_t5vu7_69{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:120px}._filterLabel_t5vu7_77{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}._filterSelect_t5vu7_85{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:#374151;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;width:100%}._filterSelect_t5vu7_85:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._filterSelect_t5vu7_85:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}._searchBox_t5vu7_111{position:relative;display:flex;align-items:center}._searchIcon_t5vu7_117{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none;flex-shrink:0}._searchInput_t5vu7_125{width:100%;padding:.5rem .75rem .5rem 2.25rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:#374151;background:#f9fafb;transition:border-color .15s,background .15s,box-shadow .15s}._searchInput_t5vu7_125:focus{outline:none;background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._searchInput_t5vu7_125::placeholder{color:#9ca3af}._chapterSection_t5vu7_149{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;border-bottom:1px solid #e5e7eb}._chapterListHeader_t5vu7_158{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.5rem;border-bottom:1px solid #f3f4f6;background:#f9fafb;flex-shrink:0;gap:.5rem}._selectAllBtn_t5vu7_169{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.8125rem;font-weight:500;color:#374151;background:#fff;cursor:pointer;transition:background .15s,border-color .15s,color .15s;min-height:44px}._selectAllBtn_t5vu7_169:hover:not(:disabled){background:#eff6ff;border-color:#2563eb;color:#2563eb}._selectAllBtn_t5vu7_169:disabled{opacity:.5;cursor:not-allowed}._selectionCount_t5vu7_196{font-size:.8125rem;color:#6b7280;white-space:nowrap}._chapterList_t5vu7_158{flex:1;overflow-y:auto;padding:.5rem 1rem}._emptyState_t5vu7_208{text-align:center;color:#9ca3af;font-size:.875rem;padding:2rem 1rem;font-style:italic}._chapterItem_t5vu7_216{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;border:1px solid transparent;border-radius:.375rem;font-size:.875rem;color:#374151;background:transparent;cursor:pointer;text-align:left;transition:background .12s,border-color .12s,color .12s;min-height:44px}._chapterItem_t5vu7_216:hover{background:#f3f4f6;border-color:#e5e7eb}._chapterItemSelected_t5vu7_238{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}._chapterItemSelected_t5vu7_238:hover{background:#dbeafe;border-color:#93c5fd}._chapterCheck_t5vu7_249{display:flex;align-items:center;flex-shrink:0;color:#6b7280}._chapterItemSelected_t5vu7_238 ._chapterCheck_t5vu7_249{color:#2563eb}._chapterName_t5vu7_260{flex:1;line-height:1.4}._commentSection_t5vu7_267{padding:.875rem 1.5rem;display:flex;flex-direction:column;gap:.375rem;flex-shrink:0;border-bottom:1px solid #e5e7eb}._commentLabel_t5vu7_276{font-size:.8125rem;font-weight:600;color:#374151}._commentTextarea_t5vu7_282{padding:.625rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:#374151;background:#fff;resize:vertical;min-height:72px;font-family:inherit;line-height:1.5;transition:border-color .15s,box-shadow .15s}._commentTextarea_t5vu7_282:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}._commentTextarea_t5vu7_282::placeholder{color:#9ca3af}._generateRow_t5vu7_308{padding:.875rem 1.5rem;flex-shrink:0}._generateBtn_t5vu7_313{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:opacity .15s,box-shadow .15s;min-height:44px}._generateBtn_t5vu7_313:hover:not(:disabled){opacity:.92;box-shadow:0 4px 16px #2563eb4d}._generateBtn_t5vu7_313:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}._spinner_t5vu7_342{animation:_spin_t5vu7_342 .9s linear infinite}@keyframes _spin_t5vu7_342{to{transform:rotate(360deg)}}@media(max-width:768px){._header_t5vu7_13{padding:1rem 1rem .75rem}._filtersSection_t5vu7_54{padding:.75rem 1rem .625rem}._filterRow_t5vu7_63{flex-direction:column;gap:.5rem}._filterGroup_t5vu7_69{min-width:unset}._chapterListHeader_t5vu7_158{padding:.5rem 1rem}._chapterList_t5vu7_158{padding:.375rem .75rem}._commentSection_t5vu7_267,._generateRow_t5vu7_308{padding:.75rem 1rem}._message_t5vu7_33{padding:.5rem 1rem}}@media(max-width:375px){._title_t5vu7_24{font-size:1rem}._selectAllBtn_t5vu7_169 span{display:none}}._backdrop_pg7ko_2{position:fixed;inset:0;margin:0;padding:1.5rem 1rem;width:100%;max-width:100%;height:100%;max-height:100%;border:none;background:transparent;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;animation:_fadeIn_pg7ko_1 .15s ease}._backdrop_pg7ko_2::backdrop{background:#00000080;animation:_fadeIn_pg7ko_1 .15s ease}@keyframes _fadeIn_pg7ko_1{0%{opacity:0}to{opacity:1}}._modal_pg7ko_33{background:#fff;border-radius:1rem;box-shadow:0 24px 72px #00000038,0 4px 16px #0000001a;width:100%;max-width:860px;display:flex;flex-direction:column;animation:_slideUp_pg7ko_1 .2s cubic-bezier(.34,1.56,.64,1);margin:auto}@keyframes _slideUp_pg7ko_1{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._header_pg7ko_51{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._headerMeta_pg7ko_61{flex:1;min-width:0}._headerTitle_pg7ko_63{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .375rem;line-height:1.3}._headerSub_pg7ko_71{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;font-size:.8125rem;color:#6b7280}._metaDivider_pg7ko_80{color:#d1d5db}._attemptBadge_pg7ko_82{background:#eff6ff;color:#2563eb;font-size:.6875rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;letter-spacing:.03em}._modeBadge_pg7ko_92{font-size:.6875rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;text-transform:capitalize;letter-spacing:.03em}._modeStrict_pg7ko_101{background:#fef2f2;color:#b91c1c}._modeLenient_pg7ko_102{background:#f0fdf4;color:#15803d}._headerActions_pg7ko_104{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._btnClose_pg7ko_111{width:2rem;height:2rem;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:none;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;color:#374151;transition:background .15s,color .15s}._btnClose_pg7ko_111:hover{background:#f3f4f6;color:#111827}._scoreSummary_pg7ko_130{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}._scoreMain_pg7ko_140{display:flex;align-items:baseline;gap:.25rem;flex-shrink:0}._scoreValue_pg7ko_147{font-size:2rem;font-weight:800;color:#111827;line-height:1}._scoreSep_pg7ko_154{font-size:1.25rem;font-weight:400;color:#9ca3af}._scoreMax_pg7ko_160{font-size:1.25rem;font-weight:600;color:#374151}._scoreLabel_pg7ko_166{font-size:.75rem;color:#6b7280;margin-left:.25rem}._scoreBar_pg7ko_172{flex:1;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}._scoreBarFill_pg7ko_180{height:100%;width:var(--score-pct, 0%);background:linear-gradient(90deg,#059669,#34d399);border-radius:999px;transition:width .6s cubic-bezier(.4,0,.2,1)}._scorePct_pg7ko_188{font-size:.875rem;font-weight:700;color:#059669;flex-shrink:0;min-width:2.5rem;text-align:right}._overallAssessment_pg7ko_198{padding:1rem 1.5rem;background:#fafafa;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem}._overallHeader_pg7ko_207{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4f46e5}._overallSummary_pg7ko_218{font-size:.8125rem;color:#374151;margin:0;line-height:1.6}._overallGrid_pg7ko_225{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._overallBlock_pg7ko_231{display:flex;flex-direction:column;gap:.375rem}._overallBlockLabel_pg7ko_237{display:flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}._tagList_pg7ko_248{display:flex;flex-wrap:wrap;gap:.375rem}._tag_pg7ko_248{font-size:.6875rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;line-height:1.4}._tagMistake_pg7ko_262{background:#fee2e2;color:#b91c1c}._tagStrength_pg7ko_263{background:#dcfce7;color:#15803d}._overallRecommendation_pg7ko_265{display:flex;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;background:#f0f9ff;border-radius:.5rem;border:1px solid #bae6fd;color:#0369a1}._overallRecommendation_pg7ko_265 svg{flex-shrink:0;margin-top:.125rem}._overallRecommendation_pg7ko_265 p{font-size:.8125rem;color:#0c4a6e;margin:0;line-height:1.55}._answerSheetGallery_pg7ko_286{padding:.875rem 1.5rem;background:#f8faff;border-bottom:1px solid #e5e7eb}._galleryHeader_pg7ko_292{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:.75rem}._galleryCount_pg7ko_304{margin-left:auto;font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:none;letter-spacing:0}._galleryRow_pg7ko_313{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem}._galleryRow_pg7ko_313::-webkit-scrollbar{height:4px}._galleryRow_pg7ko_313::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}._galleryRow_pg7ko_313::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._galleryItem_pg7ko_324{display:flex;flex-direction:column;align-items:center;gap:.375rem;text-decoration:none;flex-shrink:0;border-radius:.5rem;padding:.25rem;transition:background .15s}._galleryItem_pg7ko_324:hover{background:#e0e7ff}._galleryImage_pg7ko_338{width:120px;height:160px;object-fit:cover;border-radius:.375rem;border:1px solid #dbeafe;display:block}._galleryPlaceholder_pg7ko_347{width:120px;height:160px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid #e5e7eb}._galleryLoading_pg7ko_357{background:#f3f4f6}._galleryError_pg7ko_361{background:#fff1f2;border-color:#fecdd3;color:#be123c}._gallerySpinner_pg7ko_367{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:_gallerySpinAnim_pg7ko_1 .75s linear infinite}@keyframes _gallerySpinAnim_pg7ko_1{to{transform:rotate(360deg)}}._galleryPdfCard_pg7ko_380{width:120px;height:160px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;color:#1d4ed8}._galleryPageLabel_pg7ko_392{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;color:#4b5563;text-decoration:none}a._galleryPageLabel_pg7ko_392:hover{color:#4f46e5;text-decoration:underline}._questionList_pg7ko_408{flex:1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}._emptyEval_pg7ko_417{font-size:.875rem;color:#6b7280;text-align:center;padding:2rem 0;margin:0}._questionCard_pg7ko_426{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}._cardCorrect_pg7ko_432{border-color:#bbf7d0}._cardPartial_pg7ko_433{border-color:#fed7aa}._cardZero_pg7ko_434{border-color:#fecaca}._cardHeader_pg7ko_436{display:flex;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;background:#fafafa;border-bottom:1px solid #f3f4f6;flex-wrap:wrap}._cardCorrect_pg7ko_432 ._cardHeader_pg7ko_436{background:#f0fdf4;border-bottom-color:#bbf7d0}._cardPartial_pg7ko_433 ._cardHeader_pg7ko_436{background:#fff7ed;border-bottom-color:#fed7aa}._cardZero_pg7ko_434 ._cardHeader_pg7ko_436{background:#fef2f2;border-bottom-color:#fecaca}._questionNum_pg7ko_450{font-size:.6875rem;font-weight:700;color:#9ca3af;letter-spacing:.04em;flex-shrink:0;padding-top:.125rem}._typeBadge_pg7ko_459{font-size:.575rem;font-weight:700;padding:.15rem .375rem;border-radius:4px;letter-spacing:.04em;flex-shrink:0;margin-top:.125rem}._type_mcq_pg7ko_469{background:#dbeafe;color:#1d4ed8}._type_subjective_pg7ko_470{background:#dcfce7;color:#15803d}._type_existing_pg7ko_471{background:#fef9c3;color:#a16207}._questionText_pg7ko_473{flex:1;font-size:.875rem;font-weight:600;color:#111827;margin:0;line-height:1.5;min-width:0}._marksPill_pg7ko_483{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;padding:.2rem .625rem;border-radius:999px;flex-shrink:0;margin-left:auto}._marksCorrect_pg7ko_495{background:#dcfce7;color:#15803d}._marksPartial_pg7ko_496{background:#fef3c7;color:#b45309}._marksZero_pg7ko_497{background:#fee2e2;color:#b91c1c}._answersGrid_pg7ko_500{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid #f3f4f6}._answerBox_pg7ko_507{padding:.75rem 1rem}._answerBox_pg7ko_507:first-child{background:#eff6ff;border-right:1px solid #dbeafe}._modelAnswerBox_pg7ko_516{background:#f0fdf4}._answerLabel_pg7ko_520{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:.375rem}._answerBox_pg7ko_507:first-child ._answerLabel_pg7ko_520{color:#2563eb}._modelAnswerBox_pg7ko_516 ._answerLabel_pg7ko_520{color:#059669}._answerText_pg7ko_533{font-size:.8125rem;color:#1f2937;margin:0;line-height:1.55}._feedbackBox_pg7ko_541{padding:.75rem 1rem;background:#fffbeb;border-bottom:1px solid #fef3c7}._feedbackLabel_pg7ko_547{display:flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#b45309;margin-bottom:.375rem}._feedbackText_pg7ko_559{font-size:.8125rem;color:#374151;margin:0;line-height:1.55}._tipBox_pg7ko_567{padding:.75rem 1rem;background:#f0f9ff}._tipLabel_pg7ko_572{display:flex;align-items:center;gap:.3rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0369a1;margin-bottom:.375rem}._tipText_pg7ko_584{font-size:.8125rem;color:#0c4a6e;margin:0;line-height:1.55}._footer_pg7ko_592{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}._btnDownload_pg7ko_602{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid #2563eb;border-radius:.5rem;background:#2563eb;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}._btnDownload_pg7ko_602:hover{background:#1d4ed8}._btnSecondary_pg7ko_619{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s}._btnSecondary_pg7ko_619:hover{background:#f9fafb}@media(max-width:640px){._backdrop_pg7ko_2{padding:0}._modal_pg7ko_33{border-radius:0;min-height:100dvh;margin:0}._answersGrid_pg7ko_500{grid-template-columns:1fr}._answerBox_pg7ko_507:first-child{border-right:none;border-bottom:1px solid #dbeafe}._headerTitle_pg7ko_63{font-size:1rem}}@media(max-width:640px){._overallGrid_pg7ko_225{grid-template-columns:1fr}}@media print{body{visibility:hidden}._backdrop_pg7ko_2{position:static;background:none;padding:0;overflow:visible;display:block;height:auto;animation:none;visibility:visible}._modal_pg7ko_33{box-shadow:none;border-radius:0;max-width:100%;width:100%;display:block;height:auto;overflow:visible;animation:none;visibility:visible}._modal_pg7ko_33 *{visibility:visible}._btnClose_pg7ko_111,._btnDownload_pg7ko_602,._headerActions_pg7ko_104,._footer_pg7ko_592{display:none}._scoreSummary_pg7ko_130,._overallAssessment_pg7ko_198{break-inside:avoid}._answerSheetGallery_pg7ko_286{display:none}._questionList_pg7ko_408{overflow:visible;height:auto}._questionCard_pg7ko_426{break-inside:avoid}}._backdrop_1lf7w_2{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:1200;padding:1.5rem 1rem;overflow-y:auto;animation:_fadeIn_1lf7w_1 .15s ease}@keyframes _fadeIn_1lf7w_1{0%{opacity:0}to{opacity:1}}._modal_1lf7w_21{background:#fff;border-radius:1rem;box-shadow:0 24px 72px #0003,0 4px 16px #00000014;width:100%;max-width:560px;display:flex;flex-direction:column;margin:auto;animation:_slideUp_1lf7w_1 .2s cubic-bezier(.34,1.56,.64,1)}@keyframes _slideUp_1lf7w_1{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._header_1lf7w_39{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb}._title_1lf7w_47{font-size:1.0625rem;font-weight:700;color:#111827;margin:0}._btnClose_1lf7w_54{width:1.75rem;height:1.75rem;padding:0;display:flex;align-items:center;justify-content:center;background:none;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;color:#374151;transition:background .15s,color .15s}._btnClose_1lf7w_54:hover{background:#f3f4f6;color:#111827}._body_1lf7w_72{display:flex;flex-direction:column;gap:0;overflow-y:auto;max-height:60vh}._section_1lf7w_80{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6}._section_1lf7w_80:last-child{border-bottom:none}._sectionLabel_1lf7w_87{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0 0 .625rem}._fileList_1lf7w_97{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}._fileItem_1lf7w_106{display:flex;align-items:center;gap:.5rem;padding:.375rem .625rem;border-radius:.375rem;background:#f9fafb;border:1px solid #e5e7eb;font-size:.8125rem}._fileItemDuplicate_1lf7w_117{background:#fff7ed;border-color:#fed7aa}._fileIcon_1lf7w_122{flex-shrink:0;color:#6b7280;display:flex;align-items:center}._fileName_1lf7w_129{flex:1;color:#1f2937;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileSize_1lf7w_138{font-size:.6875rem;color:#9ca3af;flex-shrink:0}._dupBadge_1lf7w_144{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .4rem;border-radius:999px;background:#fde68a;color:#92400e;flex-shrink:0}._duplicateWarning_1lf7w_157{display:flex;align-items:flex-start;gap:.5rem;margin-top:.625rem;padding:.625rem .75rem;background:#fffbeb;border:1px solid #fde68a;border-radius:.5rem;color:#92400e}._duplicateWarning_1lf7w_157 svg{flex-shrink:0;margin-top:.1rem}._duplicateWarning_1lf7w_157 p{font-size:.8125rem;margin:0;line-height:1.5;color:#92400e}._instructions_1lf7w_179{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._instructionItem_1lf7w_188{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#374151;line-height:1.5}._instructionIcon_1lf7w_197{flex-shrink:0;color:#059669;margin-top:.125rem}._footer_1lf7w_204{display:flex;align-items:center;justify-content:flex-end;gap:.625rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb}._btnCancel_1lf7w_213{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}._btnCancel_1lf7w_213:hover{background:#f9fafb}._btnConfirm_1lf7w_227{padding:.5rem 1.25rem;border:none;border-radius:.5rem;background:#2563eb;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}._btnConfirm_1lf7w_227:hover{background:#1d4ed8}._delayedWarning_1lf7w_242{display:flex;align-items:flex-start;gap:.625rem;padding:.875rem 1.25rem;background:#fff7ed;border-bottom:1px solid #fed7aa;color:#92400e}._delayedWarning_1lf7w_242 svg{flex-shrink:0;margin-top:.1rem;color:#ea580c}._delayedWarning_1lf7w_242 strong{display:block;font-size:.875rem;font-weight:700;margin-bottom:.25rem;color:#9a3412}._delayedWarning_1lf7w_242 p{font-size:.8125rem;margin:0;line-height:1.5;color:#92400e}@media(max-width:640px){._backdrop_1lf7w_2{padding:0;align-items:flex-end}._modal_1lf7w_21{border-radius:1rem 1rem 0 0;max-width:100%;margin:0}._body_1lf7w_72{max-height:70vh}}._overlay_3s2hq_3[open]{border:none;padding:0;margin:0;max-width:none;max-height:none;width:100%;height:100%}._overlay_3s2hq_3{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;background:#f9fafb;overflow:hidden;-webkit-user-select:none;user-select:none}._header_3s2hq_25{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:#1e293b;color:#f8fafc;flex-shrink:0;min-height:3.5rem;box-shadow:0 2px 8px #00000040}._headerLeft_3s2hq_37{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}._testTitle_3s2hq_45{margin:0;font-size:1rem;font-weight:600;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._progress_3s2hq_55{font-size:.75rem;color:#94a3b8}._timer_3s2hq_61{display:flex;align-items:center;gap:.375rem;background:#334155;border-radius:.5rem;padding:.375rem .75rem;color:#e2e8f0;flex-shrink:0}._timerWarning_3s2hq_72{background:#92400e;color:#fef3c7}._timerDanger_3s2hq_77{background:#991b1b;color:#fee2e2;animation:_pulse_3s2hq_1 1s ease-in-out infinite}@keyframes _pulse_3s2hq_1{0%,to{opacity:1}50%{opacity:.7}}._timerValue_3s2hq_88{font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.05em}._timerLabel_3s2hq_95{font-size:.6875rem;color:inherit;opacity:.8}._submitBtn_3s2hq_102{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1.125rem;background:#2563eb;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s;min-height:2.25rem}._submitBtn_3s2hq_102:hover:not(:disabled){background:#1d4ed8}._submitBtn_3s2hq_102:disabled{opacity:.6;cursor:not-allowed}._tabWarningBanner_3s2hq_129{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#fef3c7;border-bottom:1px solid #fbbf24;color:#92400e;font-size:.8125rem;font-weight:500;flex-shrink:0}._tabWarningBanner_3s2hq_129 span{flex:1}._dismissBtn_3s2hq_146{background:none;border:1px solid #92400e;border-radius:.25rem;padding:.1875rem .625rem;font-size:.75rem;color:#92400e;cursor:pointer;font-weight:600;flex-shrink:0}._dismissBtn_3s2hq_146:hover{background:#92400e;color:#fff}._body_3s2hq_164{display:flex;flex:1;overflow:hidden}._questionNav_3s2hq_171{width:11rem;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:1rem .75rem;gap:.75rem;overflow-y:auto}._navTitle_3s2hq_183{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}._questionGrid_3s2hq_192{display:grid;grid-template-columns:repeat(4,1fr);gap:.375rem;list-style:none;padding:0;margin:0}._navItem_3s2hq_201{display:contents}._navBtn_3s2hq_205{width:100%;aspect-ratio:1;border:2px solid #d1d5db;border-radius:.375rem;background:#f9fafb;color:#374151;font-size:.75rem;font-weight:600;cursor:pointer;transition:border-color .12s,background .12s,color .12s;display:flex;align-items:center;justify-content:center}._navBtn_3s2hq_205:hover{border-color:#2563eb;background:#eff6ff;color:#2563eb}._navBtnAnswered_3s2hq_227{background:#dcfce7;border-color:#16a34a;color:#15803d}._navBtnCurrent_3s2hq_233{background:#dbeafe;border-color:#2563eb;color:#1d4ed8;box-shadow:0 0 0 2px #bfdbfe}._navLegend_3s2hq_240{display:flex;flex-direction:column;gap:.375rem;margin-top:.25rem}._legendRow_3s2hq_247{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:#6b7280}._legendDot_3s2hq_255{width:.625rem;height:.625rem;border-radius:50%;flex-shrink:0}._legendDotAnswered_3s2hq_262{background:#16a34a}._legendDotUnanswered_3s2hq_266{background:#d1d5db;border:1px solid #9ca3af}._forceCloseBtn_3s2hq_271{margin-top:auto;background:none;border:1px solid #ef4444;border-radius:.375rem;padding:.375rem .5rem;font-size:.6875rem;color:#ef4444;cursor:pointer;font-weight:500;text-align:center;line-height:1.3;transition:background .12s,color .12s}._forceCloseBtn_3s2hq_271:hover{background:#dc2626;color:#fff}._questionContent_3s2hq_292{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem 2rem;gap:1rem}._questionCard_3s2hq_301{flex:1;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._questionHeader_3s2hq_313{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}._questionNum_3s2hq_320{font-size:1rem;font-weight:700;color:#111827}._typeBadge_3s2hq_326{font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}._typeBadgeMcq_3s2hq_335{background:#dbeafe;color:#1e40af}._typeBadgeOther_3s2hq_340{background:#f3f4f6;color:#4b5563}._marks_3s2hq_345{font-size:.8125rem;color:#6b7280;margin-left:auto}._questionText_3s2hq_351{font-size:1rem;line-height:1.65;color:#1f2937;margin:0}._questionImageWrap_3s2hq_358{max-width:28rem}._optionsGrid_3s2hq_363{display:flex;flex-direction:column;gap:.625rem;margin-top:.5rem}._optionBtn_3s2hq_370{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;text-align:left;transition:border-color .12s,background .12s;-webkit-user-select:none;user-select:none}._optionBtn_3s2hq_370:hover{border-color:#93c5fd;background:#eff6ff}._optionBtnSelected_3s2hq_389{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #bfdbfe}._optionLabel_3s2hq_395{width:1.75rem;height:1.75rem;border-radius:50%;background:#e5e7eb;color:#374151;font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s,color .12s}._optionBtnSelected_3s2hq_389 ._optionLabel_3s2hq_395{background:#2563eb;color:#fff}._optionText_3s2hq_415{font-size:.9375rem;color:#1f2937;line-height:1.5;flex:1}._nonMcqNote_3s2hq_422{margin:.5rem 0 0;font-size:.875rem;color:#6b7280;font-style:italic;background:#f9fafb;border:1px dashed #d1d5db;border-radius:.5rem;padding:.75rem 1rem}._questionFooter_3s2hq_434{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}._navArrowBtn_3s2hq_441{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .12s,background .12s;min-height:2.25rem}._navArrowBtn_3s2hq_441:hover:not(:disabled){border-color:#2563eb;background:#eff6ff;color:#2563eb}._navArrowBtn_3s2hq_441:disabled{opacity:.4;cursor:not-allowed}._questionCounter_3s2hq_468{font-size:.875rem;color:#6b7280;font-weight:500}@media(max-width:768px){._header_3s2hq_25{flex-wrap:wrap;padding:.625rem 1rem}._headerLeft_3s2hq_37{order:0;width:100%}._timer_3s2hq_61{order:1}._submitBtn_3s2hq_102{order:2;margin-left:auto}._body_3s2hq_164{flex-direction:column}._questionNav_3s2hq_171{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:.625rem 1rem;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;max-height:8rem}._navTitle_3s2hq_183{width:100%}._questionGrid_3s2hq_192{grid-template-columns:repeat(auto-fill,minmax(2rem,1fr))}._navLegend_3s2hq_240{flex-direction:row;gap:.75rem;width:100%}._forceCloseBtn_3s2hq_271{margin-top:0;margin-left:auto;white-space:nowrap}._questionContent_3s2hq_292,._questionCard_3s2hq_301{padding:1rem}._optionBtn_3s2hq_370{padding:.75rem}}@media(max-width:375px){._testTitle_3s2hq_45{font-size:.875rem}._timerValue_3s2hq_88{font-size:1rem}._questionText_3s2hq_351{font-size:.9375rem}._optionText_3s2hq_415{font-size:.875rem}}._panel_k6qnw_2{display:flex;flex-direction:column;height:100%;overflow:hidden}._panelHeader_k6qnw_9{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._backBtn_k6qnw_18{background:none;border:none;cursor:pointer;font-size:.8125rem;color:#2563eb;padding:0;font-weight:500}._backBtn_k6qnw_18:hover{text-decoration:underline}._panelTitle_k6qnw_30{font-size:.9375rem;font-weight:600;color:#111827;margin:0}._stepIndicator_k6qnw_38{display:flex;align-items:center;gap:.375rem;padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._stepDot_k6qnw_47{width:24px;height:24px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#9ca3af;flex-shrink:0}._stepDotActive_k6qnw_61{border-color:#2563eb;background:#2563eb;color:#fff}._stepDotDone_k6qnw_67{border-color:#2563eb;background:#fff;color:#2563eb}._stepLine_k6qnw_73{flex:1;height:2px;background:#e5e7eb;max-width:48px}._stepLineDone_k6qnw_80{background:#2563eb}._selectionSummary_k6qnw_83{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.5rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}._summaryChip_k6qnw_94{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600}._chipOnline_k6qnw_104{background:#dbeafe;color:#1d4ed8}._chipOffline_k6qnw_105{background:#dcfce7;color:#15803d}._chipRandom_k6qnw_106{background:#f3e8ff;color:#7c3aed}._chipManual_k6qnw_107{background:#fef9c3;color:#a16207}._stepBody_k6qnw_110{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}._choiceHeading_k6qnw_120{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .875rem}._choiceGrid_k6qnw_127{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}._choiceCard_k6qnw_133{border:2px solid #e5e7eb;border-radius:.75rem;padding:1.125rem 1rem;cursor:pointer;background:#fff;text-align:left;transition:border-color .15s,background .15s;display:flex;flex-direction:column;gap:.375rem}._choiceCard_k6qnw_133:hover{border-color:#93c5fd;background:#f0f9ff}._choiceCardSelected_k6qnw_147{border-color:#2563eb;background:#eff6ff}._choiceCardIcon_k6qnw_149{font-size:1.5rem;line-height:1}._choiceCardTitle_k6qnw_151{font-size:.9375rem;font-weight:700;color:#111827;margin:0}._choiceCardDesc_k6qnw_158{font-size:.75rem;color:#6b7280;margin:0;line-height:1.45}._choiceCardTag_k6qnw_165{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:600;padding:.175rem .4rem;border-radius:4px;align-self:flex-start;margin-top:.25rem}._tagRequired_k6qnw_176{background:#fef3c7;color:#92400e}._tagOptional_k6qnw_177{background:#dcfce7;color:#15803d}._stepNav_k6qnw_180{display:flex;justify-content:flex-end;gap:.625rem;padding:.875rem 4.5rem .875rem 1.25rem;border-top:1px solid #e5e7eb;flex-shrink:0}._btnContinue_k6qnw_189{padding:.5rem 1.375rem;border:none;border-radius:.375rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}._btnContinue_k6qnw_189:hover:not(:disabled){opacity:.9}._btnContinue_k6qnw_189:disabled{opacity:.5;cursor:not-allowed}._btnBack2_k6qnw_204{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}._btnBack2_k6qnw_204:hover{background:#f9fafb}._form_k6qnw_219{display:flex;flex-direction:column;gap:1rem}._formGroup_k6qnw_225{display:flex;flex-direction:column;gap:.375rem}._formGroupRow_k6qnw_231{display:flex;align-items:center;justify-content:space-between}._formLabel_k6qnw_237{font-size:.8125rem;font-weight:600;color:#374151}._formInput_k6qnw_243,._formSelect_k6qnw_244{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8125rem;color:#111827;background:#fff;outline:none;width:100%;box-sizing:border-box}._formInput_k6qnw_243:focus,._formSelect_k6qnw_244:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._checkboxList_k6qnw_263{display:flex;flex-direction:column;gap:.375rem;max-height:120px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem}._checkboxLabel_k6qnw_274{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#374151;cursor:pointer}._chapterDropdown_k6qnw_284{position:relative}._chapterSearch_k6qnw_286{padding:.5rem .625rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8125rem;color:#111827;background:#fff;outline:none;width:100%;box-sizing:border-box}._chapterSearch_k6qnw_286:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._chipList_k6qnw_303{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem}._chip_k6qnw_104{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .25rem .2rem .5rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;font-size:.6875rem;color:#1d4ed8;max-width:220px}._chipName_k6qnw_323{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chipRemove_k6qnw_329{flex-shrink:0;display:flex;align-items:center;background:none;border:none;cursor:pointer;color:#93c5fd;padding:.125rem;border-radius:2px}._chipRemove_k6qnw_329:hover{color:#1d4ed8}._dropdownList_k6qnw_343{position:absolute;top:calc(100% + 2px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 12px #0000001a;max-height:180px;overflow-y:auto;z-index:100;list-style:none;padding:.25rem 0;margin:0}._dropdownItem_k6qnw_359{display:flex;align-items:center;gap:.5rem;padding:.4375rem .625rem;font-size:.8125rem;color:#374151;cursor:pointer;transition:background .1s;width:100%;background:none;border:none;text-align:left}._dropdownItem_k6qnw_359:hover{background:#f3f4f6}._dropdownItemSelected_k6qnw_376{background:#eff6ff;color:#1d4ed8}._dropdownItemSelected_k6qnw_376:hover{background:#dbeafe}._dropdownCheck_k6qnw_379{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;color:#2563eb}._dropdownBookLabel_k6qnw_389{font-weight:600;color:#6b7280}._dropdownItemSelected_k6qnw_376 ._dropdownBookLabel_k6qnw_389{color:#1d4ed8}._dropdownEmpty_k6qnw_392{padding:.75rem;font-size:.8125rem;color:#9ca3af;text-align:center}._questionGroup_k6qnw_400{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#f9fafb;margin-bottom:.375rem}._groupSelect_k6qnw_411{padding:.25rem .375rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.75rem;background:#fff;color:#111827}._groupField_k6qnw_420{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#6b7280;white-space:nowrap}._groupInput_k6qnw_429{width:52px;padding:.25rem .375rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.8125rem;text-align:center}._marksTotal_k6qnw_438{font-size:.8125rem;color:#374151;text-align:right;padding-top:.25rem}._addGroupBtn_k6qnw_445{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid #2563eb;border-radius:.25rem;background:transparent;color:#2563eb;font-size:.75rem;cursor:pointer;font-weight:500}._addGroupBtn_k6qnw_445:hover{background:#eff6ff}._removeGroupBtn_k6qnw_461{padding:.25rem;border:none;background:transparent;color:#ef4444;cursor:pointer;border-radius:.25rem;display:flex;align-items:center}._removeGroupBtn_k6qnw_461:hover{background:#fef2f2}._questionPickerSection_k6qnw_475{display:flex;flex-direction:column;gap:.5rem}._questionPickerHeader_k6qnw_481{display:flex;align-items:center;justify-content:space-between}._questionPickerList_k6qnw_487{display:flex;flex-direction:column;gap:.25rem;max-height:420px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.375rem;padding:.5rem}._questionPickerItem_k6qnw_498{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;border:1px solid transparent;border-radius:.375rem;cursor:pointer;transition:background .1s;background:none;width:100%;text-align:left}._questionPickerItem_k6qnw_498:hover{background:#f3f4f6}._questionPickerItemSelected_k6qnw_513{background:#eff6ff;border-color:#bfdbfe}._questionPickerCheckbox_k6qnw_515{flex-shrink:0;width:16px;height:16px;margin-top:2px;cursor:pointer;accent-color:#2563eb}._questionPickerBody_k6qnw_524{flex:1;min-width:0}._questionPickerText_k6qnw_526{font-size:.8125rem;color:#111827;line-height:1.45;margin:0}._questionPickerMeta_k6qnw_533{font-size:.6875rem;color:#9ca3af;margin:.125rem 0 0}._questionPickerTypeBadge_k6qnw_539{display:inline-flex;font-size:.5625rem;font-weight:700;padding:.1rem .3rem;border-radius:3px;text-transform:uppercase;letter-spacing:.04em;margin-right:.25rem}._typeMcq_k6qnw_550{background:#dbeafe;color:#1d4ed8}._typeDerived_k6qnw_551{background:#dcfce7;color:#15803d}._typeTextbook_k6qnw_552{background:#fef9c3;color:#a16207}._questionPickerEmpty_k6qnw_554{font-size:.8125rem;color:#9ca3af;text-align:center;padding:1.5rem;margin:0}._questionSectionHeading_k6qnw_562{font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin:.375rem 0 .125rem;padding:0 .25rem}._pickerLoading_k6qnw_573{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;color:#6b7280;font-size:.8125rem;border:1px solid #e5e7eb;border-radius:.375rem}._formError_k6qnw_585{font-size:.8125rem;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;padding:.5rem .75rem;margin:0}._spinner_k6qnw_595{width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:_spin_k6qnw_595 .8s linear infinite;flex-shrink:0}@keyframes _spin_k6qnw_595{to{transform:rotate(360deg)}}@media(max-width:600px){._choiceGrid_k6qnw_127,._formGrid_k6qnw_609{grid-template-columns:1fr}}._globalSelectionBadge_k6qnw_613{display:inline-flex;align-items:center;margin-left:.5rem;padding:.15rem .45rem;background:#2563eb;color:#fff;border-radius:10px;font-size:.6875rem;font-weight:600;vertical-align:middle}._selectionTally_k6qnw_626{display:inline-flex;align-items:center;margin-left:.5rem;font-size:.75rem;color:#2563eb;font-weight:500}._previewContainer_k6qnw_636{display:flex;flex-direction:column;gap:1rem}._previewHeadingRow_k6qnw_642{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}._previewHeadingRow_k6qnw_642 ._choiceHeading_k6qnw_120{margin:0}._previewMeta_k6qnw_651{font-size:.8125rem;color:#6b7280;white-space:nowrap}._previewSection_k6qnw_657{display:flex;flex-direction:column;gap:1.25rem}._previewChapterGroup_k6qnw_663{display:flex;flex-direction:column;gap:.375rem}._previewChapterHeading_k6qnw_669{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin:0;padding-bottom:.25rem}._previewChapterHeading_k6qnw_669:after{content:"";flex:1;height:1px;background:#e5e7eb}._previewQuestionCard_k6qnw_689{display:flex;align-items:flex-start;gap:.625rem;padding:.625rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;transition:border-color .1s}._previewQuestionCard_k6qnw_689:hover{border-color:#bfdbfe}._previewQuestionIndex_k6qnw_702{flex-shrink:0;width:1.375rem;height:1.375rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;font-size:.6875rem;font-weight:700;color:#374151;margin-top:1px}._previewQuestionMain_k6qnw_717{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}._previewQuestionText_k6qnw_725{font-size:.8125rem;color:#111827;line-height:1.5;margin:0}._previewQuestionActions_k6qnw_732{display:flex;align-items:center;gap:.375rem;flex-shrink:0;padding-top:1px}._previewMarksLabel_k6qnw_740{font-size:.75rem;color:#6b7280;white-space:nowrap}._previewMarksInput_k6qnw_746{width:54px;padding:.3rem .375rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.8125rem;text-align:center;color:#111827;background:#fff}._previewMarksInput_k6qnw_746:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._previewRemoveBtn_k6qnw_763{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:.25rem;background:transparent;color:#d1d5db;cursor:pointer;transition:background .1s,color .1s;flex-shrink:0}._previewRemoveBtn_k6qnw_763:hover{background:#fef2f2;color:#b91c1c}._formGrid_k6qnw_609{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}._questionSearchWrapper_k6qnw_793{position:relative;display:flex;align-items:center}._questionSearchIcon_k6qnw_799{position:absolute;left:.625rem;color:#9ca3af;pointer-events:none;flex-shrink:0}._questionSearchInput_k6qnw_807{padding:.5rem .625rem .5rem 2rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.8125rem;color:#111827;background:#fff;outline:none;width:100%;box-sizing:border-box}._questionSearchInput_k6qnw_807:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._pickerControlsRow_k6qnw_825{display:flex;align-items:center;gap:.5rem}._pickerControlsRow_k6qnw_825 ._questionSearchWrapper_k6qnw_793{flex:1;min-width:0}._filterRow_k6qnw_837{display:flex;gap:.375rem;flex-shrink:0}._filterBtn_k6qnw_843{padding:.25rem .75rem;border:1px solid #d1d5db;border-radius:1rem;background:#fff;font-size:.75rem;font-weight:500;color:#4b5563;cursor:pointer;transition:border-color .12s,background .12s,color .12s;line-height:1.4}._filterBtn_k6qnw_843:hover:not(._filterBtnActive_k6qnw_856){border-color:#93c5fd;color:#1d4ed8}._filterBtnActive_k6qnw_856{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600}._filterBtnImportant_k6qnw_868{display:inline-flex;align-items:center;gap:.25rem;border-color:#d97706;color:#92400e}._filterBtnImportant_k6qnw_868:hover:not(._filterBtnImportantActive_k6qnw_876){border-color:#f59e0b;background:#fffbeb;color:#78350f}._filterBtnImportantActive_k6qnw_876{border-color:#d97706;background:#fffbeb;color:#78350f;font-weight:600}._poolToggle_k6qnw_890{display:inline-flex;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;margin-top:.375rem}._poolToggleBtn_k6qnw_898{padding:.4rem .9rem;border:none;background:#fff;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;transition:background .12s,color .12s;line-height:1.4}._poolToggleBtn_k6qnw_898:not(:first-child){border-left:1px solid #d1d5db}._poolToggleBtn_k6qnw_898:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}._poolToggleBtnActive_k6qnw_922{background:#f3f4f6;color:#111827;font-weight:600}._poolToggleBtnImportant_k6qnw_928{color:#92400e}._poolToggleBtnImportantActive_k6qnw_932{background:#fffbeb;color:#78350f;font-weight:600}._poolToggleHint_k6qnw_938{margin-top:.375rem;font-size:.75rem;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:.375rem;padding:.375rem .625rem}._subTab_1umbi_2{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}._subHeader_1umbi_11{display:flex;align-items:flex-start;gap:.75rem}._subHeaderIcon_1umbi_17{color:#7c3aed;margin-top:.125rem;flex-shrink:0}._subHeaderTitle_1umbi_23{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .125rem}._subHeaderSub_1umbi_30{font-size:.8125rem;color:#6b7280;margin:0}._alertMsg_1umbi_37{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-radius:.375rem;font-size:.8125rem;font-weight:500}._alertSuccess_1umbi_47{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}._alertError_1umbi_48{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}._currentPlan_1umbi_51{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;flex-wrap:wrap}._currentPlanInfo_1umbi_62{display:flex;align-items:center;gap:.5rem;flex:1;flex-wrap:wrap}._currentBadge_1umbi_70{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#2563eb;color:#fff;padding:.15rem .4rem;border-radius:4px}._currentPlanInfo_1umbi_62 strong{font-size:.875rem;color:#111827}._currentMeta_1umbi_86{font-size:.75rem;color:#6b7280}._currentExpiry_1umbi_91{font-size:.75rem;color:#6b7280;white-space:nowrap}._btnCancel_1umbi_97{padding:.3rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#6b7280;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}._btnCancel_1umbi_97:hover{background:#f9fafb;border-color:#9ca3af}._btnCancel_1umbi_97:disabled{opacity:.6;cursor:not-allowed}._planGrid_1umbi_114{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}._planCard_1umbi_120{position:relative;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1rem;background:#fff;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s,box-shadow .2s}._planCard_1umbi_120:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1f}._planCardCurrent_1umbi_137{border-color:#2563eb;background:#f0f9ff}._planCardPopular_1umbi_142{border-color:#7c3aed}._popularBadge_1umbi_146{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:#7c3aed;color:#fff;font-size:.6rem;font-weight:700;padding:.2rem .625rem;border-radius:0 0 6px 6px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}._planName_1umbi_162{font-size:1.0625rem;font-weight:700;color:#111827}._planPrice_1umbi_168{display:flex;align-items:baseline;gap:.125rem}._priceFree_1umbi_174{font-size:1.5rem;font-weight:800;color:#059669}._priceCurrency_1umbi_180{font-size:.875rem;font-weight:600;color:#6b7280;align-self:flex-start;margin-top:.375rem}._priceAmount_1umbi_188{font-size:2rem;font-weight:800;color:#111827;line-height:1}._pricePeriod_1umbi_195{font-size:.8125rem;color:#6b7280}._planDesc_1umbi_200{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4}._featureList_1umbi_207{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem;flex:1}._featureItem_1umbi_217{display:flex;align-items:flex-start;gap:.375rem;font-size:.8125rem;color:#374151}._featureCheck_1umbi_225{color:#059669;flex-shrink:0;margin-top:.1rem}._btnSubscribe_1umbi_231{width:100%;padding:.625rem;border:none;border-radius:.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s;margin-top:auto}._btnSubscribe_1umbi_231:hover:not(:disabled){opacity:.9}._btnSubscribe_1umbi_231:disabled{opacity:.6;cursor:not-allowed}._btnSubscribeCurrent_1umbi_248{background:#e5e7eb;color:#4b5563}._disclaimer_1umbi_253{font-size:.75rem;color:#9ca3af;text-align:center;margin:0}._alertWarning_1umbi_261{background:#fffbeb;color:#92400e;border:1px solid #fde68a}._currentPlanCard_1umbi_264{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.625rem;padding:1rem;display:flex;flex-direction:column;gap:.875rem}._currentPlanTop_1umbi_274{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.75rem}._currentPlanName_1umbi_282{font-size:.9375rem;color:#111827}._currentCycle_1umbi_287{font-size:.75rem;color:#1e40af;font-weight:600;background:#dbeafe;padding:.15rem .5rem;border-radius:4px}._discountBadge_1umbi_296{font-size:.6875rem;font-weight:700;background:#d1fae5;color:#065f46;padding:.15rem .5rem;border-radius:4px}._currentPlanActions_1umbi_305{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._quotaSection_1umbi_313{display:flex;flex-direction:column;gap:.625rem}._quotaSectionTitle_1umbi_319{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.04em}._quotaBars_1umbi_330{display:flex;flex-direction:column;gap:.625rem}._quotaBar_1umbi_330{display:flex;flex-direction:column;gap:.25rem}._quotaBarHeader_1umbi_342{display:flex;justify-content:space-between;align-items:center}._quotaBarLabel_1umbi_348{font-size:.8125rem;color:#374151}._quotaBarCount_1umbi_353{font-size:.75rem;font-weight:600;color:#6b7280}._quotaNear_1umbi_359{color:#d97706}._quotaExhausted_1umbi_360{color:#dc2626}._progressTrack_1umbi_362{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}._progressFill_1umbi_369{height:100%;background:#2563eb;border-radius:3px;transition:width .4s ease}._progressNear_1umbi_376{background:#d97706}._progressExhausted_1umbi_377{background:#dc2626}._cycleToggle_1umbi_380{display:flex;gap:.375rem;background:#f3f4f6;padding:.25rem;border-radius:.5rem;width:fit-content}._cycleBtn_1umbi_389{display:flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border:none;border-radius:.375rem;background:transparent;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}._cycleBtnActive_1umbi_405{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}._savingsBadge_1umbi_411{font-size:.625rem;font-weight:700;background:#d1fae5;color:#065f46;padding:.1rem .35rem;border-radius:3px}._btnUpgrade_1umbi_421{background:linear-gradient(135deg,#059669,#2563eb)}._btnDowngrade_1umbi_425{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}._btnDowngrade_1umbi_425:hover:not(:disabled){background:#e5e7eb}._pendingBadge_1umbi_436{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:#92400e;color:#fff;font-size:.6rem;font-weight:700;padding:.2rem .625rem;border-radius:0 0 6px 6px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}@media(max-width:768px){._cycleToggle_1umbi_380{width:100%}._cycleBtn_1umbi_389{flex:1;justify-content:center}._currentPlanTop_1umbi_274{flex-direction:column}}._loadingRow_1umbi_459{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#6b7280;font-size:.875rem}._spinner_1umbi_469{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:_spin_1umbi_469 .8s linear infinite}@keyframes _spin_1umbi_469{to{transform:rotate(360deg)}}@media(max-width:600px){._planGrid_1umbi_114{grid-template-columns:1fr}}._backdrop_1upfg_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;animation:_fadeIn_1upfg_1 .15s ease}@keyframes _fadeIn_1upfg_1{0%{opacity:0}to{opacity:1}}._modal_1upfg_18{background:#fff;border-radius:.875rem;box-shadow:0 20px 60px #0000002e,0 4px 16px #0000001a;padding:1.75rem 1.75rem 1.5rem;width:100%;max-width:440px;animation:_slideUp_1upfg_1 .18s cubic-bezier(.34,1.56,.64,1);text-align:center}@keyframes _slideUp_1upfg_1{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._iconWrap_1upfg_34{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:#fef3c7;margin:0 auto 1rem}._icon_1upfg_34{width:1.5rem;height:1.5rem;color:#d97706}._title_1upfg_51{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .75rem}._body_1upfg_58{font-size:.9375rem;color:#4b5563;line-height:1.6;margin:0 0 1.5rem}._body_1upfg_58 strong{color:#111827;font-weight:600}._actions_1upfg_70{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}._btnDismiss_1upfg_78{padding:.5rem 1.125rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;min-height:44px}._btnDismiss_1upfg_78:hover{background:#f9fafb;border-color:#9ca3af}._btnDismiss_1upfg_78:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._btnUpgrade_1upfg_101{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;border:none;border-radius:.5rem;background:#2563eb;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s;min-height:44px}._btnUpgrade_1upfg_101:hover{background:#1d4ed8}._btnUpgrade_1upfg_101:active{transform:scale(.97)}._btnUpgrade_1upfg_101:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(max-width:400px){._actions_1upfg_70{flex-direction:column}._btnDismiss_1upfg_78,._btnUpgrade_1upfg_101{width:100%;justify-content:center}}._container_d400o_3{display:flex;flex-direction:column;height:100%;overflow:hidden}._panelHeader_d400o_11{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}._headerIcon_d400o_21{color:#2563eb;flex-shrink:0}._panelTitle_d400o_26{font-size:1rem;font-weight:600;color:#111827;margin:0;line-height:1.25}._panelSubtitle_d400o_34{font-size:.75rem;color:#6b7280;margin:0;line-height:1.25}._grid_d400o_42{flex:1;overflow-y:auto;padding:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;align-content:start}._card_d400o_53{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .15s ease,border-color .15s ease}._card_d400o_53:hover{box-shadow:0 4px 12px #00000014;border-color:#d1d5db}._cardHeader_d400o_71{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}._subjectName_d400o_78{font-size:.9375rem;font-weight:600;color:#111827;line-height:1.3;flex:1}._progressBadge_d400o_86{font-size:.75rem;font-weight:600;color:#2563eb;background:#eff6ff;border-radius:999px;padding:.125rem .5rem;flex-shrink:0;white-space:nowrap}._progressTrack_d400o_98{height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}._progressFill_d400o_105{height:100%;width:var(--progress-pct, 0%);background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:999px;transition:width .4s ease}._statsRow_d400o_114{display:flex;flex-wrap:wrap;gap:.5rem 1rem}._stat_d400o_114{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#4b5563}._statCompleted_d400o_128{color:#10b981}._stat_d400o_114 svg{flex-shrink:0}._bookList_d400o_137{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;border-top:1px solid #f3f4f6;padding-top:.5rem}._bookItem_d400o_148{display:flex;align-items:center;gap:.375rem;width:100%;padding:.375rem .5rem;border:none;background:transparent;border-radius:6px;cursor:pointer;text-align:left;transition:background .12s ease;min-height:44px}._bookItem_d400o_148:hover{background:#f3f4f6}._bookItem_d400o_148:focus-visible{outline:2px solid #2563eb;outline-offset:1px}._bookName_d400o_172{flex:1;font-size:.8125rem;color:#374151;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._bookProgress_d400o_182{font-size:.6875rem;color:#9ca3af;flex-shrink:0}._bookChevron_d400o_188{color:#9ca3af;flex-shrink:0}._moreBooks_d400o_193{font-size:.75rem;color:#9ca3af;padding:.25rem .5rem;margin:0}._startBtn_d400o_201{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.5rem .75rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s ease;min-height:44px}._startBtn_d400o_201:hover{background:#1d4ed8}._startBtn_d400o_201:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._emptyState_d400o_229{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;padding:2rem}._emptyIcon_d400o_239{color:#d1d5db}._emptyText_d400o_243{font-size:.875rem;color:#9ca3af;margin:0;text-align:center}@media(max-width:768px){._grid_d400o_42{grid-template-columns:1fr;padding:.75rem}._panelHeader_d400o_11{padding:.875rem 1rem}}@media(max-width:375px){._grid_d400o_42{padding:.5rem;gap:.75rem}._card_d400o_53{padding:.875rem 1rem}}._container_kmfw6_3{display:flex;flex-direction:column;height:100%;overflow:hidden}._panelHeader_kmfw6_11{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}._headerIcon_kmfw6_21{color:#7c3aed;flex-shrink:0}._panelTitle_kmfw6_26{font-size:1rem;font-weight:600;color:#111827;margin:0;line-height:1.25}._panelSubtitle_kmfw6_34{font-size:.75rem;color:#6b7280;margin:0;line-height:1.25}._splitLayout_kmfw6_42{flex:1;display:flex;flex-direction:row;overflow:hidden;min-height:0}._leftPanel_kmfw6_50{flex:0 0 60%;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1.25rem;min-width:0}._rightPanel_kmfw6_60{flex:0 0 40%;overflow-y:auto;border-left:1px solid #e5e7eb;background:#f9fafb}._body_kmfw6_68{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1.25rem}._statsRow_kmfw6_78{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}._statCard_kmfw6_84{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.875rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center;box-shadow:0 1px 3px #0000000a}._statValue_kmfw6_97{font-size:1.625rem;font-weight:700;color:#111827;line-height:1}._statLabel_kmfw6_104{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#6b7280;font-weight:500;text-align:center}._groups_kmfw6_115{display:flex;flex-direction:column;gap:1.25rem}._group_kmfw6_115{display:flex;flex-direction:column;gap:.625rem}._groupTitle_kmfw6_127{font-size:.8125rem;font-weight:600;color:#374151;margin:0;padding-bottom:.375rem;border-bottom:1px solid #f3f4f6;text-transform:uppercase;letter-spacing:.04em}._paperGrid_kmfw6_139{display:flex;flex-direction:column;gap:.5rem}._paperCard_kmfw6_145{display:flex;align-items:stretch;gap:.75rem;width:100%}._paperCardMain_kmfw6_152{display:flex;align-items:center;gap:.875rem;flex:1;min-height:44px;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}._paperCardMain_kmfw6_152:hover{border-color:#7c3aed;background:#faf5ff;box-shadow:0 2px 8px #7c3aed14}._paperCardMain_kmfw6_152:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}._paperCardDelete_kmfw6_178{width:40px;min-width:40px;height:40px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#dc2626;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}._paperCardDelete_kmfw6_178:hover{background:#fee2e2;border-color:#fca5a5}._paperCardDelete_kmfw6_178:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}._paperCardIcon_kmfw6_203{color:#7c3aed;flex-shrink:0}._paperCardBody_kmfw6_208{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1875rem}._paperTitle_kmfw6_216{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._paperMeta_kmfw6_225{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._paperStats_kmfw6_233{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.125rem}._paperStat_kmfw6_233{display:flex;align-items:center;gap:.2rem;font-size:.6875rem;font-weight:500;color:#4b5563;background:#f3f4f6;border-radius:4px;padding:.1rem .375rem}._paperDate_kmfw6_253{font-size:.6875rem;color:#9ca3af;margin-left:auto}._paperArrow_kmfw6_259{color:#d1d5db;flex-shrink:0;transition:color .15s}._paperCardMain_kmfw6_152:hover ._paperArrow_kmfw6_259{color:#7c3aed}._ctaRow_kmfw6_270{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:.75rem 1rem}._ctaBtn_kmfw6_282{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;border:none;border-radius:.375rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}._ctaBtn_kmfw6_282:hover{opacity:.9}._centred_kmfw6_300{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;text-align:center}._emptyIcon_kmfw6_311{color:#d1d5db}._emptyTitle_kmfw6_315{font-size:.9375rem;font-weight:600;color:#374151;margin:0}._hint_kmfw6_322{font-size:.8125rem;color:#9ca3af;margin:0;max-width:280px;line-height:1.5}._errorIcon_kmfw6_330{color:#f87171}._spinner_kmfw6_335{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#7c3aed;border-radius:50%;animation:_spin_kmfw6_335 .8s linear infinite}@keyframes _spin_kmfw6_335{to{transform:rotate(360deg)}}._guide_kmfw6_349{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}._guideIntro_kmfw6_356{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:#faf5ff;border:1px solid #e9d5ff;border-radius:10px}._guideIntroIcon_kmfw6_366{color:#7c3aed;flex-shrink:0;margin-top:.125rem}._guideIntroTitle_kmfw6_372{font-size:.9375rem;font-weight:600;color:#374151;margin:0 0 .25rem}._guideIntroHint_kmfw6_379{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.5}._guideSteps_kmfw6_386{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}._guideStep_kmfw6_386{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:#fff;border-bottom:1px solid #f3f4f6}._guideStep_kmfw6_386:last-child{border-bottom:none}._guideStepNum_kmfw6_411{width:1.625rem;height:1.625rem;border-radius:50%;background:#7c3aed;color:#fff;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}._guideStepContent_kmfw6_426{display:flex;align-items:flex-start;gap:.625rem;flex:1}._guideStepIcon_kmfw6_433{width:1.75rem;height:1.75rem;border-radius:.375rem;background:#f5f3ff;color:#7c3aed;display:flex;align-items:center;justify-content:center;flex-shrink:0}._guideStepTitle_kmfw6_445{display:block;font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}._guideStepDesc_kmfw6_453{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.55}._guideNotice_kmfw6_460{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:.8125rem;color:#92400e;line-height:1.5}._guideNotice_kmfw6_460 svg{flex-shrink:0;margin-top:.125rem;color:#d97706}@media(max-width:768px){._splitLayout_kmfw6_42{flex-direction:column}._rightPanel_kmfw6_60{width:100%;border-left:none;border-top:1px solid #e5e7eb}._leftPanel_kmfw6_50{padding:.75rem}._statsRow_kmfw6_78{grid-template-columns:repeat(2,1fr)}._panelHeader_kmfw6_11{padding:.875rem 1rem}}@media(max-width:375px){._statsRow_kmfw6_78{grid-template-columns:repeat(2,1fr);gap:.5rem}._leftPanel_kmfw6_50{padding:.5rem;gap:.875rem}}._page_wmezi_5{min-height:100vh;background:#f0f4f8}._header_wmezi_11{background:#fff;border-bottom:1px solid #e5e7eb;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.75rem;position:sticky;top:0;z-index:10}._backLink_wmezi_23{display:inline-flex;align-items:center;gap:.4rem;color:#6b46ff;text-decoration:none;font-weight:600;font-size:.9rem;padding:.35rem .6rem;border-radius:8px;transition:background .15s}._backLink_wmezi_23:hover{background:#6b46ff14}._brandStripe_wmezi_38{flex:1;text-align:right;font-size:1.1rem;font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,#e90dda,#15cff1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._container_wmezi_51{max-width:760px;margin:0 auto;padding:1.5rem 1.25rem 4rem}._heroCard_wmezi_61{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;margin-bottom:1rem;box-shadow:0 2px 8px #0000000f}._heroBanner_wmezi_70{height:130px;background:linear-gradient(135deg,#4f1fff,#7c3aed 30%,#e90dda 70%,#15cff1)}._heroBody_wmezi_75{padding:0 1.5rem 1.5rem}._heroTop_wmezi_80{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}._avatarWrap_wmezi_88{position:relative;margin-top:-44px}._avatar_wmezi_88{width:88px;height:88px;border-radius:50%;border:4px solid #ffffff;background:linear-gradient(135deg,#6b46ff,#e90dda);color:#fff;font-size:1.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #6b46ff4d;-webkit-user-select:none;user-select:none}._avatarBadge_wmezi_109{position:absolute;bottom:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#047857;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}._signOutBtn_wmezi_124{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1px solid #e5e7eb;color:#374151;padding:.45rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;margin-top:.85rem;transition:border-color .15s,color .15s,background .15s;min-height:36px}._signOutBtn_wmezi_124:hover{border-color:#fca5a5;color:#b91c1c;background:#fef2f2}._heroIdentity_wmezi_148{margin-bottom:1rem}._heroName_wmezi_152{font-size:1.55rem;font-weight:800;color:#111827;margin:0 0 .4rem;line-height:1.2}._heroMeta_wmezi_160{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.55rem}._rolePill_wmezi_168{display:inline-block;padding:.2rem .7rem;border-radius:20px;background:#ede9fe;color:#4c1d95;font-size:.78rem;font-weight:700;text-transform:capitalize;border:1px solid rgba(76,29,149,.2)}._gradeTag_wmezi_180{display:inline-block;padding:.2rem .6rem;border-radius:20px;background:#f3f4f6;color:#374151;font-size:.78rem;font-weight:600}._heroContact_wmezi_190{display:inline-flex;align-items:center;gap:.4rem;color:#6b7280;font-size:.875rem;margin:.2rem .75rem 0 0}._statsRow_wmezi_200{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;background:#f9fafb;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}._stat_wmezi_200{flex:1;display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;gap:.15rem;min-width:56px;--stat-value-color: #111827}._stat_wmezi_200+._stat_wmezi_200{border-left:1px solid #e5e7eb}._statGreen_wmezi_227{--stat-value-color: #059669}._statAmber_wmezi_228{--stat-value-color: #b45309}._statValue_wmezi_230{font-size:.9rem;font-weight:700;color:var(--stat-value-color);text-transform:capitalize;white-space:nowrap}._statLabel_wmezi_238{font-size:.65rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._verifyBanner_wmezi_250{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:1.1rem 1.25rem;margin-bottom:1rem}._verifyBannerHeader_wmezi_258{display:flex;align-items:center;gap:.5rem;color:#b45309;margin-bottom:.35rem}._verifyBannerTitle_wmezi_266{font-size:.95rem;font-weight:700;color:#92400e;margin:0}._verifyBannerDesc_wmezi_273{font-size:.85rem;color:#78350f;margin:0 0 .85rem}._verifyForm_wmezi_279{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._otpInput_wmezi_286{flex:1 1 140px;max-width:180px;padding:.55rem .85rem;border-radius:8px;border:1px solid #d1d5db;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:1rem;letter-spacing:.3em;text-align:center;background:#fff}._otpInput_wmezi_286:focus{outline:2px solid rgba(107,70,255,.6);outline-offset:1px;border-color:#6b46ff99}._card_wmezi_309{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000a}._cardHeader_wmezi_318{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}._cardIcon_wmezi_327{width:32px;height:32px;border-radius:8px;background:#ede9fe;color:#4c1d95;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._cardTitle_wmezi_339{font-size:1rem;font-weight:700;color:#111827;margin:0}._statusPill_wmezi_347{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}._statusVerified_wmezi_360{background:#ecfdf5;color:#047857}._statusPending_wmezi_361{background:#fef3c7;color:#b45309}._statusCancelled_wmezi_362{background:#f3f4f6;color:#374151}._infoList_wmezi_365{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}._infoItem_wmezi_374{display:flex;align-items:center;gap:.75rem}._infoItemIcon_wmezi_380{width:34px;height:34px;border-radius:8px;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;flex-shrink:0}._infoItemBody_wmezi_392{flex:1;min-width:0}._infoItemLabel_wmezi_397{display:block;font-size:.7rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.1rem}._infoItemValue_wmezi_407{display:block;font-size:.9rem;color:#111827;font-weight:500;word-break:break-word}._subCard_wmezi_416{background:linear-gradient(135deg,#6b46ff0a,#15cff10a);border:1px solid rgba(107,70,255,.12);border-radius:10px;padding:1rem 1.1rem}._subCardTop_wmezi_423{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}._subPlanName_wmezi_430{font-size:1.1rem;font-weight:800;color:#111827}._subMeta_wmezi_436{display:flex;gap:2rem;flex-wrap:wrap}._subMetaItem_wmezi_442{display:flex;flex-direction:column;gap:.1rem}._subMetaLabel_wmezi_448{font-size:.68rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.04em}._subMetaValue_wmezi_456{font-size:.875rem;font-weight:600;color:#374151;text-transform:capitalize}._emptyState_wmezi_464{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;color:#9ca3af;font-size:.875rem;font-style:italic}._emptyState_wmezi_464 p{margin:0}._loadingText_wmezi_477{font-size:.875rem;color:#9ca3af;margin:0;font-style:italic}._accountList_wmezi_485{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}._accountItem_wmezi_494{display:flex;align-items:center;gap:.75rem;padding:.75rem .9rem;border:1px solid #f0f0f0;border-radius:10px;background:#fafafa;transition:background .15s}._accountItem_wmezi_494:hover{background:#f3f4f6}._accountAvatar_wmezi_507{width:40px;height:40px;border-radius:50%;background:#ede9fe;color:#4c1d95;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-user-select:none;user-select:none}._accountMeta_wmezi_522{flex:1;min-width:0}._accountName_wmezi_524{margin:0;font-weight:700;color:#111827;font-size:.9rem}._accountEmail_wmezi_531{margin:0;color:#6b7280;font-size:.8rem}._roleBadge_wmezi_537{display:inline-block;padding:.15rem .5rem;border-radius:20px;background:#ede9fe;color:#5b21b6;font-size:.68rem;font-weight:700;text-transform:capitalize;white-space:nowrap;flex-shrink:0}._primaryBtn_wmezi_554{background:linear-gradient(135deg,#6b46ff,#3b82f6);color:#fff;border:0;padding:.55rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;min-height:40px;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 4px 12px #6b46ff40;transition:filter .15s}._primaryBtn_wmezi_554:hover{filter:brightness(1.07)}._primaryBtn_wmezi_554:disabled{opacity:.55;cursor:not-allowed}._ghostBtn_wmezi_574{background:transparent;border:1px solid #d1d5db;color:#4b5563;padding:.5rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;min-height:40px;display:inline-flex;align-items:center;transition:background .15s,border-color .15s}._ghostBtn_wmezi_574:hover{background:#f3f4f6;border-color:#9ca3af}._ghostBtn_wmezi_574:disabled{opacity:.55;cursor:not-allowed}._linkBtn_wmezi_593{background:transparent;border:0;color:#4b5563;font-size:.85rem;font-weight:600;cursor:pointer;padding:.5rem .75rem;border-radius:8px;min-height:40px}._linkBtn_wmezi_593:hover{background:#f0f4f8;color:#111827}._feedback_wmezi_608{font-size:.82rem;margin:.6rem 0 0}._feedbackError_wmezi_613{color:#b91c1c}._feedbackSuccess_wmezi_614{color:#047857}._childList_wmezi_620{list-style:none;margin:0 0 .85rem;padding:0;display:flex;flex-direction:column;gap:.5rem}._childRow_wmezi_629{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}._childAvatar_wmezi_639{width:36px;height:36px;border-radius:50%;background:#ede9fe;color:#4c1d95;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-user-select:none;user-select:none}._childMeta_wmezi_653{flex:1;min-width:0}._childName_wmezi_655{margin:0;font-weight:700;color:#111827;font-size:.95rem}._childSub_wmezi_662{margin:0;color:#6b7280;font-size:.8rem}._childActions_wmezi_668{display:flex;gap:.4rem}._iconBtn_wmezi_670{background:transparent;border:1px solid transparent;color:#6b7280;width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s,color .12s}._iconBtn_wmezi_670:hover{background:#f0f4f8;color:#111827}._iconBtnDanger_wmezi_685:hover{background:#fef2f2;color:#b91c1c}._emptyChildren_wmezi_687{font-size:.85rem;color:#6b7280;margin:0 0 .75rem;font-style:italic}._childForm_wmezi_694{margin-top:.75rem;padding:.85rem;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;display:grid;grid-template-columns:1fr 1fr;gap:.6rem}._childForm_wmezi_694 label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#4b5563;font-weight:600}._childForm_wmezi_694 input,._childForm_wmezi_694 select{padding:.5rem .7rem;border-radius:8px;border:1px solid #d1d5db;font-size:.9rem;min-height:38px;background:#fff}._childForm_wmezi_694 input:focus,._childForm_wmezi_694 select:focus{outline:2px solid rgba(107,70,255,.6);outline-offset:1px;border-color:#6b46ff99}._childFormActions_wmezi_731{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:.5rem}@media(max-width:768px){._heroName_wmezi_152{font-size:1.35rem}}@media(max-width:540px){._heroBanner_wmezi_70{height:100px}._avatar_wmezi_88{width:76px;height:76px;font-size:1.5rem}._avatarWrap_wmezi_88{margin-top:-38px}._heroBody_wmezi_75{padding:0 1rem 1.25rem}._heroName_wmezi_152{font-size:1.2rem}._childForm_wmezi_694{grid-template-columns:1fr}._subMeta_wmezi_436{gap:1rem}}@media(max-width:375px){._container_wmezi_51{padding:1rem .75rem 3rem}._statsRow_wmezi_200{flex-wrap:wrap}._stat_wmezi_200{min-width:48px}._heroBody_wmezi_75{padding:0 .85rem 1rem}}.admin-landing-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#0f172a,#1e1b4b,#0f172a);padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.admin-landing-page:before,.admin-landing-page:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.admin-landing-page:before{width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 70%);top:-200px;right:-200px}.admin-landing-page:after{width:400px;height:400px;background:radial-gradient(circle,rgba(124,58,237,.1) 0%,transparent 70%);bottom:-150px;left:-100px}.admin-landing-container{width:100%;max-width:720px;animation:fadeInUp .45s ease;position:relative;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.admin-landing-header{text-align:center;margin-bottom:48px}.admin-landing-logo{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 20px;box-shadow:0 8px 24px #2563eb59}.admin-landing-header h1{margin:0 0 10px;font-size:30px;font-weight:700;color:#f1f5f9;letter-spacing:-.5px;line-height:1.2}.admin-landing-header p{margin:0;font-size:15px;color:#94a3b8e6}.admin-landing-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:36px}.admin-landing-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 28px 36px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer;text-align:center;transition:all .28s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.admin-landing-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(145deg,rgba(255,255,255,.06) 0%,transparent 100%);pointer-events:none}.admin-landing-card:hover{transform:translateY(-6px) scale(1.01);border-color:#ffffff29;background:#ffffff17;box-shadow:0 20px 48px #00000059}.admin-landing-card:active{transform:translateY(-2px) scale(1.005)}.admin-card{box-shadow:0 8px 32px #2563eb1f}.admin-card:hover{box-shadow:0 20px 48px #2563eb38}.tuto-card{box-shadow:0 8px 32px #7c3aed1f}.tuto-card:hover{box-shadow:0 20px 48px #7c3aed38}.card-icon-wrap{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:18px;flex-shrink:0}.admin-card .card-icon-wrap{background:linear-gradient(135deg,#2563eb33,#1d4ed84d);box-shadow:0 4px 14px #2563eb33}.tuto-card .card-icon-wrap{background:linear-gradient(135deg,#7c3aed33,#6d28d94d);box-shadow:0 4px 14px #7c3aed33}.card-icon{font-size:56px;margin-bottom:16px;display:inline-block;animation:bounce 2s infinite}.admin-card .card-icon{animation-delay:0s}.tuto-card .card-icon{animation-delay:.1s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.admin-landing-card h2{margin:0 0 8px;font-size:18px;font-weight:700;color:#f1f5f9;letter-spacing:-.2px}.admin-landing-card p{margin:0 0 14px;font-size:13px;color:#94a3b8d9;line-height:1.55}.card-arrow{font-size:16px;color:#94a3b899;font-weight:600;margin-top:4px;transition:transform .2s ease,color .2s ease}.admin-landing-card:hover .card-arrow{transform:translate(4px);color:#94a3b8}.admin-landing-footer{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.07)}.logout-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 28px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:transparent;color:#94a3b8e6;font-size:13.5px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.logout-btn:hover{background:#ffffff12;border-color:#ffffff40;color:#f1f5f9}@media(max-width:640px){.admin-landing-container{max-width:100%}.admin-landing-header h1{font-size:24px}.admin-landing-cards{grid-template-columns:1fr;gap:14px}.admin-landing-card{padding:36px 24px 32px}.card-icon{font-size:44px}.admin-landing-card h2{font-size:17px}}.sa-landing-school-card{box-shadow:0 8px 32px #6366f11f}.sa-landing-school-card:hover{box-shadow:0 20px 48px #6366f140}.sa-landing-school-card .card-icon-wrap{background:linear-gradient(135deg,#6366f138,#4f46e552);box-shadow:0 4px 14px #6366f138}.sa-landing-student-card{box-shadow:0 8px 32px #0d94881f}.sa-landing-student-card:hover{box-shadow:0 20px 48px #0d948840}.sa-landing-student-card .card-icon-wrap{background:linear-gradient(135deg,#0d948838,#05966952);box-shadow:0 4px 14px #0d948838}.il-instructor-card{box-shadow:0 8px 32px #f59e0b1f}.il-instructor-card:hover{box-shadow:0 20px 48px #f59e0b40}.il-instructor-card .card-icon-wrap{background:linear-gradient(135deg,#f59e0b38,#d9770652);box-shadow:0 4px 14px #f59e0b38}.il-student-card{box-shadow:0 8px 32px #0d94881f}.il-student-card:hover{box-shadow:0 20px 48px #0d948840}.il-student-card .card-icon-wrap{background:linear-gradient(135deg,#0d948838,#05966952);box-shadow:0 4px 14px #0d948838}.admin-header{height:68px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 var(--space-xl, 24px);border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d;flex-shrink:0;gap:var(--space-lg, 16px);font-family:var(--admin-font, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif)}.admin-header-left{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;flex:1}.admin-header-title{margin:0;font-size:22px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.admin-header-left--with-subtitle .admin-header-title{font-size:17px}.admin-header-subtitle{margin:0;font-size:11.5px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.admin-breadcrumb{display:flex;align-items:center;gap:0;min-width:0}.admin-breadcrumb-segment{display:inline-flex;align-items:center;gap:5px;min-width:0}.admin-breadcrumb-sep{color:#d1d5db;font-size:11px;flex-shrink:0}.admin-breadcrumb-ancestor{font-size:12px;font-weight:400;color:#9ca3af;white-space:nowrap}.admin-breadcrumb-current{font-size:12px;font-weight:500;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-header-right{display:flex;align-items:center;flex-shrink:0}.back-btn{display:inline-flex;align-items:center;gap:var(--space-sm, 8px);padding:6px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap;font-family:inherit}.back-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}@media(max-width:1023px){.admin-header{height:60px;padding:0 var(--space-lg, 16px)}.admin-header-title{font-size:18px}.admin-header-left--with-subtitle .admin-header-title{font-size:15px}.back-btn{font-size:12px;padding:5px 12px}}@media(max-width:639px){.admin-header{height:54px;padding:0 var(--space-md, 12px)}.admin-header-title{font-size:16px}.admin-header-left--with-subtitle .admin-header-title{font-size:13px}.admin-header-subtitle{font-size:10px}.admin-breadcrumb-ancestor,.admin-breadcrumb-sep{display:none}.admin-breadcrumb-current{font-size:11px}.back-btn{font-size:11px;padding:5px 10px}}.admin-sidebar{width:256px;min-width:256px;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;overflow:hidden;box-shadow:2px 0 20px #0000002e;transition:all .3s ease}.sidebar-brand{display:flex;align-items:center;gap:var(--space-md, 12px);padding:var(--space-lg) var(--space-lg) var(--space-md);border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.sidebar-brand-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #2563eb59}.sidebar-brand-text{display:flex;flex-direction:column;gap:2px}.sidebar-brand-title{font-size:var(--font-size-sm);font-weight:700;color:#f1f5f9;letter-spacing:-.2px;line-height:1}.sidebar-brand-subtitle{font-size:var(--font-size-xs);color:#64748b;font-weight:400}.sidebar-nav{flex:1;display:flex;flex-direction:column;padding:var(--space-md) var(--space-sm);gap:3px;overflow-y:auto;scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav-label{font-size:var(--font-size-xs);font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.8px;padding:var(--space-lg) var(--space-md) var(--space-sm)}.sidebar-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--admin-radius-md, 10px);cursor:pointer;color:#94a3b8;font-size:var(--font-size-sm);font-weight:500;transition:background .15s ease,color .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none;position:relative}.sidebar-item:hover{background:#1e293b;color:#f1f5f9}.sidebar-item.active{background:linear-gradient(135deg,#1d4ed8,#6d28d9);color:#fff;box-shadow:0 4px 12px #2563eb47}.sidebar-item .icon{font-size:16px;width:20px;text-align:center;flex-shrink:0;display:flex;align-items:center;justify-content:center;line-height:1}.sidebar-item span:not(.icon){flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:var(--space-md) var(--space-sm);border-top:1px solid rgba(255,255,255,.08);flex-shrink:0;display:flex;flex-direction:column;gap:var(--space-sm)}.sidebar-user{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--admin-radius-md, 10px);background:#ffffff0a}.sidebar-user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.sidebar-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebar-user-name{font-size:13px;font-weight:600;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sidebar-user-role{font-size:11px;color:#64748b;line-height:1}.sidebar-hub-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;padding:var(--space-sm) var(--space-md);border:1px solid rgba(148,163,184,.2);border-radius:var(--admin-radius-md, 10px);background:transparent;color:#94a3b8;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;font-family:inherit}.sidebar-hub-btn:hover{background:#1e293b;border-color:#94a3b859;color:#e2e8f0}.sidebar-logout-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;padding:var(--space-sm) var(--space-md);border:1px solid rgba(239,68,68,.2);border-radius:var(--admin-radius-md, 10px);background:transparent;color:#f87171;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;font-family:inherit}.sidebar-logout-btn:hover{background:#1f1212;border-color:#ef444466;color:#fecaca}@media(max-width:1023px){.admin-sidebar{width:220px;min-width:220px}.sidebar-brand{padding:var(--space-md) var(--space-md) var(--space-sm)}.sidebar-brand-icon{width:36px;height:36px;font-size:16px}.sidebar-brand-title{font-size:13px}.sidebar-item{padding:var(--space-md);font-size:var(--font-size-xs)}.sidebar-item .icon{font-size:14px;width:18px}}@media(max-width:639px){.admin-sidebar{width:100%;min-width:100%;flex-direction:row;height:auto;overflow-x:auto;overflow-y:hidden;padding:0}.sidebar-brand{padding:var(--space-md);gap:var(--space-sm);border-bottom:none;border-right:1px solid rgba(255,255,255,.06);white-space:nowrap}.sidebar-brand-icon{width:32px;height:32px;font-size:14px}.sidebar-brand-title{font-size:var(--font-size-xs)}.sidebar-brand-subtitle{display:none}.sidebar-nav{flex-direction:row;padding:0 var(--space-sm);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;flex:1;border-top:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav-label{display:none}.sidebar-item{flex-shrink:0;padding:var(--space-md);font-size:var(--font-size-xs);white-space:nowrap}.sidebar-item span:not(.icon){display:none}.sidebar-item .icon{font-size:16px;width:24px}.sidebar-footer{display:none}}.instructor-sidebar .sidebar-brand-icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b59}.instructor-sidebar .sidebar-user-avatar{background:linear-gradient(135deg,#f59e0b,#d97706)}:root{--admin-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--admin-bg: #f0f4f8;--admin-surface: #ffffff;--admin-border: #e5e7eb;--admin-text-primary: #111827;--admin-text-secondary: #374151;--admin-text-muted: #6b7280;--admin-blue: #2563eb;--admin-blue-dark: #1d4ed8;--admin-purple: #7c3aed;--admin-danger: #dc2626;--admin-success: #10b981;--admin-radius-sm: 6px;--admin-radius-md: 10px;--admin-radius-lg: 14px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px}.admin-layout{display:flex;height:100vh;font-family:var(--admin-font);overflow:hidden;background:var(--admin-bg)}.admin-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.admin-content{flex:1;overflow-y:auto;overflow-x:hidden;background:var(--admin-bg);padding:var(--space-xl);-webkit-overflow-scrolling:touch}@media(max-width:1023px){.admin-layout{flex-direction:column;height:auto;min-height:100vh}.admin-main{width:100%;height:auto;min-height:calc(100vh - 60px)}.admin-content{min-height:calc(100vh - 120px);padding:var(--space-lg)}}@media(max-width:639px){:root{--admin-radius-sm: 4px;--admin-radius-md: 6px;--admin-radius-lg: 8px}.admin-layout{flex-direction:column}.admin-content{padding:var(--space-md)}}.sap-layout{display:flex;height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f4f8}.sap-sidebar{width:256px;min-width:256px;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;overflow:hidden;box-shadow:2px 0 20px #0000002e;flex-shrink:0}.sap-sidebar-brand{display:flex;align-items:center;gap:12px;padding:20px 16px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.sap-sidebar-brand-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#4f46e5);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #6366f166}.sap-sidebar-brand-text{display:flex;flex-direction:column;gap:2px}.sap-sidebar-brand-title{font-size:14px;font-weight:700;color:#f1f5f9;letter-spacing:-.2px;line-height:1}.sap-sidebar-brand-subtitle{font-size:11px;color:#94a3b8;font-weight:400}.sap-sidebar-nav{flex:1;display:flex;flex-direction:column;padding:12px 8px;gap:3px;overflow-y:auto;scrollbar-width:none}.sap-sidebar-nav::-webkit-scrollbar{display:none}.sap-sidebar-nav-label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;padding:16px 12px 8px}.sap-sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;cursor:pointer;color:#94a3b8;font-size:14px;font-weight:500;transition:background .15s ease,color .15s ease,box-shadow .15s ease;background:none;border:none;text-align:left;width:100%;font-family:inherit}.sap-sidebar-item:hover{background:#1e293b;color:#f1f5f9}.sap-sidebar-item.active{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 4px 12px #6366f14d}.sap-sidebar-item-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0;line-height:1}.sap-sidebar-item-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sap-sidebar-count{background:#ffffff1f;color:inherit;font-size:11px;font-weight:600;padding:2px 7px;border-radius:20px;flex-shrink:0}.sap-sidebar-item.active .sap-sidebar-count{background:#ffffff38}.sap-sidebar-footer{padding:12px 8px;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0;display:flex;flex-direction:column;gap:8px}.sap-sidebar-user{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;background:#ffffff0a}.sap-sidebar-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4f46e5);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.sap-sidebar-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sap-sidebar-user-name{font-size:13px;font-weight:600;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sap-sidebar-user-role{font-size:11px;color:#94a3b8;line-height:1}.sap-hub-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;border:1px solid rgba(99,102,241,.3);border-radius:10px;background:transparent;color:#a5b4fc;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;font-family:inherit}.sap-hub-btn:hover{background:#6366f11f;border-color:#6366f180;color:#c7d2fe}.sap-logout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 12px;border:1px solid rgba(239,68,68,.2);border-radius:10px;background:transparent;color:#f87171;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;font-family:inherit}.sap-logout-btn:hover{background:#1f1212;border-color:#ef444466;color:#fecaca}.sap-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.sap-header{height:68px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 28px;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d;flex-shrink:0;gap:16px}.sap-header-left{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;flex:1}.sap-header-title{margin:0;font-size:22px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sap-header-subtitle{margin:0;font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sap-header-code{color:#9ca3af;font-family:monospace}.sap-header-right{display:flex;align-items:center;flex-shrink:0}.sap-header-stats{display:flex;align-items:center;gap:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 20px}.sap-header-stat{display:flex;flex-direction:column;align-items:center;gap:1px}.sap-header-stat-value{font-size:18px;font-weight:700;color:#6366f1;line-height:1}.sap-header-stat-max{font-size:13px;font-weight:500;color:#9ca3af}.sap-header-stat-label{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.sap-header-stat-divider{width:1px;height:32px;background:#e2e8f0}.sap-content{flex:1;overflow-y:auto;padding:28px}.sa-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden}.sa-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f3f4f6}.sa-card-header h2{font-size:16px;font-weight:600;color:#1f2937;margin:0}.sa-table-wrap{overflow-x:auto}.sa-table{width:100%;border-collapse:collapse;font-size:14px}.sa-table th{text-align:left;padding:12px 16px;background:#f9fafb;color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb;white-space:nowrap}.sa-table td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.sa-table tr:last-child td{border-bottom:none}.sa-table tr:hover td{background:#fafafa}.sa-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.sa-badge-active{background:#d1fae5;color:#065f46}.sa-badge-inactive{background:#f3f4f6;color:#6b7280}.sa-btn-add{background:#6366f1;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.sa-btn-add:hover:not(:disabled){background:#4f46e5}.sa-btn-add:disabled{opacity:.5;cursor:not-allowed}.sa-btn-remove{background:#fee2e2;color:#991b1b;border:none;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s;font-family:inherit}.sa-btn-remove:hover:not(:disabled){background:#fecaca}.sa-btn-remove:disabled{opacity:.5;cursor:not-allowed}.sa-empty,.sa-loading{text-align:center;padding:48px 24px;color:#6b7280;font-size:14px}.sa-error{background:#fee2e2;color:#991b1b;border-radius:8px;padding:12px 16px;font-size:14px;margin-bottom:20px}.sa-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.sa-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:100%;max-width:460px;padding:28px;max-height:90vh;overflow-y:auto}.sa-modal h2{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 20px}.sa-modal-field{margin-bottom:16px}.sa-modal-field label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.sa-modal-field input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;box-sizing:border-box;outline:none;transition:border-color .15s;font-family:inherit}.sa-modal-field input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.sa-modal-field-error{color:#ef4444;font-size:12px;margin:4px 0 0}.sa-modal-error{background:#fee2e2;color:#991b1b;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:16px}.sa-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.sa-btn-cancel{background:#f3f4f6;color:#374151;padding:8px 20px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.sa-btn-cancel:hover{background:#e5e7eb}.sa-btn-submit{background:#6366f1;color:#fff;padding:8px 20px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.sa-btn-submit:hover:not(:disabled){background:#4f46e5}.sa-btn-submit:disabled{opacity:.6;cursor:not-allowed}.sa-grade-checklist{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;max-height:160px;overflow-y:auto;padding:4px 0}.sa-grade-checkbox-label{display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:13px;color:#374151;transition:background .1s,border-color .1s}.sa-grade-checkbox-label:hover{background:#f5f3ff;border-color:#a5b4fc}.sa-grade-checkbox-label input[type=checkbox]{accent-color:#6366f1;width:15px;height:15px;cursor:pointer}.sa-grade-checkbox-label.selected{background:#ede9fe;border-color:#6366f1}.sa-grade-pills{display:flex;flex-wrap:wrap;gap:4px}.sa-grade-pill{display:inline-block;padding:2px 8px;background:#ede9fe;color:#4f46e5;border-radius:12px;font-size:11px;font-weight:600}.sa-curriculum-form{padding:20px 24px;border-bottom:1px solid #f3f4f6}.sa-curriculum-form h3{font-size:14px;font-weight:700;color:#374151;margin:0 0 12px}.sa-curriculum-form-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.sa-curriculum-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#374151;min-width:140px;font-family:inherit}.sa-curriculum-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.sa-inline-add{display:flex;gap:6px;align-items:center;flex-wrap:wrap}@media(max-width:1023px){.sap-sidebar{width:220px;min-width:220px}.sap-header{height:60px;padding:0 20px}.sap-header-title{font-size:18px}.sap-content{padding:20px}}@media(max-width:767px){.sap-layout{flex-direction:column;height:auto;min-height:100vh;overflow:auto}.sap-sidebar{width:100%;min-width:100%;flex-direction:row;height:auto;overflow-x:auto;overflow-y:hidden;box-shadow:0 2px 12px #0000002e}.sap-sidebar-brand{padding:12px;border-bottom:none;border-right:1px solid rgba(255,255,255,.06);white-space:nowrap;flex-shrink:0}.sap-sidebar-brand-subtitle{display:none}.sap-sidebar-nav{flex-direction:row;padding:0 8px;overflow-x:auto;overflow-y:hidden;flex:1;gap:0}.sap-sidebar-nav-label{display:none}.sap-sidebar-item{flex-shrink:0;padding:12px;white-space:nowrap;border-radius:0;font-size:13px}.sap-sidebar-item-label{display:none}.sap-sidebar-item-icon{font-size:18px;width:24px}.sap-sidebar-count,.sap-sidebar-footer{display:none}.sap-main{overflow:visible}.sap-content{overflow:visible;padding:16px}.sap-header{height:auto;padding:12px 16px;flex-wrap:wrap;gap:10px}.sap-header-title{font-size:18px}.sap-header-stats{padding:6px 14px;gap:14px}.sap-header-stat-value{font-size:15px}}.ip-page{min-height:100vh;background:#f0f4f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ip-topbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:60px;position:sticky;top:0;z-index:100}.ip-topbar-brand{font-size:18px;font-weight:700;color:#1f2937}.ip-topbar-brand span{color:#6366f1}.ip-topbar-right{display:flex;align-items:center;gap:16px}.ip-topbar-user{font-size:14px;color:#6b7280}.ip-topbar-logout{background:none;border:1px solid #d1d5db;padding:6px 14px;border-radius:8px;font-size:13px;color:#374151;cursor:pointer;transition:background .15s}.ip-topbar-logout:hover{background:#f3f4f6}.ip-main{max-width:1100px;margin:0 auto;padding:32px 24px}.ip-error{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.ip-loading{color:#6b7280;text-align:center;padding:40px}.ip-info-card{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 4px #00000014}.ip-info-card h1{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 4px}.ip-info-role{font-size:13px;color:#6366f1;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.ip-tabs{display:flex;gap:4px;margin-bottom:20px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:4px;width:fit-content}.ip-tab{padding:8px 20px;border:none;background:none;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.ip-tab:hover{background:#f3f4f6;color:#1f2937}.ip-tab-active{background:#6366f1;color:#fff}.ip-tab-active:hover{background:#4f46e5;color:#fff}.ip-card{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000014;overflow:hidden}.ip-card-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6}.ip-card-header h2{font-size:16px;font-weight:700;color:#1f2937;margin:0}.ip-empty{color:#9ca3af;font-size:14px;text-align:center;padding:40px 24px}.ip-table-wrap{overflow-x:auto}.ip-table{width:100%;border-collapse:collapse;font-size:14px}.ip-table th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;border-bottom:1px solid #f3f4f6}.ip-table td{padding:14px 16px;color:#374151;border-bottom:1px solid #f9fafb}.ip-table tbody tr:last-child td{border-bottom:none}.ip-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.ip-badge-active{background:#dcfce7;color:#16a34a}.ip-badge-inactive{background:#f3f4f6;color:#9ca3af}.ip-btn-share{padding:8px 16px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.ip-btn-share:hover:not(:disabled){background:#4f46e5}.ip-btn-share:disabled{opacity:.5;cursor:not-allowed}.ip-btn-remove{padding:5px 12px;background:none;color:#dc2626;border:1px solid #fca5a5;border-radius:6px;font-size:12px;cursor:pointer;transition:background .15s}.ip-btn-remove:hover:not(:disabled){background:#fef2f2}.ip-btn-remove:disabled{opacity:.5;cursor:not-allowed}.ip-grade-filter{display:flex;align-items:center;gap:10px;padding:16px 24px;border-bottom:1px solid #f3f4f6}.ip-grade-filter label{font-size:13px;font-weight:600;color:#374151}.ip-grade-select{padding:6px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#374151;background:#fff;cursor:pointer}.ip-overlay{position:fixed;inset:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.ip-modal{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:440px;box-shadow:0 20px 60px #0003}.ip-modal h2{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 20px}.ip-modal-error{color:#dc2626;font-size:13px;margin-bottom:12px}.ip-modal-field{margin-bottom:16px}.ip-modal-field label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.ip-modal-field input,.ip-modal-field select{width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;box-sizing:border-box}.ip-modal-field input:focus,.ip-modal-field select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ip-modal-field-error{color:#dc2626;font-size:12px;margin-top:4px}.ip-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.ip-btn-cancel{padding:9px 20px;background:none;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;cursor:pointer;transition:background .15s}.ip-btn-cancel:hover{background:#f9fafb}.ip-btn-submit{padding:9px 20px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.ip-btn-submit:hover:not(:disabled){background:#4f46e5}.ip-btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.ip-topbar{padding:0 16px}.ip-main{padding:20px 16px}.ip-tabs{width:100%}.ip-tab{flex:1;text-align:center;padding:8px 12px}}.sc-page{padding:28px 32px;max-width:1100px;margin:0 auto}.sc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.sc-title{margin:0 0 4px;font-size:22px;font-weight:700;color:#111827}.sc-subtitle{margin:0;font-size:14px;color:#6b7280}.sc-selector-row{display:flex;align-items:flex-end;gap:20px;margin-bottom:28px;flex-wrap:wrap}.sc-filter-group{display:flex;flex-direction:column;gap:6px}.sc-label{font-size:14px;font-weight:500;color:#374151;white-space:nowrap}.sc-select{padding:8px 36px 8px 12px;min-width:220px;border:1px solid #d1d5db;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;font-size:14px;color:#111827;cursor:pointer;outline:none;transition:border-color .15s}.sc-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.sc-loading,.sc-empty{text-align:center;padding:56px 24px;color:#9ca3af;font-size:15px}.sc-empty-nested{padding:12px 20px;font-size:13px;color:#9ca3af;font-style:italic}.sc-affiliation-banner{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:12px 16px;border-radius:8px;background:#eff6ff;border:1px solid #bfdbfe;margin-bottom:24px;font-size:14px}.sc-affiliation-banner.sc-affiliation-none{background:#fafafa;border-color:#e5e7eb;color:#6b7280}.sc-affiliation-label{font-weight:600;color:#1e40af}.sc-affiliation-board{font-weight:700;color:#1d4ed8;background:#dbeafe;padding:2px 10px;border-radius:99px}.sc-affiliation-note{color:#4b5563;font-size:13px}.sc-section{margin-bottom:36px}.sc-section-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#374151;margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid #e5e7eb}.sc-section-count{font-size:13px;font-weight:400;color:#9ca3af;margin-left:2px}.sc-grade-group{margin-bottom:20px}.sc-grade-heading{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding-left:4px}.sc-subject-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:box-shadow .15s}.sc-subject-card:hover{box-shadow:0 2px 8px #0000000f}.sc-subject-inherited{background:#f9fafb;border-color:#e0e7ff}.sc-subject-header{display:flex;align-items:center;gap:10px;padding:14px 16px}.sc-chevron-btn{background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;flex-shrink:0;padding:2px;border-radius:4px;transition:color .1s,background .1s}.sc-chevron-btn:hover{color:#111827;background:#f3f4f6}.sc-subject-name{font-size:15px;font-weight:600;color:#111827;flex:1;min-width:0}.sc-inherited-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:99px;background:#e0e7ff;color:#3730a3}.sc-count-badge{font-size:13px;color:#9ca3af;font-weight:400;flex-shrink:0}.sc-row-actions{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.sc-action-link{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:none;border-radius:6px;background:none;font-size:13px;font-weight:500;color:#4b5563;cursor:pointer;transition:background .1s,color .1s;white-space:nowrap}.sc-action-link:hover{background:#f3f4f6;color:#111827}.sc-action-danger{color:#dc2626}.sc-action-danger:hover{background:#fee2e2;color:#b91c1c}.sc-section-hint{font-size:13px;color:#6b7280;margin:-8px 0 14px;font-style:italic}.sc-books-container{border-top:1px solid #f3f4f6;padding:8px 16px 12px 52px;background:#fafafa}.sc-book-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;transition:background .1s}.sc-book-row:hover{background:#f3f4f6}.sc-book-selectable{cursor:pointer;-webkit-user-select:none;user-select:none}.sc-book-selectable:hover{background:#f0f4ff}.sc-book-selected{background:#eff6ff}.sc-book-selected:hover{background:#dbeafe}.sc-book-checkbox{width:16px;height:16px;flex-shrink:0;accent-color:#2563eb;cursor:pointer}.sc-book-checkbox:disabled{opacity:.5;cursor:wait}.sc-toggling-indicator{width:14px;height:14px;border:2px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;flex-shrink:0;animation:sc-spin .6s linear infinite}@keyframes sc-spin{to{transform:rotate(360deg)}}.sc-book-name{flex:1;font-size:14px;color:#374151}.sc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.sc-btn:disabled{opacity:.6;cursor:not-allowed}.sc-btn-primary{background:#2563eb;color:#fff}.sc-btn-primary:hover:not(:disabled){background:#1d4ed8}.sc-btn-ghost{background:#f3f4f6;color:#374151}.sc-btn-ghost:hover:not(:disabled){background:#e5e7eb}.sc-btn-danger{background:#dc2626;color:#fff}.sc-btn-danger:hover:not(:disabled){background:#b91c1c}.sc-btn-icon{gap:6px}.sc-modal-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.sc-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;box-shadow:0 20px 60px #0000002e;overflow:hidden}.sc-modal-sm{max-width:380px}.sc-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 14px;border-bottom:1px solid #f3f4f6}.sc-modal-header h2{margin:0;font-size:17px;font-weight:700;color:#111827}.sc-modal-close{background:none;border:none;cursor:pointer;font-size:16px;color:#9ca3af;line-height:1;padding:4px;border-radius:4px;transition:color .1s}.sc-modal-close:hover{color:#111827}.sc-modal-body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.sc-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 24px 18px;border-top:1px solid #f3f4f6}.sc-form-label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500;color:#374151}.sc-form-input{padding:9px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;outline:none;transition:border-color .15s}.sc-form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.sc-toast-stack{position:fixed;bottom:24px;right:24px;z-index:2000;display:flex;flex-direction:column;gap:8px}.sc-toast{padding:12px 18px;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 4px 12px #00000026;animation:sc-slide-in .2s ease}.sc-toast-success{background:#d1fae5;color:#065f46}.sc-toast-error{background:#fee2e2;color:#b91c1c}@keyframes sc-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.sc-page{padding:20px 16px}.sc-header{flex-direction:column}.sc-subject-header{flex-wrap:wrap}.sc-row-actions{margin-left:0}.sc-books-container{padding-left:24px}}@media(max-width:375px){.sc-action-link span{display:none}}._container_irrbp_5{padding:32px 36px;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._banner_irrbp_12{background:linear-gradient(135deg,#1e3a8a,#4c1d95);border-radius:16px;padding:28px 32px;margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 8px 24px #1e3a8a40;overflow:hidden;position:relative}._banner_irrbp_12:after{content:"";position:absolute;right:-40px;top:-40px;width:200px;height:200px;border-radius:50%;background:#ffffff0d;pointer-events:none}._bannerText_irrbp_38 h2{margin:0 0 6px;font-size:22px;font-weight:700;color:#fff;letter-spacing:-.3px}._bannerText_irrbp_38 p{margin:0;font-size:14px;color:#ffffffb8}._bannerIcon_irrbp_52{font-size:52px;opacity:.85;flex-shrink:0;position:relative;z-index:1}._title_irrbp_61{margin:0 0 20px;font-size:20px;font-weight:600;color:#111827;letter-spacing:-.2px}._grid_irrbp_70{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:36px}@media(max-width:1100px){._grid_irrbp_70{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._grid_irrbp_70{grid-template-columns:1fr}._container_irrbp_5{padding:20px}}._card_irrbp_93{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;display:flex;align-items:center;gap:16px;transition:box-shadow .2s ease,transform .2s ease;box-shadow:0 1px 4px #0000000d}._card_irrbp_93:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}._cardIconWrap_irrbp_110{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}._cardIconWrap_irrbp_110._blue_irrbp_121{background:linear-gradient(135deg,#dbeafe,#ede9fe)}._cardIconWrap_irrbp_110._green_irrbp_122{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}._cardIconWrap_irrbp_110._orange_irrbp_123{background:linear-gradient(135deg,#ffedd5,#fde68a)}._cardIconWrap_irrbp_110._purple_irrbp_124{background:linear-gradient(135deg,#ede9fe,#fce7f3)}._cardBody_irrbp_126{flex:1;min-width:0}._cardTitle_irrbp_131{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.6px;margin:0 0 6px}._cardValue_irrbp_140{font-size:28px;font-weight:700;color:#111827;margin:0;line-height:1;letter-spacing:-.5px}._heading_irrbp_150{font-size:24px;font-weight:700;margin-bottom:20px;color:#111827}._input_irrbp_157{width:100%;padding:10px 12px;margin-bottom:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .15s}._input_irrbp_157:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._button_irrbp_174{width:100%;padding:10px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;font-family:inherit;transition:opacity .15s}._button_irrbp_174:hover{opacity:.9}._message_irrbp_192{margin-top:10px;font-size:14px;color:#374151}._headerRow_irrbp_198{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._tableContainer_irrbp_205{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d}._table_irrbp_205{width:100%;border-collapse:collapse;font-family:inherit}._table_irrbp_205 th{text-align:left;padding:13px 16px;background:#f8fafc;font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb}._table_irrbp_205 td{padding:13px 16px;border-bottom:1px solid #f3f4f6;font-size:14px;color:#111827}._table_irrbp_205 tbody tr:last-child td{border-bottom:none}._table_irrbp_205 tbody tr:hover td{background:#f8fafc}._editBtn_irrbp_246{margin-right:8px;padding:6px 12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:opacity .15s}._editBtn_irrbp_246:hover{opacity:.85}._deleteBtn_irrbp_262{padding:6px 12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;transition:opacity .15s}._deleteBtn_irrbp_262:hover{opacity:.85}:root{--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--space-3xl: 48px;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px}.users-container{padding:var(--space-xl) var(--space-2xl);background:#f0f4f8;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.users-header{margin-bottom:var(--space-xl);background:#fff;padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-xl);box-shadow:0 1px 3px #0000001a}.users-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg);gap:var(--space-lg);flex-wrap:wrap}.users-header h1{font-size:var(--font-size-2xl);font-weight:700;color:#1f2937;margin:0}.create-btn{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:var(--space-sm) var(--space-lg);border:none;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:var(--space-sm)}.create-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.create-btn:disabled{opacity:.5;cursor:not-allowed}.users-filters{display:flex;gap:var(--space-md);align-items:center;flex-wrap:wrap;margin-bottom:var(--space-lg)}.users-search{padding:var(--space-sm) var(--space-md);border:2px solid #d1d5db;border-radius:var(--radius-lg);flex:1;min-width:200px;font-size:var(--font-size-sm);transition:border-color .2s ease}.users-search:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.users-filter-select{padding:var(--space-sm) var(--space-md);border:2px solid #d1d5db;border-radius:var(--radius-lg);font-size:var(--font-size-sm);background:#fff;cursor:pointer;min-width:140px;transition:border-color .2s ease}.users-filter-select:focus{outline:none;border-color:#3b82f6}.users-summary{margin-top:var(--space-sm);font-size:var(--font-size-xs);color:#374151;font-weight:500}.users-loading{text-align:center;padding:var(--space-3xl) var(--space-lg);color:#6b7280;font-size:var(--font-size-base)}.users-table-wrapper{background:#fff;border-radius:var(--radius-xl);overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.users-table{width:100%;border-collapse:collapse;min-width:960px}.users-table thead{background:linear-gradient(135deg,#1e3a8a,#4c1d95);color:#fff}.users-table th,.users-table td{padding:var(--space-md) var(--space-lg);text-align:left;border-bottom:1px solid #e5e7eb;font-size:var(--font-size-sm)}.users-table th{font-weight:600;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.5px}.users-table tbody tr{transition:background-color .15s ease}.users-table tbody tr:hover{background:#f8fafc}.users-table tbody tr:nth-child(2n){background:#f9fafb}.users-table tbody tr:nth-child(2n):hover{background:#f1f5f9}.row-inactive{opacity:.55}.td-name{font-weight:600;color:#1f2937}.td-actions{white-space:nowrap;padding:var(--space-sm) var(--space-md)}.role-badge{display:inline-block;padding:var(--space-xs) var(--space-sm);border-radius:12px;color:#fff;font-size:var(--font-size-xs);font-weight:600;text-transform:capitalize;letter-spacing:.3px}.role-badge-admin{background-color:#dc2626}.role-badge-student{background-color:#2563eb}.role-badge-parent{background-color:#7c3aed}.role-badge-school{background-color:#0891b2}.role-badge-instructor{background-color:#059669}.role-badge-default{background-color:#6b7280}.status-toggle{padding:var(--space-xs) var(--space-sm);border-radius:12px;font-size:var(--font-size-xs);font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.status-toggle.active:hover{background:#bbf7d0;color:#14532d}.status-toggle.inactive:hover{background:#fecaca;color:#7f1d1d}.verify-dot{font-weight:700;font-size:var(--font-size-lg)}.verify-dot.verified{color:#16a34a}.verify-dot.unverified{color:#dc2626}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--radius-md);background-color:transparent;cursor:pointer;transition:all .2s ease;color:#6b7280;margin-right:var(--space-xs)}.icon-btn svg{width:16px;height:16px;stroke-width:2}.icon-btn-edit{color:#2563eb}.icon-btn-edit:hover{background-color:#dbeafe;color:#1d4ed8}.icon-btn-password{color:#f59e0b}.icon-btn-password:hover{background-color:#fef3c7;color:#92400e}.icon-btn-delete{color:#dc2626}.icon-btn-delete:hover{background-color:#fee2e2;color:#b91c1c}.btn{display:inline-flex;align-items:center;border:none;border-radius:var(--radius-lg);cursor:pointer;font-size:var(--font-size-sm);font-weight:500;transition:all .2s ease}.primary-btn{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:var(--space-sm) var(--space-xl);font-weight:600}.primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.cancel-btn{background:#f3f4f6;color:#4b5563;padding:var(--space-sm) var(--space-xl)}.cancel-btn:hover{background:#e5e7eb}.no-data{text-align:center;padding:var(--space-2xl)!important;color:#6b7280;font-size:var(--font-size-sm)}.users-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:var(--space-lg)}.users-tab{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);border:none;border-bottom:2px solid transparent;margin-bottom:-2px;background:none;cursor:pointer;font-size:var(--font-size-sm);font-weight:500;color:#6b7280;transition:color .15s ease,border-color .15s ease,background .15s ease;border-radius:var(--radius-md) var(--radius-md) 0 0;white-space:nowrap}.users-tab:hover{color:#374151;background:#f9fafb}.users-tab--active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.users-tab__count{display:inline-flex;align-items:center;justify-content:center;background:#e5e7eb;color:#4b5563;border-radius:10px;font-size:var(--font-size-xs);font-weight:600;padding:1px 7px;min-width:22px;transition:background .15s ease,color .15s ease}.users-tab--active .users-tab__count{background:#dbeafe;color:#1e40af}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;border-radius:14px;width:90%;max-width:520px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026;animation:modalFadeIn .22s ease-out}.modal--wide{max-width:780px}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg) var(--space-xl) var(--space-md);border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:var(--font-size-xl);font-weight:700;color:#1f2937}.modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:var(--radius-md);color:#6b7280;cursor:pointer;font-size:var(--font-size-xl);line-height:1;transition:background .15s,color .15s}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-error{margin:var(--space-md) var(--space-xl) 0;padding:var(--space-sm) var(--space-md);background:#fef2f2;color:#991b1b;border-radius:var(--radius-md);font-size:var(--font-size-xs);border:1px solid #fecaca}.field-error{margin-top:var(--space-xs);color:#dc2626;font-size:var(--font-size-xs);font-weight:500}.modal-body{padding:var(--space-md) var(--space-xl);overflow-y:auto;flex:1}.modal-label{display:block;font-size:var(--font-size-xs);font-weight:600;color:#374151;margin-bottom:var(--space-md)}.modal-input{display:block;width:100%;padding:var(--space-sm) var(--space-md);margin-top:var(--space-xs);border:2px solid #e5e7eb;border-radius:var(--radius-lg);font-size:var(--font-size-sm);transition:border-color .2s ease;box-sizing:border-box}.modal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}select.modal-input{background:#fff;cursor:pointer}.modal-toggle-label{display:flex;align-items:center;justify-content:space-between}.toggle-switch{position:relative;width:44px;height:24px;border-radius:12px;border:none;cursor:pointer;transition:background-color .2s ease;padding:0}.toggle-switch.on{background:#2563eb}.toggle-switch.off{background:#d1d5db}.toggle-knob{position:absolute;top:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s ease;box-shadow:0 1px 3px #0003}.toggle-switch.on .toggle-knob{left:22px}.toggle-switch.off .toggle-knob{left:2px}.modal-actions{display:flex;justify-content:flex-end;gap:var(--space-md);padding:var(--space-md) var(--space-xl) var(--space-lg);border-top:1px solid #e5e7eb}.modal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md) var(--space-xl)}.modal-form-grid .modal-label{margin-bottom:0}.modal-label--full{grid-column:1 / -1}.modal-input--readonly{background:#f3f4f6;color:#4b5563;cursor:default;border-color:#e5e7eb}.modal-input--readonly:focus{border-color:#e5e7eb;box-shadow:none}.verification-badge{display:inline-block;margin-top:var(--space-xs);font-size:var(--font-size-xs);font-weight:600}.verification-badge.verified{color:#166534}.verification-badge.unverified{color:#991b1b}@media(max-width:1023px){.users-container,.users-header{padding:var(--space-lg)}.users-header-top{flex-direction:column;align-items:stretch}.users-header h1{font-size:var(--font-size-xl)}.create-btn{width:100%;justify-content:center}.users-filters{flex-direction:column;gap:var(--space-md)}.users-search,.users-filter-select{width:100%;min-width:auto}.users-table{min-width:800px}.users-table th,.users-table td{padding:var(--space-sm) var(--space-md);font-size:var(--font-size-xs)}.icon-btn{width:28px;height:28px}.icon-btn svg{width:14px;height:14px}.modal--wide{max-width:90%}.users-tab{font-size:var(--font-size-xs);padding:var(--space-sm) var(--space-md)}}@media(max-width:639px){.users-container{padding:var(--space-md)}.users-header{padding:var(--space-md);margin-bottom:var(--space-lg)}.users-header-top{flex-direction:column;align-items:stretch;gap:var(--space-md);margin-bottom:var(--space-md)}.users-header h1{font-size:var(--font-size-lg)}.create-btn{width:100%;justify-content:center;font-size:var(--font-size-xs);padding:var(--space-sm) var(--space-md)}.users-filters{flex-direction:column;gap:var(--space-sm)}.users-search,.users-filter-select{width:100%;padding:var(--space-sm) var(--space-md);font-size:var(--font-size-sm)}.users-table-wrapper{border:none;box-shadow:none}.users-table{min-width:100%}.users-table thead{display:none}.users-table tbody tr{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:var(--radius-lg);margin-bottom:var(--space-md);overflow:hidden;background:#fff}.users-table td{padding:var(--space-md);border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;font-size:var(--font-size-xs)}.users-table td:before{content:attr(data-label);font-weight:600;color:#374151;margin-right:var(--space-md);flex-shrink:0}.td-actions{flex-direction:row;justify-content:flex-end;gap:var(--space-xs);padding:var(--space-md)}.icon-btn{width:28px;height:28px;margin-right:0}.icon-btn svg{width:14px;height:14px}.role-badge,.status-toggle{padding:var(--space-xs) var(--space-sm);font-size:10px}.modal{width:95%;max-height:90vh}.modal--wide{max-width:95%}.modal-form-grid{grid-template-columns:1fr}.users-tabs{overflow-x:auto}.users-tab{font-size:var(--font-size-xs);padding:var(--space-sm)}}._backdrop_1gx5x_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;animation:_fadeIn_1gx5x_1 .15s ease}@keyframes _fadeIn_1gx5x_1{0%{opacity:0}to{opacity:1}}._modal_1gx5x_18{background:#fff;border-radius:.875rem;box-shadow:0 20px 60px #0000002e,0 4px 16px #0000001a;padding:2rem 1.75rem 1.5rem;width:100%;max-width:400px;animation:_slideUp_1gx5x_1 .18s cubic-bezier(.34,1.56,.64,1);text-align:center}@keyframes _slideUp_1gx5x_1{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}._iconWrap_1gx5x_34{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;margin:0 auto 1.125rem}._iconSuccess_1gx5x_44{background:#dcfce7;color:#16a34a}._iconError_1gx5x_45{background:#fee2e2;color:#dc2626}._iconWarning_1gx5x_46{background:#fef3c7;color:#d97706}._iconInfo_1gx5x_47{background:#dbeafe;color:#2563eb}._title_1gx5x_49{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .5rem}._description_1gx5x_56{font-size:.9375rem;color:#4b5563;margin:0 0 1.5rem;line-height:1.6}._actions_1gx5x_63{display:flex;justify-content:center}._btnOk_1gx5x_68{padding:.5625rem 2.25rem;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;color:#fff;transition:opacity .15s,transform .1s}._btnOk_1gx5x_68:active{transform:scale(.97)}._btnSuccess_1gx5x_81{background:#16a34a}._btnSuccess_1gx5x_81:hover{background:#15803d}._btnError_1gx5x_84{background:#dc2626}._btnError_1gx5x_84:hover{background:#b91c1c}._btnWarning_1gx5x_87{background:#d97706}._btnWarning_1gx5x_87:hover{background:#b45309}._btnInfo_1gx5x_90{background:#2563eb}._btnInfo_1gx5x_90:hover{background:#1d4ed8}.grades-container{padding:32px 36px;min-height:100%;background:#f0f4f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.grades-header{margin-bottom:28px}.grades-header h1{margin:0 0 4px;font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.grades-header p{margin:0;font-size:14px;color:#6b7280}.grades-add-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 1px 4px #0000000d}.grades-add-card h2{margin:0 0 16px;font-size:15px;font-weight:600;color:#111827}.grades-form{display:flex;gap:12px;align-items:center}.grades-form input{flex:1;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fafafa;transition:border-color .15s,box-shadow .15s;outline:none}.grades-form input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.grades-form input::placeholder{color:#9ca3af}.grades-form button{padding:10px 20px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;font-family:inherit;white-space:nowrap;transition:opacity .15s,box-shadow .15s;box-shadow:0 2px 8px #2563eb40}.grades-form button:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #2563eb59}.grades-form button:disabled{opacity:.55;cursor:not-allowed}.grades-table-container{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d}.grades-table{width:100%;border-collapse:collapse;font-family:inherit}.grades-table thead{background:linear-gradient(135deg,#1e3a8a,#4c1d95)}.grades-table thead th{padding:14px 18px;text-align:left;font-size:12px;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.6px}.grades-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .12s}.grades-table tbody tr:last-child{border-bottom:none}.grades-table tbody tr:hover{background:#f8fafc}.grades-table th,.grades-table td{padding:14px 18px;text-align:left}.grades-table td{font-size:14px;color:#111827}.grades-table td:first-child{font-weight:500;color:#6b7280;width:60px}.grades-td-actions{white-space:nowrap}.grades-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:background .15s,color .15s;margin-right:4px}.grades-icon-btn-edit{color:#2563eb}.grades-icon-btn-edit:hover{background:#dbeafe;color:#1d4ed8}.grades-icon-btn-delete{color:#dc2626}.grades-icon-btn-delete:hover{background:#fee2e2;color:#991b1b}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:overlayIn .15s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;padding:28px;border-radius:16px;width:90%;max-width:420px;box-shadow:0 24px 48px #0000002e;animation:modalIn .2s cubic-bezier(.34,1.56,.64,1)}@keyframes modalIn{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal h2{margin:0 0 20px;font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.modal input{width:100%;padding:10px 14px;margin-bottom:16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fafafa;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;outline:none}.modal input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.cancel-btn{padding:9px 18px;background:transparent;border:1px solid #d1d5db;color:#374151;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;transition:background .15s}.cancel-btn:hover{background:#f3f4f6}.save-btn{padding:9px 20px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:opacity .15s;box-shadow:0 2px 8px #2563eb40}.save-btn:hover:not(:disabled){opacity:.9}.save-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:640px){.grades-container{padding:20px 16px}.grades-form{flex-direction:column;align-items:stretch}}.cm-page{padding:32px 36px;min-height:100%;background:#f8fafc;color:#111827;position:relative}.cm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px}.cm-title{margin:0 0 4px;font-size:28px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.cm-subtitle{margin:0;font-size:14px;color:#6b7280}.cm-filters-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:28px}.cm-filter-group{display:flex;align-items:center;gap:12px}.cm-grade-row{display:flex;align-items:center;gap:12px;margin-bottom:28px}.cm-grade-label{font-size:14px;font-weight:500;color:#374151;white-space:nowrap}.cm-grade-select{padding:8px 36px 8px 12px;min-width:180px;border:1px solid #d1d5db;border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;font-size:14px;color:#111827;cursor:pointer;outline:none;transition:border-color .15s}.cm-grade-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.cm-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;white-space:nowrap}.cm-btn:disabled{opacity:.6;cursor:not-allowed}.cm-btn-primary{background:#0f172a;color:#fff}.cm-btn-primary:hover:not(:disabled){background:#1e293b;box-shadow:0 2px 8px #0f172a2e}.cm-btn-ghost{background:transparent;color:#374151;border:1px solid #d1d5db}.cm-btn-ghost:hover:not(:disabled){background:#f3f4f6}.cm-btn-danger{background:#dc2626;color:#fff}.cm-btn-danger:hover:not(:disabled){background:#b91c1c}.cm-btn-icon{padding:9px 16px}.cm-subject-list{display:flex;flex-direction:column;gap:16px}.cm-subject-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.cm-subject-header{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid transparent;transition:background .12s}.cm-subject-card:has(.cm-books-container) .cm-subject-header{border-bottom-color:#f0f0f0}.cm-subject-icon{display:flex;align-items:center;color:#2563eb;flex-shrink:0}.cm-subject-name{font-size:15px;font-weight:600;color:#111827}.cm-books-container{padding:12px 16px 16px;background:#fafafa;display:flex;flex-direction:column;gap:10px}.cm-book-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.cm-book-header{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid transparent;transition:background .12s}.cm-book-card:has(.cm-chapters-container) .cm-book-header{border-bottom-color:#f0f0f0}.cm-book-icon{display:flex;align-items:center;color:#16a34a;flex-shrink:0}.cm-book-name{font-size:14px;font-weight:600;color:#111827}.cm-chapters-container{background:#fafafa;padding:8px 12px 12px;display:flex;flex-direction:column;gap:2px}.cm-chapter-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;transition:background .1s}.cm-chapter-row:hover{background:#f3f4f6}.cm-chapter-icon{display:flex;align-items:center;color:#7c3aed;flex-shrink:0}.cm-chapter-info{display:flex;flex-direction:column;gap:2px;flex:1}.cm-chapter-name{font-size:14px;color:#374151;font-weight:500}.cm-chapter-title{font-size:12px;color:#6b7280;font-style:italic}.cm-pdf-badge{display:inline-flex;align-items:center;padding:2px 9px;background:#ede9fe;color:#6d28d9;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.4px;text-decoration:none;transition:background .15s;flex-shrink:0}.cm-pdf-badge:hover{background:#ddd6fe;color:#5b21b6}.cm-count-badge{font-size:13px;color:#9ca3af;font-weight:400}.cm-board-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:99px;background:#ede9fe;color:#6d28d9;letter-spacing:.02em}.cm-row-actions{display:flex;align-items:center;gap:4px;margin-left:auto}.cm-chapter-actions{flex-shrink:0}.cm-chevron-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#6b7280;border-radius:6px;cursor:pointer;transition:background .12s,color .12s;flex-shrink:0}.cm-chevron-btn:hover{background:#f3f4f6;color:#111827}.cm-chevron-btn svg{display:block;width:16px;height:16px;stroke:#6b7280;flex-shrink:0}.cm-chevron-btn:hover svg{stroke:#111827}.cm-action-link{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border:none;background:transparent;color:#374151;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:background .12s,color .12s;white-space:nowrap}.cm-action-link:hover{background:#f3f4f6;color:#111827}.cm-action-link-danger{color:#dc2626}.cm-action-link-danger:hover{background:#fef2f2;color:#b91c1c}.cm-action-link-question{color:#059669}.cm-action-link-question:hover:not(:disabled){background:#f0fdf4;color:#047857}.cm-action-link-question:disabled{opacity:.7;cursor:not-allowed}.cm-spinner-mini{display:inline-block;width:12px;height:12px;border:2px solid #059669;border-top-color:transparent;border-radius:50%;animation:cm-spin .6s linear infinite}@keyframes cm-spin{to{transform:rotate(360deg)}}.cm-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;border-radius:6px;cursor:pointer;transition:background .12s,color .12s;flex-shrink:0}.cm-icon-btn:hover{background:#f3f4f6;color:#374151}.cm-icon-btn-danger{color:#dc2626}.cm-icon-btn-danger:hover{background:#fef2f2;color:#b91c1c}.cm-empty-state{text-align:center;padding:56px 24px;color:#9ca3af;font-size:14px;background:#fff;border:1px dashed #d1d5db;border-radius:12px}.cm-empty-nested{padding:14px 8px;color:#9ca3af;font-size:13px;text-align:center}.cm-modal-overlay{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cm-modal{background:#fff;border-radius:14px;width:100%;max-width:460px;box-shadow:0 20px 60px #0000002e;animation:cmModalIn .18s ease}.cm-modal-sm{max-width:380px}@keyframes cmModalIn{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.cm-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0}.cm-modal-header h2{margin:0;font-size:17px;font-weight:700;color:#0f172a}.cm-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#9ca3af;border-radius:6px;cursor:pointer;transition:background .12s,color .12s}.cm-modal-close:hover{background:#f3f4f6;color:#374151}.cm-modal-body{padding:20px 24px}.cm-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:0 24px 20px}.cm-field{margin-bottom:16px}.cm-field:last-child{margin-bottom:0}.cm-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.cm-label-hint{font-weight:400;color:#9ca3af;margin-left:4px}.cm-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;background:#fff;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.cm-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.cm-file-input{width:100%;padding:8px 0;font-size:13px;color:#374151;cursor:pointer}.cm-file-name{margin:6px 0 0;font-size:12px;color:#6b7280}.cm-confirm-text{margin:0;font-size:14px;color:#374151;line-height:1.6}.cm-toast-stack{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:8px;z-index:2000;pointer-events:none}.cm-toast{padding:12px 18px;border-radius:10px;font-size:13px;font-weight:500;box-shadow:0 4px 16px #00000024;animation:cmToastIn .22s ease;max-width:320px}@keyframes cmToastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cm-toast-success{background:#052e16;color:#bbf7d0}.cm-toast-error{background:#450a0a;color:#fecaca}@media(max-width:640px){.cm-page{padding:20px 16px}.cm-header{flex-direction:column;align-items:flex-start}.cm-subject-header,.cm-book-header{flex-wrap:wrap;gap:8px}.cm-row-actions{margin-left:0;width:100%;justify-content:flex-end}.cm-action-link span{display:none}}.qpm-page{padding:28px 32px;min-height:100%;background:#f4f6fb;color:#0f172a}.qpm-breadcrumb{color:#64748b;font-size:14px;margin-bottom:10px}.qpm-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:22px}.qpm-title{margin:0;font-size:42px;letter-spacing:-.8px}.qpm-subtitle{margin:4px 0 0;color:#475569;font-size:14px}.qpm-header-actions{display:flex;align-items:center;gap:12px}.qpm-btn{border:1px solid transparent;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;transition:all .16s ease}.qpm-btn:disabled{opacity:.6;cursor:not-allowed}.qpm-btn-primary{background:#2563eb;color:#fff;padding:10px 18px}.qpm-btn-primary:hover:not(:disabled){background:#1d4ed8}.qpm-btn-danger-ghost{background:#fff;border-color:#fecaca;color:#dc2626;padding:12px 18px;min-width:160px}.qpm-btn-danger-ghost:hover:not(:disabled){background:#fff1f2}.qpm-btn-light{background:#fff;border-color:#d1d5db;color:#334155;padding:10px 16px}.qpm-btn-light:hover:not(:disabled){background:#f8fafc}.qpm-btn-small{padding:10px 16px;border-radius:10px;min-width:auto}.qpm-filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;margin-bottom:16px}.qpm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.qpm-field label{display:block;margin-bottom:7px;color:#334155;font-size:14px;font-weight:600}.qpm-field select,.qpm-search-wrap input,.qpm-modal input,.qpm-modal select,.qpm-modal textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:12px 14px;font-size:14px;color:#0f172a;box-sizing:border-box;background:#fff}.qpm-filter-footer{margin-top:16px;padding-top:14px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end}.qpm-content-search{padding:14px 20px 0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.qpm-search-wrap{display:flex;align-items:center;gap:8px;flex:1;border:1px solid #cbd5e1;border-radius:12px;padding:0 14px;background:#fff}.qpm-search-wrap svg{color:#94a3b8;flex-shrink:0}.qpm-search-wrap input{flex:1;border:none;outline:none;padding:12px 0;font-size:14px;color:#0f172a;background:transparent}.qpm-meta{margin-bottom:12px;color:#64748b;font-size:13px;display:flex;align-items:center;gap:10px}.qpm-meta span:after{content:"/";margin-left:10px;color:#cbd5e1}.qpm-meta span:last-child:after{content:"";margin-left:0}.qpm-stats-bar{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 20px;margin-bottom:16px;flex-wrap:wrap}.qpm-stat{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;min-width:72px}.qpm-stat-value{font-size:22px;font-weight:700;color:#0f172a;line-height:1}.qpm-stat-value--ai{color:#1d4ed8}.qpm-stat-value--manual{color:#15803d}.qpm-stat-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.qpm-stat-divider{width:1px;height:32px;background:#e2e8f0;flex-shrink:0;margin:0 4px}.qpm-content-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.qpm-content-overlay{position:absolute;inset:0;background:#ffffffbf;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:14px}.qpm-selection-bar{border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;font-size:14px;color:#475569}.qpm-inline-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.qpm-tabs{border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:6px;padding:0 14px}.qpm-tabs button{border:none;background:transparent;color:#475569;cursor:pointer;padding:14px 12px;font-size:15px;font-weight:700;border-bottom:2px solid transparent}.qpm-tabs button.active{color:#2563eb;border-bottom-color:#2563eb}.qpm-panel{padding:20px}.qpm-sample-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.qpm-sample-card{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:14px}.qpm-sample-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.qpm-sample-card-head h4{margin:0;font-size:16px}.qpm-sample-card-head span{color:#475569;font-size:12px;white-space:nowrap}.qpm-sample-card p{margin:8px 0 12px;color:#475569;font-size:13px}.qpm-panel h3{margin:0 0 12px;font-size:18px}.qpm-empty{border:1px dashed #cbd5e1;border-radius:12px;padding:26px;color:#64748b;text-align:center}.qpm-list{display:flex;flex-direction:column;gap:12px}.qpm-sections-stack{display:flex;flex-direction:column;gap:16px}.qpm-section-block{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#f8fafc}.qpm-section-block h3{margin:0 0 12px}.qpm-item{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#fff}.qpm-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.qpm-question-index{font-size:12px;font-weight:700;color:#334155;background:#f1f5f9;border-radius:6px;padding:3px 8px}.qpm-select-btn{border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700;cursor:pointer}.qpm-select-btn.selected{background:#dcfce7;border-color:#22c55e;color:#166534}.qpm-question{margin:0 0 10px;font-size:16px;color:#0f172a}.qpm-question-image-wrap{margin:8px 0 4px}.qpm-answer,.qpm-source{margin:0;color:#475569;font-size:14px}.qpm-options{margin:0;padding-left:18px;color:#334155}.qpm-options li{margin-bottom:6px}.qpm-options li.correct{color:#047857;font-weight:700}.qpm-actions{display:flex;align-items:center;gap:8px}.qpm-actions button{width:32px;height:32px;border:none;border-radius:8px;background:#f8fafc;color:#2563eb;cursor:pointer}.qpm-actions button:hover{background:#e2e8f0}.qpm-actions button.danger{color:#dc2626}.qpm-sample-paper-card{margin-top:16px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.qpm-sample-paper-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.qpm-sample-paper-header h3{margin:0}.qpm-sample-paper-header p{margin:4px 0 0;color:#64748b;font-size:13px}.qpm-sample-paper-header span{color:#475569;font-size:12px;font-weight:600}.qpm-sample-paper-list{display:flex;flex-direction:column;gap:10px}.qpm-sample-paper-item{border:1px solid #e2e8f0;border-radius:10px;padding:12px}.qpm-modal-overlay{position:fixed;inset:0;background:#02061773;display:flex;align-items:center;justify-content:center;z-index:1100;padding:18px}.qpm-modal{width:100%;max-width:640px;background:#fff;border-radius:14px;padding:18px}.qpm-modal-large{max-width:900px;max-height:90vh;overflow:auto}.qpm-modal h3{margin:0 0 12px}.qpm-modal-body{display:grid;gap:10px}.qpm-modal-body label{font-size:13px;color:#475569;font-weight:700}.qpm-modal-body textarea{resize:vertical}.qpm-confirm-warning{margin:0;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.5}.qpm-confirm-question{margin:0;font-size:14px;color:#0f172a;font-weight:600}.qpm-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.qpm-modal-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.qpm-modal-inline-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.qpm-preview-list{display:flex;flex-direction:column;gap:10px}.qpm-preview-item{border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:grid;gap:8px;background:#f8fafc}.qpm-toast{position:fixed;right:20px;bottom:20px;padding:10px 14px;border-radius:10px;font-size:13px;color:#fff;box-shadow:0 8px 24px #0003;z-index:1200}.qpm-toast-success{background:#166534}.qpm-toast-error{background:#991b1b}.qpm-toast-info{background:#1e3a8a}.qpm-origin-filter{border:1px solid #cbd5e1;border-radius:12px;padding:10px 14px;font-size:14px;color:#334155;background:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0}.qpm-origin-filter:disabled{opacity:.6;cursor:not-allowed}.qpm-btn-add{background:#f0fdf4;border:1px solid #86efac;color:#15803d;padding:10px 14px;white-space:nowrap;flex-shrink:0}.qpm-btn-add:hover:not(:disabled){background:#dcfce7}.qpm-item-meta{display:flex;align-items:center;gap:6px}.qpm-origin-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.2px}.qpm-origin-badge--ai{background:#dbeafe;color:#1d4ed8}.qpm-origin-badge--manual{background:#dcfce7;color:#15803d}.qpm-origin-badge--book{background:#f3e8ff;color:#7e22ce}.qpm-item--book{border-color:#e9d5ff;background:#faf5ff}.qpm-spinner-overlay{width:28px;height:28px;border-width:3px;border-color:#2563eb40;border-top-color:#2563eb}.qpm-spinner-centered{display:block;width:24px;height:24px;border:3px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:qpm-spin .6s linear infinite;margin:16px auto}.qpm-spinner-large{width:36px;height:36px;border-width:3px;border-color:#2563eb40;border-top-color:#2563eb}.qpm-generating-card{background:#fff;border-radius:14px;padding:36px 48px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;max-width:400px}.qpm-generating-title{margin:0;font-size:16px;font-weight:600;color:#0f172a}.qpm-generating-note{margin:0;font-size:13px;color:#64748b;line-height:1.5}.qpm-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.7);border-top-color:transparent;border-radius:50%;animation:qpm-spin .6s linear infinite}.qpm-spinner-red{border-color:#dc262659;border-top-color:transparent}@keyframes qpm-spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.qpm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qpm-title{font-size:32px}.qpm-subtitle{font-size:20px}}@media(max-width:700px){.qpm-stats-bar{gap:8px;padding:12px 16px}.qpm-stat-divider{display:none}.qpm-stat{min-width:60px}.qpm-stat-value{font-size:18px}.qpm-page{padding:16px}.qpm-grid{grid-template-columns:1fr}.qpm-header{flex-direction:column}.qpm-header-actions{width:100%;display:flex;flex-wrap:wrap}.qpm-search-row{flex-wrap:wrap}.qpm-search-wrap{width:100%}.qpm-option-grid{grid-template-columns:1fr}.qpm-selection-bar{flex-direction:column;align-items:stretch}.qpm-sample-grid{grid-template-columns:1fr}.qpm-sample-paper-header{flex-direction:column}}.schools-container{padding:32px 36px;min-height:100%;background:#f0f4f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.schools-header{margin-bottom:28px}.schools-header h1{margin:0 0 4px;font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.schools-header p{margin:0;font-size:14px;color:#6b7280}.schools-error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;border-radius:10px;padding:12px 16px;font-size:14px;margin-bottom:20px}.schools-add-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 1px 4px #0000000d}.schools-add-card h2{margin:0 0 20px;font-size:15px;font-weight:600;color:#111827}.schools-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.schools-form-field{display:flex;flex-direction:column;gap:6px}.schools-form-field label{font-size:13px;font-weight:500;color:#374151}.schools-form-field input,.schools-form-field select{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fafafa;transition:border-color .15s,box-shadow .15s;outline:none}.schools-form-field select{cursor:pointer}.schools-form-field input:focus,.schools-form-field select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.schools-form-field input::placeholder{color:#9ca3af}.schools-form-actions{margin-top:20px;display:flex;justify-content:flex-end}.schools-add-btn{padding:10px 22px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;font-family:inherit;transition:opacity .15s,box-shadow .15s;box-shadow:0 2px 8px #2563eb40}.schools-add-btn:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #2563eb59}.schools-add-btn:disabled{opacity:.55;cursor:not-allowed}.schools-table-container{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d}.schools-table{width:100%;border-collapse:collapse;font-family:inherit}.schools-table thead{background:linear-gradient(135deg,#1e3a8a,#4c1d95)}.schools-table thead th{padding:14px 18px;text-align:left;font-size:12px;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.6px}.schools-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .12s}.schools-table tbody tr:last-child{border-bottom:none}.schools-table tbody tr:hover{background:#f8fafc}.schools-row--inactive{opacity:.6}.schools-table th,.schools-table td{padding:14px 18px;text-align:left}.schools-table td{font-size:14px;color:#111827}.schools-table td:first-child{font-weight:500;color:#6b7280;width:50px}.schools-td-name{font-weight:600}.schools-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.2px}.schools-badge--active{background:#dcfce7;color:#166534}.schools-badge--inactive{background:#f3f4f6;color:#4b5563}.schools-affiliation-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500;background:#ede9fe;color:#5b21b6}.schools-td-empty{color:#9ca3af}.schools-empty{text-align:center;color:#9ca3af;padding:40px 18px!important;font-size:14px}.schools-td-actions{white-space:nowrap}.schools-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:background .15s,color .15s;margin-right:4px}.schools-icon-btn--edit{color:#2563eb}.schools-icon-btn--edit:hover{background:#dbeafe;color:#1d4ed8}.schools-icon-btn--disable{color:#dc2626}.schools-icon-btn--disable:hover{background:#fee2e2;color:#991b1b}.schools-icon-btn--enable{color:#16a34a}.schools-icon-btn--enable:hover{background:#dcfce7;color:#15803d}.schools-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:schoolsOverlayIn .15s ease}@keyframes schoolsOverlayIn{0%{opacity:0}to{opacity:1}}.schools-modal{background:#fff;padding:28px;border-radius:16px;width:90%;max-width:480px;box-shadow:0 24px 48px #0000002e;animation:schoolsModalIn .2s cubic-bezier(.34,1.56,.64,1)}@keyframes schoolsModalIn{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.schools-modal h2{margin:0 0 20px;font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.schools-modal-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.schools-modal-field label{font-size:13px;font-weight:500;color:#374151}.schools-modal-field input,.schools-modal-field select{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fafafa;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;outline:none;cursor:pointer}.schools-modal-field input:focus,.schools-modal-field select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.schools-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.schools-cancel-btn{padding:9px 18px;background:transparent;border:1px solid #d1d5db;color:#374151;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;transition:background .15s}.schools-cancel-btn:hover{background:#f3f4f6}.schools-cancel-btn:disabled{opacity:.55;cursor:not-allowed}.schools-save-btn{padding:9px 20px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:opacity .15s;box-shadow:0 2px 8px #2563eb40}.schools-save-btn:hover:not(:disabled){opacity:.9}.schools-save-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:768px){.schools-container{padding:20px 16px}.schools-form-grid{grid-template-columns:1fr}.schools-table thead th:nth-child(3),.schools-table tbody td:nth-child(3),.schools-table thead th:nth-child(4),.schools-table tbody td:nth-child(4){display:none}}@media(max-width:480px){.schools-table thead th:nth-child(5),.schools-table tbody td:nth-child(5){display:none}}.boards-container{padding:32px 36px;min-height:100%;background:#f0f4f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.boards-header{margin-bottom:28px}.boards-header h1{margin:0 0 4px;font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.boards-header p{margin:0;font-size:14px;color:#6b7280}.boards-error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;border-radius:10px;padding:12px 16px;font-size:14px;margin-bottom:20px}.boards-add-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 1px 4px #0000000d}.boards-add-card h2{margin:0 0 18px;font-size:15px;font-weight:600;color:#111827}.boards-form-row{display:flex;gap:14px;align-items:flex-end}.boards-form-field{display:flex;flex-direction:column;gap:6px}.boards-form-field--grow{flex:1}.boards-form-field label,.boards-label-spacer{font-size:13px;font-weight:500;color:#374151;display:block}.boards-form-field input,.boards-form-field select{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fafafa;transition:border-color .15s,box-shadow .15s;outline:none}.boards-form-field select{cursor:pointer;min-width:140px}.boards-form-field input:focus,.boards-form-field select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.boards-form-field input::placeholder{color:#9ca3af}.boards-form-field--btn{flex-shrink:0}.boards-add-btn{padding:10px 22px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;font-family:inherit;white-space:nowrap;transition:opacity .15s,box-shadow .15s;box-shadow:0 2px 8px #2563eb40}.boards-add-btn:hover:not(:disabled){opacity:.9;box-shadow:0 4px 12px #2563eb59}.boards-add-btn:disabled{opacity:.55;cursor:not-allowed}.boards-table-container{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 1px 4px #0000000d}.boards-table{width:100%;border-collapse:collapse;font-family:inherit}.boards-table thead{background:linear-gradient(135deg,#1e3a8a,#4c1d95)}.boards-table thead th{padding:14px 18px;text-align:left;font-size:12px;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.6px}.boards-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .12s}.boards-table tbody tr:last-child{border-bottom:none}.boards-table tbody tr:hover{background:#f8fafc}.boards-row--inactive{opacity:.6}.boards-table th,.boards-table td{padding:14px 18px;text-align:left}.boards-table td{font-size:14px;color:#111827}.boards-table td:first-child{font-weight:500;color:#6b7280;width:50px}.boards-td-name{font-weight:600}.boards-type-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500;background:#ede9fe;color:#5b21b6}.boards-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.boards-badge--active{background:#dcfce7;color:#166534}.boards-badge--inactive{background:#f3f4f6;color:#6b7280}.boards-empty{text-align:center;color:#9ca3af;padding:40px 18px!important;font-size:14px}.boards-td-actions{white-space:nowrap}.boards-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:background .15s,color .15s;margin-right:4px}.boards-icon-btn--edit{color:#2563eb}.boards-icon-btn--edit:hover{background:#dbeafe;color:#1d4ed8}.boards-icon-btn--disable{color:#dc2626}.boards-icon-btn--disable:hover{background:#fee2e2;color:#991b1b}.boards-icon-btn--enable{color:#16a34a}.boards-icon-btn--enable:hover{background:#dcfce7;color:#15803d}.boards-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:boardsOverlayIn .15s ease}@keyframes boardsOverlayIn{0%{opacity:0}to{opacity:1}}.boards-modal{background:#fff;padding:28px;border-radius:16px;width:90%;max-width:440px;box-shadow:0 24px 48px #0000002e;animation:boardsModalIn .2s cubic-bezier(.34,1.56,.64,1)}@keyframes boardsModalIn{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.boards-modal h2{margin:0 0 20px;font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.boards-modal-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.boards-modal-field label{font-size:13px;font-weight:500;color:#374151}.boards-modal-field input,.boards-modal-field select{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;background:#fafafa;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;outline:none;cursor:pointer}.boards-modal-field input:focus,.boards-modal-field select:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.boards-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.boards-cancel-btn{padding:9px 18px;background:transparent;border:1px solid #d1d5db;color:#374151;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;transition:background .15s}.boards-cancel-btn:hover{background:#f3f4f6}.boards-cancel-btn:disabled{opacity:.55;cursor:not-allowed}.boards-save-btn{padding:9px 20px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:opacity .15s;box-shadow:0 2px 8px #2563eb40}.boards-save-btn:hover:not(:disabled){opacity:.9}.boards-save-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:768px){.boards-container{padding:20px 16px}.boards-form-row{flex-direction:column;align-items:stretch}.boards-add-btn{width:100%}}.acp-container{padding:2rem;max-width:1400px;margin:0 auto}.acp-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.75rem}.acp-title{font-size:1.6rem;font-weight:700;color:var(--color-text-primary, #111827);margin:0 0 .25rem}.acp-subtitle{font-size:.875rem;color:var(--color-text-secondary, #6b7280);margin:0}.acp-notice{padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;margin-bottom:1.25rem;animation:acp-slide-in .2s ease}.acp-notice--success{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.acp-notice--error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}@keyframes acp-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.acp-tabs{display:flex;gap:.25rem;background:#f3f4f6;border-radius:10px;padding:4px;margin-bottom:1.75rem;width:fit-content}.acp-tab{padding:.5rem 1.25rem;border:none;border-radius:7px;background:transparent;color:var(--color-text-secondary, #6b7280);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s;white-space:nowrap}.acp-tab:hover{background:#e5e7eb;color:#374151}.acp-tab--active{background:#fff;color:#1d4ed8;font-weight:600;box-shadow:0 1px 4px #0000001f}.acp-panel{animation:acp-fade-in .18s ease}@keyframes acp-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.acp-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.acp-section-title{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .25rem}.acp-section-desc{font-size:.8125rem;color:#6b7280;margin:0;max-width:64ch}.acp-section-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.acp-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:background .15s,color .15s,border-color .15s,opacity .15s;white-space:nowrap;flex-shrink:0}.acp-btn--primary{background:#1d4ed8;color:#fff}.acp-btn--primary:hover:not(:disabled){background:#1e40af}.acp-btn--ghost{background:transparent;color:#374151;border:1.5px solid #d1d5db}.acp-btn--ghost:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.acp-btn--ghost-active{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd}.acp-btn--sm{padding:.35rem .875rem;font-size:.8125rem}.acp-btn:disabled{opacity:.6;cursor:not-allowed}.acp-copy-panel{background:#f8fafc;border:1.5px solid #bfdbfe;border-radius:10px;padding:1.125rem 1.25rem;margin-bottom:1.25rem;animation:acp-fade-in .15s ease}.acp-copy-panel-hint{font-size:.8125rem;color:#4b5563;margin:0 0 .875rem;line-height:1.5}.acp-copy-empty{font-size:.875rem;color:#6b7280;margin:0}.acp-copy-subject-list{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:1rem}.acp-copy-subject-item{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none}.acp-copy-subject-item input[type=checkbox]{width:15px;height:15px;accent-color:#1d4ed8;cursor:pointer;flex-shrink:0}.acp-copy-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.acp-copy-actions-right{display:flex;align-items:center;gap:.5rem}.acp-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 4px #0000000d}.acp-filter-panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:1.125rem 1.25rem;margin-bottom:1.25rem}.acp-filter-row{display:flex;gap:1rem;flex-wrap:wrap}.acp-filter-field{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:200px}.acp-select{padding:.45rem .75rem;border:1px solid #d1d5db;border-radius:7px;font-size:.875rem;color:#111827;background:#fff;cursor:pointer;transition:border-color .15s;appearance:auto}.acp-select:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.acp-select:disabled{background:#f3f4f6;color:#4b5563;cursor:not-allowed}.acp-filter-empty{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:.9rem;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px}.acp-filter-empty p{margin:0}.acp-config-form{display:flex;flex-direction:column;gap:1.25rem}.acp-config-form--compact{gap:.9rem}.acp-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.acp-field-row--three{grid-template-columns:1fr 1fr 1fr}.acp-field{display:flex;flex-direction:column;gap:.375rem}.acp-label{font-size:.78rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.acp-slider-control{display:flex;align-items:center;gap:.75rem}.acp-range{flex:1;height:4px;accent-color:#1d4ed8;cursor:pointer}.acp-number-input{width:72px;padding:.35rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#f9fafb;text-align:right;transition:border-color .15s}.acp-number-input:focus{outline:none;border-color:#1d4ed8;background:#fff;box-shadow:0 0 0 3px #1d4ed81a}.acp-tokens-input{width:110px}.acp-text-input{width:100%;padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#f9fafb;transition:border-color .15s;box-sizing:border-box}.acp-text-input:focus{outline:none;border-color:#1d4ed8;background:#fff;box-shadow:0 0 0 3px #1d4ed81a}.acp-api-key-row{display:flex;gap:.5rem;align-items:center}.acp-api-key-input{flex:1}.acp-toggle-key{flex-shrink:0;padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;cursor:pointer;font-size:1rem;line-height:1;transition:background .12s,border-color .12s}.acp-toggle-key:hover{background:#e5e7eb;border-color:#9ca3af}.acp-toggle-key:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.acp-textarea{width:100%;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;line-height:1.55;color:#111827;background:#f9fafb;resize:vertical;font-family:inherit;transition:border-color .15s;box-sizing:border-box}.acp-textarea:focus{outline:none;border-color:#1d4ed8;background:#fff;box-shadow:0 0 0 3px #1d4ed81a}.acp-textarea::placeholder{color:#9ca3af}.acp-checking-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.acp-checking-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.125rem;box-shadow:0 1px 3px #0000000a}.acp-checking-card-header{margin-bottom:.875rem}.acp-checking-badge{display:inline-block;padding:.2rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.acp-checking-badge--lenient{background:#d1fae5;color:#065f46}.acp-checking-badge--moderate{background:#dbeafe;color:#1e40af}.acp-checking-badge--strict{background:#fef3c7;color:#92400e}.acp-checking-badge--very_strict{background:#fee2e2;color:#991b1b}.acp-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem;color:#6b7280;font-size:.9rem}.acp-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#1d4ed8;border-radius:50%;animation:acp-spin .7s linear infinite}@keyframes acp-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.acp-checking-grid{grid-template-columns:1fr}.acp-field-row--three{grid-template-columns:1fr 1fr}}@media(max-width:768px){.acp-container{padding:1.25rem}.acp-tabs{width:100%;flex-wrap:wrap}.acp-tab{flex:1;text-align:center;padding:.5rem .625rem;font-size:.8125rem}.acp-section-header{flex-direction:column;align-items:flex-start}.acp-field-row,.acp-field-row--three{grid-template-columns:1fr}.acp-filter-row{flex-direction:column}.acp-filter-field{min-width:unset}.acp-title{font-size:1.3rem}}@media(max-width:480px){.acp-container,.acp-card,.acp-checking-card{padding:1rem}.acp-slider-control{flex-wrap:wrap}.acp-number-input,.acp-tokens-input{width:100%;text-align:left}.acp-section-actions{width:100%;flex-wrap:wrap}.acp-section-actions .acp-btn{flex:1;justify-content:center}.acp-copy-actions{flex-direction:column;align-items:flex-start}.acp-copy-actions-right{width:100%;justify-content:flex-end}}.sub-mgmt{display:flex;flex-direction:column;gap:1.5rem}.sub-mgmt-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb}.sub-mgmt-tab{padding:.625rem 1.25rem;border:none;background:none;font-size:.9375rem;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.sub-mgmt-tab:hover{color:#374151}.sub-mgmt-tab:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.sub-mgmt-tab.active{color:#2563eb;border-bottom-color:#2563eb}.sub-mgmt-section{display:flex;flex-direction:column;gap:1rem}.sub-mgmt-section-toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.sub-mgmt-loading{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem}.sub-mgmt-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:.5rem}.sub-mgmt-table{width:100%;border-collapse:collapse;font-size:.875rem}.sub-mgmt-table th{background:#f9fafb;padding:.625rem .875rem;text-align:left;font-weight:600;color:#374151;font-size:.8125rem;border-bottom:1px solid #e5e7eb;white-space:nowrap}.sub-mgmt-table td{padding:.75rem .875rem;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:middle}.sub-mgmt-table tr:last-child td{border-bottom:none}.sub-mgmt-table tr.row-inactive{opacity:.55}.plan-name-cell{display:block;font-weight:600;color:#111827}.plan-desc-cell{display:block;font-size:.75rem;color:#6b7280;margin-top:.125rem}.empty-row{text-align:center;color:#9ca3af;font-style:italic;padding:2rem!important}.status-toggle{padding:.25rem .625rem;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:opacity .15s}.status-toggle.active{background:#dcfce7;color:#166534}.status-toggle.inactive{background:#fee2e2;color:#991b1b}.status-toggle:hover{opacity:.75}.status-pill{padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.status-pill.active{background:#dcfce7;color:#166534}.status-pill.expired{background:#fef9c3;color:#854d0e}.status-pill.cancelled{background:#fee2e2;color:#991b1b}.btn-primary{padding:.5rem 1.125rem;background:#2563eb;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn-secondary{padding:.5rem 1rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-secondary:hover{background:#f9fafb}.btn-secondary:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.sub-action-btns{display:flex;gap:.375rem;flex-wrap:wrap}.btn-icon{padding:.3rem .625rem;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:.3125rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s}.btn-icon:hover{background:#e5e7eb}.btn-icon:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.inline-msg{font-size:.8125rem;font-weight:500;padding:.4rem .75rem;border-radius:.3125rem}.inline-msg.success{background:#dcfce7;color:#166534}.inline-msg.error{background:#fee2e2;color:#991b1b}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:#fff;border-radius:.75rem;box-shadow:0 20px 60px #0003;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.0625rem;font-weight:700;color:#111827;margin:0}.modal-close{background:none;border:none;font-size:1.375rem;line-height:1;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .15s}.modal-close:hover{color:#111827}.modal-close:focus-visible{outline:2px solid #2563eb}.modal-body{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.form-row{display:flex;flex-direction:column;gap:.375rem}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.form-label{font-size:.8125rem;font-weight:600;color:#374151}.form-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#111827;background:#fff;transition:border-color .15s;width:100%;box-sizing:border-box}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-hint{font-size:.75rem;color:#6b7280;margin:0}.feature-input-row{display:flex;gap:.5rem}.feature-tag-list{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;padding:0;margin:.375rem 0 0}.feature-tag{display:flex;align-items:center;gap:.3rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;color:#1e40af}.feature-tag-remove{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;line-height:1;padding:0;transition:color .1s}.feature-tag-remove:hover{color:#dc2626}.assign-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.625rem;padding:1.25rem}.assign-card-title{font-size:.9375rem;font-weight:700;color:#111827;margin:0 0 1rem}.assign-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;align-items:end}.assign-form-footer{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;grid-column:1 / -1}.section-subtitle{font-size:.9375rem;font-weight:700;color:#111827;margin:.5rem 0 0}@media(max-width:768px){.form-row-3{grid-template-columns:1fr 1fr}.form-row-2,.assign-form{grid-template-columns:1fr}}@media(max-width:480px){.form-row-3{grid-template-columns:1fr}.modal-card{max-height:100vh;border-radius:0}}.usage-dash{display:flex;flex-direction:column;gap:18px;color:#0f172a}.usage-dash__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.usage-dash__head h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.usage-dash__head p{margin:4px 0 0;color:#64748b;font-size:.9rem;max-width:60ch}.usage-dash__refresh{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border:1px solid #c7d2fe;border-radius:10px;background:#eef2ff;color:#4338ca;font-weight:600;cursor:pointer;transition:background .15s ease}.usage-dash__refresh:hover:not(:disabled){background:#e0e7ff}.usage-dash__refresh:disabled{opacity:.6;cursor:not-allowed}.usage-spin{animation:usage-spin 1s linear infinite}@keyframes usage-spin{to{transform:rotate(360deg)}}.usage-dash__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 16px #0f172a0a}.usage-dash__filters label{display:flex;flex-direction:column;gap:6px;font-size:.78rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.03em}.usage-dash__filters input,.usage-dash__filters select{height:38px;min-width:150px;border:1px solid #cbd5e1;border-radius:9px;padding:0 12px;font-size:.92rem;color:#1e293b;background:#fff}.usage-dash__filters input:focus,.usage-dash__filters select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.usage-dash__apply{height:38px;padding:0 22px;border:none;border-radius:9px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:600;cursor:pointer}.usage-dash__apply:disabled{opacity:.6;cursor:not-allowed}.usage-dash__error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:10px;padding:12px 14px;font-size:.9rem}.usage-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.usage-kpi{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 16px #0f172a0d;position:relative;overflow:hidden}.usage-kpi:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--kpi-accent, #6366f1)}.usage-kpi__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:color-mix(in srgb,var(--kpi-accent, #6366f1) 14%,#fff);color:var(--kpi-accent, #6366f1);flex-shrink:0}.usage-kpi__body{min-width:0}.usage-kpi__label{margin:0;font-size:.76rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.usage-kpi__value{margin:4px 0 0;font-size:1.45rem;font-weight:700;color:#0f172a;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.usage-kpi__sub{margin:3px 0 0;font-size:.74rem;color:#94a3b8}.usage-kpi--indigo{--kpi-accent: #6366f1}.usage-kpi--sky{--kpi-accent: #0ea5e9}.usage-kpi--emerald{--kpi-accent: #10b981}.usage-kpi--violet{--kpi-accent: #8b5cf6}.usage-kpi--amber{--kpi-accent: #f59e0b}.usage-kpi--rose{--kpi-accent: #f43f5e}.usage-kpi--cyan{--kpi-accent: #06b6d4}.usage-kpi--slate{--kpi-accent: #64748b}.usage-charts{display:grid;grid-template-columns:1fr 1fr;gap:14px}.usage-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 16px #0f172a0a;padding:16px 18px}.usage-card h2{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:.98rem;font-weight:700;color:#1e293b}.usage-card h2 svg{color:#6366f1}.usage-barlist{display:flex;flex-direction:column;gap:12px}.usage-barlist__top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:5px}.usage-barlist__label{font-size:.86rem;font-weight:600;color:#334155}.usage-barlist__value{font-size:.82rem;font-weight:700;color:#0f172a}.usage-bar{height:9px;width:100%;background:#eef2f7;border-radius:999px;overflow:hidden}.usage-bar__fill{display:block;height:100%;border-radius:999px;min-width:4px;transition:width .4s ease}.usage-role-list{display:flex;flex-direction:column;gap:14px}.usage-role__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.usage-role__name{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:600;color:#334155;text-transform:capitalize}.usage-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.usage-role__cost{font-size:.84rem;font-weight:700;color:#0f172a}.usage-role__meta{display:flex;justify-content:space-between;margin-top:6px;font-size:.74rem;color:#94a3b8}.usage-table-wrap{width:100%;overflow-x:auto}.usage-table{width:100%;border-collapse:collapse;font-size:.86rem}.usage-table th,.usage-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #eef2f7;white-space:nowrap}.usage-table th.num,.usage-table td.num{text-align:right;font-variant-numeric:tabular-nums}.usage-table thead th{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc}.usage-table tbody tr:hover{background:#f8fafc}.usage-table tbody td:first-child{font-weight:600;color:#1e293b;text-transform:capitalize}.usage-empty{color:#94a3b8;text-align:center;padding:18px;font-size:.88rem}.usage-pill{display:inline-block;padding:2px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.74rem;font-weight:700;text-transform:capitalize}.usage-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.usage-card__head h2{margin:0}.usage-pagesize{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.usage-pagesize select{height:34px;border:1px solid #cbd5e1;border-radius:8px;padding:0 8px;font-size:.88rem;color:#1e293b;background:#fff}.usage-status{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.74rem;font-weight:700}.usage-status--success{color:#047857;background:#d1fae5}.usage-status--failed{color:#b91c1c;background:#fee2e2}.usage-pager{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid #eef2f7}.usage-pager__info{font-size:.84rem;color:#64748b}.usage-pager__controls{display:inline-flex;align-items:center;gap:8px}.usage-pager__controls button{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 12px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#334155;font-weight:600;font-size:.86rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.usage-pager__controls button:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.usage-pager__controls button:disabled{opacity:.5;cursor:not-allowed}.usage-pager__page{font-size:.84rem;font-weight:600;color:#475569;min-width:90px;text-align:center}.usage-kpis--three{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1100px){.usage-kpis,.usage-kpis--three{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-charts{grid-template-columns:1fr}}@media(max-width:560px){.usage-kpis,.usage-kpis--three{grid-template-columns:1fr}.usage-dash__filters{flex-direction:column;align-items:stretch}.usage-dash__filters input,.usage-dash__filters select{min-width:0;width:100%}}.ai-model-cost-page{display:flex;flex-direction:column;gap:16px}.ai-model-cost-header h1{margin:0;font-size:1.5rem;color:#17324a}.ai-model-cost-header p{margin:6px 0 0;color:#4b6175}.ai-model-cost-alert{border-radius:10px;padding:10px 12px;border:1px solid transparent}.ai-model-cost-alert--error{background:#fff0f1;color:#8b1f2a;border-color:#f3b2b9}.ai-model-cost-alert--success{background:#ecfbf3;color:#11643a;border-color:#b5e7cd}.ai-model-cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ai-model-cost-card{background:#fff;border:1px solid #dce4ee;border-radius:12px;padding:12px;box-shadow:0 6px 18px #11263a0f}.ai-model-cost-card h2{margin:0 0 10px;font-size:1rem;color:#27445d}.ai-model-cost-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ai-model-cost-form label{display:flex;flex-direction:column;gap:6px}.ai-model-cost-form span{font-size:.85rem;color:#3f5b71}.ai-model-cost-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.ai-model-cost-add-btn{border:0;border-radius:8px;height:28px;padding:0 10px;background:#e9f2fb;color:#0e4f85;font-weight:600;cursor:pointer}.ai-model-cost-inline-row{display:grid;grid-template-columns:1fr auto;gap:8px}.ai-model-cost-inline-row button{border:0;border-radius:8px;height:36px;padding:0 12px;background:#0f6db8;color:#fff;font-weight:600;cursor:pointer}.ai-model-cost-form input,.ai-model-cost-form select{height:36px;border:1px solid #cad4e0;border-radius:8px;padding:0 10px}.ai-model-cost-actions{display:flex;gap:8px;grid-column:1 / -1}.ai-model-cost-actions button,.ai-model-cost-table-wrap button{border:0;border-radius:8px;height:34px;padding:0 12px;background:#0f6db8;color:#fff;font-weight:600;cursor:pointer}.ai-model-cost-actions button.secondary,.ai-model-cost-table-wrap button.secondary{background:#e9f2fb;color:#0e4f85}.ai-model-cost-table-wrap{width:100%;overflow-x:auto}.ai-model-cost-table-wrap table{width:100%;border-collapse:collapse}.ai-model-cost-table-wrap th,.ai-model-cost-table-wrap td{text-align:left;padding:8px;border-bottom:1px solid #e2eaf3;white-space:nowrap;font-size:.86rem}.ai-model-cost-table-wrap th{background:#f7fbff;color:#35536b}@media(max-width:960px){.ai-model-cost-grid,.ai-model-cost-form{grid-template-columns:1fr}}.sar-container{padding:24px 32px;background:#f0f4f8;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sar-header{margin-bottom:24px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.sar-header h1{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 4px}.sar-header p{font-size:14px;color:#6b7280;margin:0}.sar-filters{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.sar-filter-btn{padding:6px 16px;border-radius:20px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.sar-filter-btn:hover{border-color:#6366f1;color:#6366f1}.sar-filter-btn.active{background:#4338ca;border-color:#4338ca;color:#fff}.sar-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.sar-table-wrap{overflow-x:auto}.sar-table{width:100%;border-collapse:collapse;font-size:14px}.sar-table th{text-align:left;padding:12px 16px;background:#f9fafb;color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e5e7eb;white-space:nowrap}.sar-table td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#374151;vertical-align:top}.sar-table tr:last-child td{border-bottom:none}.sar-table tr:hover td{background:#fafafa}.sar-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.sar-badge-pending{background:#fef3c7;color:#92400e}.sar-badge-approved{background:#d1fae5;color:#065f46}.sar-badge-rejected{background:#fee2e2;color:#991b1b}.sar-actions{display:flex;gap:8px}.sar-btn{padding:6px 14px;border-radius:6px;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .15s}.sar-btn:disabled{opacity:.5;cursor:not-allowed}.sar-btn-approve{background:#047857;color:#fff}.sar-btn-approve:hover:not(:disabled){background:#065f46}.sar-btn-reject{background:#b91c1c;color:#fff}.sar-btn-reject:hover:not(:disabled){background:#991b1b}.sar-btn-details{background:#f3f4f6;color:#374151}.sar-btn-details:hover:not(:disabled){background:#e5e7eb}.sar-empty,.sar-loading{text-align:center;padding:48px 24px;color:#6b7280;font-size:14px}.sar-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.sar-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:100%;max-width:520px;padding:28px}.sar-modal h2{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 4px}.sar-modal-subtitle{font-size:14px;color:#6b7280;margin:0 0 20px}.sar-modal-detail{background:#f9fafb;border-radius:8px;padding:14px;margin-bottom:20px;font-size:13px;color:#374151;display:grid;gap:6px}.sar-modal-detail strong{color:#111827}.sar-modal label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.sar-modal input,.sar-modal textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;box-sizing:border-box;outline:none;transition:border-color .15s}.sar-modal input:focus,.sar-modal textarea:focus{border-color:#6366f1}.sar-modal textarea{resize:vertical;min-height:80px}.sar-field-error{color:#ef4444;font-size:12px;margin-top:4px}.sar-modal-error{background:#fee2e2;color:#991b1b;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:16px}.sar-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.sar-btn-cancel{background:#f3f4f6;color:#374151;padding:8px 20px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer}.sar-btn-cancel:hover{background:#e5e7eb}.sar-btn-confirm{padding:8px 20px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;color:#fff}.sar-btn-confirm:disabled{opacity:.6;cursor:not-allowed}.sar-btn-confirm-approve{background:#047857}.sar-btn-confirm-approve:hover:not(:disabled){background:#065f46}.sar-btn-confirm-reject{background:#b91c1c}.sar-btn-confirm-reject:hover:not(:disabled){background:#991b1b}.sar-detail-row{display:flex;gap:8px;font-size:13px;color:#374151;padding:6px 0;border-bottom:1px solid #f3f4f6}.sar-detail-row:last-child{border-bottom:none}.sar-detail-label{font-weight:600;color:#6b7280;min-width:140px}.sar-message-box{background:#f9fafb;border-radius:6px;padding:10px;font-size:13px;color:#374151;margin-top:12px;line-height:1.5}.sar-modal-section{margin-bottom:16px}.sar-modal select{width:100%;padding:10px 32px 10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;box-sizing:border-box;outline:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s;cursor:pointer}.sar-modal select:focus{border-color:#6366f1}.sar-school-info{margin-top:10px;background:#f0f4ff;border:1px solid #c7d2fe;border-radius:8px;padding:10px 14px;font-size:13px;display:grid;gap:4px}.sar-school-info-row{display:flex;gap:8px}.sar-school-info-label{font-weight:600;color:#4f46e5;min-width:70px}.sar-school-hint{margin-top:6px;font-size:12px;color:#6b7280}.sar-loading-inline{font-size:13px;color:#6b7280;padding:8px 0;margin:0}@media(max-width:768px){.sar-container{padding:16px}.sar-modal{padding:20px}}:root{--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--space-3xl: 48px;--space-4xl: 64px;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 30px;--font-size-4xl: 36px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.6;--leading-loose: 1.8;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-2xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}.text-xs{font-size:var(--font-size-xs);line-height:var(--leading-tight)}.text-sm{font-size:var(--font-size-sm);line-height:var(--leading-normal)}.text-base{font-size:var(--font-size-base);line-height:var(--leading-normal)}.text-lg{font-size:var(--font-size-lg);line-height:var(--leading-normal)}.text-xl{font-size:var(--font-size-xl);line-height:var(--leading-relaxed)}.text-2xl{font-size:var(--font-size-2xl);line-height:var(--leading-relaxed)}.text-3xl{font-size:var(--font-size-3xl);line-height:var(--leading-relaxed)}.text-4xl{font-size:var(--font-size-4xl);line-height:var(--leading-loose)}.font-regular{font-weight:var(--font-weight-regular)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.font-extrabold{font-weight:var(--font-weight-extrabold)}.p-xs{padding:var(--space-xs)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.p-lg{padding:var(--space-lg)}.p-xl{padding:var(--space-xl)}.p-2xl{padding:var(--space-2xl)}.px-xs{padding-left:var(--space-xs);padding-right:var(--space-xs)}.px-sm{padding-left:var(--space-sm);padding-right:var(--space-sm)}.px-md{padding-left:var(--space-md);padding-right:var(--space-md)}.px-lg{padding-left:var(--space-lg);padding-right:var(--space-lg)}.px-xl{padding-left:var(--space-xl);padding-right:var(--space-xl)}.px-2xl{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}.py-xs{padding-top:var(--space-xs);padding-bottom:var(--space-xs)}.py-sm{padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.py-md{padding-top:var(--space-md);padding-bottom:var(--space-md)}.py-lg{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.py-xl{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.py-2xl{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.m-xs{margin:var(--space-xs)}.m-sm{margin:var(--space-sm)}.m-md{margin:var(--space-md)}.m-lg{margin:var(--space-lg)}.m-xl{margin:var(--space-xl)}.m-2xl{margin:var(--space-2xl)}.mx-xs{margin-left:var(--space-xs);margin-right:var(--space-xs)}.mx-sm{margin-left:var(--space-sm);margin-right:var(--space-sm)}.mx-md{margin-left:var(--space-md);margin-right:var(--space-md)}.mx-lg{margin-left:var(--space-lg);margin-right:var(--space-lg)}.mx-xl{margin-left:var(--space-xl);margin-right:var(--space-xl)}.mx-2xl{margin-left:var(--space-2xl);margin-right:var(--space-2xl)}.my-xs{margin-top:var(--space-xs);margin-bottom:var(--space-xs)}.my-sm{margin-top:var(--space-sm);margin-bottom:var(--space-sm)}.my-md{margin-top:var(--space-md);margin-bottom:var(--space-md)}.my-lg{margin-top:var(--space-lg);margin-bottom:var(--space-lg)}.my-xl{margin-top:var(--space-xl);margin-bottom:var(--space-xl)}.my-2xl{margin-top:var(--space-2xl);margin-bottom:var(--space-2xl)}.mt-xs{margin-top:var(--space-xs)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mb-xs{margin-bottom:var(--space-xs)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mb-2xl{margin-bottom:var(--space-2xl)}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.gap-2xl{gap:var(--space-2xl)}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.w-full{width:100%}.h-full{height:100%}@media(max-width:639px){:root{--font-size-4xl: 28px;--font-size-3xl: 24px;--font-size-2xl: 20px}.container-mobile{padding:var(--space-md)}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr!important}.admin-header-left,.admin-header-right{flex-direction:column;align-items:flex-start}}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:px-lg{padding-left:var(--space-lg);padding-right:var(--space-lg)}}@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))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:px-xl{padding-left:var(--space-xl);padding-right:var(--space-xl)}.md\:py-lg{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-2xl{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}}.hidden-mobile{display:none}@media(min-width:768px){.hidden-mobile{display:block}}.hidden-desktop{display:block}@media(min-width:1024px){.hidden-desktop{display:none}}.container{width:100%;padding:0 var(--space-lg)}@media(min-width:768px){.container{padding:0 var(--space-xl)}}@media(min-width:1024px){.container{padding:0 var(--space-2xl)}}.transition-fast{transition:all var(--transition-fast)}.transition-base{transition:all var(--transition-base)}.transition-colors{transition:background-color var(--transition-base),color var(--transition-base),border-color var(--transition-base)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.text-primary{color:#111827}.text-secondary{color:#374151}.text-muted{color:#6b7280}.text-light{color:#9ca3af}.bg-light{background-color:#f9fafb}.bg-lighter{background-color:#f3f4f6}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:var(--radius-full)}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.select-none{-webkit-user-select:none;user-select:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:var(--radius-lg);background-color:transparent;cursor:pointer;transition:all var(--transition-fast);color:#6b7280;flex-shrink:0;position:relative}.icon-btn svg{width:20px;height:20px;stroke-width:2}.icon-btn:hover{background-color:#f3f4f6;color:#374151}.icon-btn:active{transform:scale(.95)}.icon-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.icon-btn-primary{color:#2563eb;background-color:transparent}.icon-btn-primary:hover{background-color:#dbeafe;color:#1d4ed8}.icon-btn-primary-solid{background-color:#dbeafe;color:#2563eb}.icon-btn-primary-solid:hover{background-color:#bfdbfe;color:#1d4ed8}.icon-btn-danger{color:#dc2626;background-color:transparent}.icon-btn-danger:hover{background-color:#fee2e2;color:#b91c1c}.icon-btn-danger-solid{background-color:#fee2e2;color:#dc2626}.icon-btn-danger-solid:hover{background-color:#fecaca;color:#b91c1c}.icon-btn-success{color:#10b981;background-color:transparent}.icon-btn-success:hover{background-color:#d1fae5;color:#059669}.icon-btn-success-solid{background-color:#d1fae5;color:#10b981}.icon-btn-success-solid:hover{background-color:#a7f3d0;color:#059669}.icon-btn-warning{color:#f59e0b;background-color:transparent}.icon-btn-warning:hover{background-color:#fef3c7;color:#d97706}.icon-btn-warning-solid{background-color:#fef3c7;color:#f59e0b}.icon-btn-warning-solid:hover{background-color:#fde68a;color:#d97706}.icon-btn-ghost{color:#6b7280;background-color:transparent}.icon-btn-ghost:hover{background-color:#f3f4f6;color:#111827}.icon-btn-sm{width:28px;height:28px}.icon-btn-sm svg{width:16px;height:16px}.icon-btn-md{width:36px;height:36px}.icon-btn-md svg{width:20px;height:20px}.icon-btn-lg{width:44px;height:44px}.icon-btn-lg svg{width:24px;height:24px}.icon-btn[title]{position:relative}.icon-btn[title]:before{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-6px);background-color:#111827;color:#fff;padding:6px 10px;border-radius:var(--radius-md);font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--transition-fast);z-index:1000}.icon-btn[title]:after{content:"";position:absolute;bottom:calc(100% - 2px);left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #111827;opacity:0;pointer-events:none;transition:opacity var(--transition-fast);z-index:1000}.icon-btn[title]:hover:before,.icon-btn[title]:hover:after{opacity:1}.icon-btn-group{display:inline-flex;gap:var(--space-sm);align-items:center}.icon-btn-group .icon-btn{margin:0}.icon-btn-badge{position:relative}.icon-btn-badge:after{content:attr(data-badge);position:absolute;top:-2px;right:-2px;width:18px;height:18px;background-color:#dc2626;color:#fff;border-radius:50%;font-size:10px;font-weight:var(--font-weight-bold);display:flex;align-items:center;justify-content:center;border:2px solid white}.form-group{display:flex;flex-direction:column;margin-bottom:var(--space-lg)}.form-group label{display:block;margin-bottom:var(--space-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--admin-text-primary, #111827)}.form-group-inline{display:flex;gap:var(--space-lg);margin-bottom:var(--space-lg)}.form-group-inline>div{flex:1}.form-input,.form-textarea,.form-select{width:100%;padding:var(--space-md) var(--space-lg);border:2px solid #d1d5db;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-family:inherit;background-color:#fff;color:#111827;transition:all var(--transition-fast)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:120px;font-size:var(--font-size-sm)}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-lg) center;background-size:18px;padding-right:40px;cursor:pointer}.form-select:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1d5db' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.form-checkbox,.form-radio{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:var(--space-md)}.checkbox-item,.radio-item{display:flex;align-items:center;gap:var(--space-md);cursor:pointer}.checkbox-item input,.radio-item input{margin:0;cursor:pointer}.checkbox-item label,.radio-item label{margin-bottom:0;cursor:pointer;font-weight:var(--font-weight-regular);font-size:var(--font-size-sm)}.form-error{color:#dc2626;font-size:var(--font-size-xs);margin-top:var(--space-sm);font-weight:var(--font-weight-medium)}.form-input-error,.form-textarea-error{border-color:#dc2626}.form-input-error:focus,.form-textarea-error:focus{box-shadow:0 0 0 3px #dc26261a}.form-success{color:#10b981;font-size:var(--font-size-xs);margin-top:var(--space-sm);font-weight:var(--font-weight-medium)}.form-input-success,.form-textarea-success{border-color:#10b981}.form-input-success:focus,.form-textarea-success:focus{box-shadow:0 0 0 3px #10b9811a}.form-button-group{display:flex;gap:var(--space-md);justify-content:flex-end;margin-top:var(--space-2xl)}.form-button-group-center{justify-content:center}.form-button-group-between{justify-content:space-between}.otp-input-group{display:flex;gap:var(--space-md);justify-content:center;margin:var(--space-xl) 0}.otp-input{width:50px;height:50px;padding:var(--space-md);border:2px solid #d1d5db;border-radius:var(--radius-lg);font-size:24px;font-weight:var(--font-weight-bold);text-align:center;background-color:#fff;color:#111827;transition:all var(--transition-fast)}.otp-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.otp-input-filled{border-color:#2563eb;background-color:#dbeafe}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:var(--space-lg);background:linear-gradient(135deg,#667eea,#764ba2)}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:var(--radius-2xl);padding:var(--space-2xl);box-shadow:0 20px 25px #00000026}.auth-header{text-align:center;margin-bottom:var(--space-2xl)}.auth-header h1{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);margin-bottom:var(--space-sm);color:#111827}.auth-header p{font-size:var(--font-size-sm);color:#6b7280;margin:0}.auth-footer{margin-top:var(--space-xl);text-align:center;font-size:var(--font-size-sm);color:#6b7280}.auth-footer a{color:#2563eb;text-decoration:none;font-weight:var(--font-weight-semibold);transition:color var(--transition-fast)}.auth-footer a:hover{color:#1d4ed8}@media(max-width:639px){.form-button-group{flex-direction:column;justify-content:center}.form-button-group button{width:100%}.form-group-inline{flex-direction:column;gap:var(--space-md)}.auth-card{padding:var(--space-lg)}.otp-input{width:40px;height:40px;font-size:20px}.otp-input-group{gap:var(--space-sm)}}@media(min-width:768px){.form-group-inline{gap:var(--space-lg)}}#root{display:flex;flex-direction:column;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#2c3e50;line-height:var(--leading-normal);font-size:var(--font-size-base)}h1,h2,h3,h4,h5,h6{line-height:var(--leading-tight);margin-bottom:var(--space-md);font-weight:var(--font-weight-semibold);color:#2c3e50}h1{font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);line-height:1.1}h2{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold)}h3{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold)}h4{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}h5{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}h6{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold)}p{margin-bottom:var(--space-md);line-height:var(--leading-relaxed)}a{color:#3498db;text-decoration:none;transition:color var(--transition-base)}a:hover{color:#2980b9}input,textarea,select,button{font-family:inherit;font-size:inherit;color:inherit}input::placeholder,textarea::placeholder{color:#9ca3af}button{cursor:pointer;transition:all var(--transition-fast)}button:disabled{opacity:.6;cursor:not-allowed}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ecf0f1}::-webkit-scrollbar-thumb{background:#bdc3c7;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#95a5a6}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.loading-container p{color:#fff;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:2px solid #3498db;outline-offset:2px}@media(max-width:639px){h1{font-size:var(--font-size-2xl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}h4{font-size:var(--font-size-base)}body{font-size:var(--font-size-sm);line-height:var(--leading-relaxed)}}@media(min-width:640px){body{font-size:var(--font-size-base)}}@media(min-width:1024px){body{font-size:var(--font-size-base)}}
