@charset "UTF-8";@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-100: oklch(93.6% .032 17.717);--color-red-600: oklch(57.7% .245 27.325);--color-red-800: oklch(44.4% .177 26.899);--color-yellow-600: oklch(68.1% .162 75.834);--color-green-100: oklch(96.2% .044 156.743);--color-green-600: oklch(62.7% .194 149.214);--color-green-800: oklch(44.8% .119 151.328);--color-blue-100: oklch(93.2% .032 255.585);--color-blue-800: oklch(42.4% .199 265.638);--color-purple-100: oklch(94.6% .033 307.174);--color-purple-800: oklch(43.8% .218 303.724);--color-gray-100: oklch(96.7% .003 264.542);--color-gray-600: oklch(44.6% .03 256.802);--color-gray-800: oklch(27.8% .033 256.848);--spacing: .25rem;--radius-lg: .5rem;--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.isolate{isolation:isolate}.container{width:100%}@media (width >= 40rem){.container{max-width:40rem}}@media (width >= 48rem){.container{max-width:48rem}}@media (width >= 64rem){.container{max-width:64rem}}@media (width >= 80rem){.container{max-width:80rem}}@media (width >= 96rem){.container{max-width:96rem}}.mt-1{margin-top:var(--spacing)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.list-item{display:list-item}.table{display:table}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-4{gap:calc(var(--spacing) * 4)}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border{border-style:var(--tw-border-style);border-width:1px}.bg-blue-100{background-color:var(--color-blue-100)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-green-100{background-color:var(--color-green-100)}.bg-purple-100{background-color:var(--color-purple-100)}.bg-red-100{background-color:var(--color-red-100)}.text-blue-800{color:var(--color-blue-800)}.text-gray-600{color:var(--color-gray-600)}.text-gray-800{color:var(--color-gray-800)}.text-green-600{color:var(--color-green-600)}.text-green-800{color:var(--color-green-800)}.text-purple-800{color:var(--color-purple-800)}.text-red-600{color:var(--color-red-600)}.text-red-800{color:var(--color-red-800)}.text-yellow-600{color:var(--color-yellow-600)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.shadow{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.ease-in{--tw-ease: var(--ease-in);transition-timing-function:var(--ease-in)}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.select-all{-webkit-user-select:all;user-select:all}@media (width >= 48rem){.md\:col-span-2{grid-column:span 2 / span 2}}@media (width >= 48rem){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width >= 48rem){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width >= 64rem){.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-space-y-reverse: 0;--tw-border-style: solid;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-ease: initial}}}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.manual-entry-section .ql-container{color:#e5e7eb!important}.manual-entry-section .ql-editor.ql-blank:before{color:#e5e8f0!important;opacity:.9}.manual-entry-section .ql-toolbar .ql-stroke,.manual-entry-section .ql-toolbar .ql-stroke.ql-thin,.manual-entry-section .ql-toolbar .ql-stroke.ql-transparent,.manual-entry-section .ql-toolbar svg .ql-stroke,.manual-entry-section .ql-toolbar svg .ql-stroke.ql-thin,.manual-entry-section .ql-toolbar svg .ql-stroke.ql-transparent,.manual-entry-section .ql-toolbar button svg .ql-stroke,.manual-entry-section .ql-toolbar button svg .ql-stroke.ql-thin,.manual-entry-section .ql-toolbar .ql-picker-label svg .ql-stroke,.manual-entry-section .ql-toolbar .ql-picker-label svg .ql-stroke.ql-thin,.manual-entry-section .ql-toolbar .ql-picker svg .ql-stroke,.manual-entry-section .ql-toolbar .ql-picker svg .ql-stroke.ql-thin,.modal-content .ql-toolbar .ql-stroke,.modal-content .ql-toolbar .ql-stroke.ql-thin,.modal-content .ql-toolbar .ql-stroke.ql-transparent,.modal-content .ql-toolbar svg .ql-stroke,.modal-content .ql-toolbar svg .ql-stroke.ql-thin,.modal-content .ql-toolbar svg .ql-stroke.ql-transparent,.modal-content .ql-toolbar button svg .ql-stroke,.modal-content .ql-toolbar button svg .ql-stroke.ql-thin,.modal-content .ql-toolbar .ql-picker-label svg .ql-stroke,.modal-content .ql-toolbar .ql-picker-label svg .ql-stroke.ql-thin,.modal-content .ql-toolbar .ql-picker svg .ql-stroke,.modal-content .ql-toolbar .ql-picker svg .ql-stroke.ql-thin,.question-entry-card .ql-toolbar .ql-stroke,.question-entry-card .ql-toolbar .ql-stroke.ql-thin,.question-entry-card .ql-toolbar .ql-stroke.ql-transparent,.question-entry-card .ql-toolbar svg .ql-stroke,.question-entry-card .ql-toolbar svg .ql-stroke.ql-thin,.question-entry-card .ql-toolbar svg .ql-stroke.ql-transparent,.question-entry-card .ql-toolbar button svg .ql-stroke,.question-entry-card .ql-toolbar button svg .ql-stroke.ql-thin,.question-entry-card .ql-toolbar .ql-picker-label svg .ql-stroke,.question-entry-card .ql-toolbar .ql-picker-label svg .ql-stroke.ql-thin,.question-entry-card .ql-toolbar .ql-picker svg .ql-stroke,.question-entry-card .ql-toolbar .ql-picker svg .ql-stroke.ql-thin,.passage-question-section .ql-toolbar .ql-stroke,.passage-question-section .ql-toolbar .ql-stroke.ql-thin,.passage-question-section .ql-toolbar .ql-stroke.ql-transparent,.passage-question-section .ql-toolbar svg .ql-stroke,.passage-question-section .ql-toolbar svg .ql-stroke.ql-thin,.passage-question-section .ql-toolbar svg .ql-stroke.ql-transparent,.passage-question-section .ql-toolbar button svg .ql-stroke,.passage-question-section .ql-toolbar button svg .ql-stroke.ql-thin,.passage-question-section .ql-toolbar .ql-picker-label svg .ql-stroke,.passage-question-section .ql-toolbar .ql-picker-label svg .ql-stroke.ql-thin,.passage-question-section .ql-toolbar .ql-picker svg .ql-stroke,.passage-question-section .ql-toolbar .ql-picker svg .ql-stroke.ql-thin,.sub-question-card .ql-toolbar .ql-stroke,.sub-question-card .ql-toolbar .ql-stroke.ql-thin,.sub-question-card .ql-toolbar .ql-stroke.ql-transparent,.sub-question-card .ql-toolbar svg .ql-stroke,.sub-question-card .ql-toolbar svg .ql-stroke.ql-thin,.sub-question-card .ql-toolbar svg .ql-stroke.ql-transparent,.sub-question-card .ql-toolbar button svg .ql-stroke,.sub-question-card .ql-toolbar button svg .ql-stroke.ql-thin,.sub-question-card .ql-toolbar .ql-picker-label svg .ql-stroke,.sub-question-card .ql-toolbar .ql-picker-label svg .ql-stroke.ql-thin,.sub-question-card .ql-toolbar .ql-picker svg .ql-stroke,.sub-question-card .ql-toolbar .ql-picker svg .ql-stroke.ql-thin,.edit-question-modal .ql-toolbar .ql-stroke,.edit-question-modal .ql-toolbar .ql-stroke.ql-thin,.edit-question-modal .ql-toolbar .ql-stroke.ql-transparent,.edit-question-modal .ql-toolbar svg .ql-stroke,.edit-question-modal .ql-toolbar svg .ql-stroke.ql-thin,.edit-question-modal .ql-toolbar svg .ql-stroke.ql-transparent,.edit-question-modal .ql-toolbar button svg .ql-stroke,.edit-question-modal .ql-toolbar button svg .ql-stroke.ql-thin,.edit-question-modal .ql-toolbar .ql-picker-label svg .ql-stroke,.edit-question-modal .ql-toolbar .ql-picker-label svg .ql-stroke.ql-thin,.edit-question-modal .ql-toolbar .ql-picker svg .ql-stroke,.edit-question-modal .ql-toolbar .ql-picker svg .ql-stroke.ql-thin,.edit-question-modal ::ng-deep .ql-toolbar .ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar .ql-stroke.ql-thin,.edit-question-modal ::ng-deep .ql-toolbar .ql-stroke.ql-transparent,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-stroke.ql-thin,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-stroke.ql-transparent,.edit-question-modal ::ng-deep .ql-toolbar button svg .ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar button svg .ql-stroke.ql-thin,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker-label svg .ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker-label svg .ql-stroke.ql-thin,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker svg .ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker svg .ql-stroke.ql-thin{stroke:#fff!important;fill:none!important}.manual-entry-section .ql-toolbar .ql-fill,.manual-entry-section .ql-toolbar .ql-fill.ql-even,.manual-entry-section .ql-toolbar svg .ql-fill,.manual-entry-section .ql-toolbar svg .ql-fill.ql-even,.manual-entry-section .ql-toolbar button svg .ql-fill,.manual-entry-section .ql-toolbar button svg .ql-fill.ql-even,.manual-entry-section .ql-toolbar .ql-picker-label svg .ql-fill,.manual-entry-section .ql-toolbar .ql-picker-label svg .ql-fill.ql-even,.manual-entry-section .ql-toolbar .ql-picker svg .ql-fill,.manual-entry-section .ql-toolbar .ql-picker svg .ql-fill.ql-even,.modal-content .ql-toolbar .ql-fill,.modal-content .ql-toolbar .ql-fill.ql-even,.modal-content .ql-toolbar svg .ql-fill,.modal-content .ql-toolbar svg .ql-fill.ql-even,.modal-content .ql-toolbar button svg .ql-fill,.modal-content .ql-toolbar button svg .ql-fill.ql-even,.modal-content .ql-toolbar .ql-picker-label svg .ql-fill,.modal-content .ql-toolbar .ql-picker-label svg .ql-fill.ql-even,.modal-content .ql-toolbar .ql-picker svg .ql-fill,.modal-content .ql-toolbar .ql-picker svg .ql-fill.ql-even,.question-entry-card .ql-toolbar .ql-fill,.question-entry-card .ql-toolbar .ql-fill.ql-even,.question-entry-card .ql-toolbar svg .ql-fill,.question-entry-card .ql-toolbar svg .ql-fill.ql-even,.question-entry-card .ql-toolbar button svg .ql-fill,.question-entry-card .ql-toolbar button svg .ql-fill.ql-even,.question-entry-card .ql-toolbar .ql-picker-label svg .ql-fill,.question-entry-card .ql-toolbar .ql-picker-label svg .ql-fill.ql-even,.question-entry-card .ql-toolbar .ql-picker svg .ql-fill,.question-entry-card .ql-toolbar .ql-picker svg .ql-fill.ql-even,.passage-question-section .ql-toolbar .ql-fill,.passage-question-section .ql-toolbar .ql-fill.ql-even,.passage-question-section .ql-toolbar svg .ql-fill,.passage-question-section .ql-toolbar svg .ql-fill.ql-even,.passage-question-section .ql-toolbar button svg .ql-fill,.passage-question-section .ql-toolbar button svg .ql-fill.ql-even,.passage-question-section .ql-toolbar .ql-picker-label svg .ql-fill,.passage-question-section .ql-toolbar .ql-picker-label svg .ql-fill.ql-even,.passage-question-section .ql-toolbar .ql-picker svg .ql-fill,.passage-question-section .ql-toolbar .ql-picker svg .ql-fill.ql-even,.sub-question-card .ql-toolbar .ql-fill,.sub-question-card .ql-toolbar .ql-fill.ql-even,.sub-question-card .ql-toolbar svg .ql-fill,.sub-question-card .ql-toolbar svg .ql-fill.ql-even,.sub-question-card .ql-toolbar button svg .ql-fill,.sub-question-card .ql-toolbar button svg .ql-fill.ql-even,.sub-question-card .ql-toolbar .ql-picker-label svg .ql-fill,.sub-question-card .ql-toolbar .ql-picker-label svg .ql-fill.ql-even,.sub-question-card .ql-toolbar .ql-picker svg .ql-fill,.sub-question-card .ql-toolbar .ql-picker svg .ql-fill.ql-even,.edit-question-modal .ql-toolbar .ql-fill,.edit-question-modal .ql-toolbar .ql-fill.ql-even,.edit-question-modal .ql-toolbar svg .ql-fill,.edit-question-modal .ql-toolbar svg .ql-fill.ql-even,.edit-question-modal .ql-toolbar button svg .ql-fill,.edit-question-modal .ql-toolbar button svg .ql-fill.ql-even,.edit-question-modal .ql-toolbar .ql-picker-label svg .ql-fill,.edit-question-modal .ql-toolbar .ql-picker-label svg .ql-fill.ql-even,.edit-question-modal .ql-toolbar .ql-picker svg .ql-fill,.edit-question-modal .ql-toolbar .ql-picker svg .ql-fill.ql-even,.edit-question-modal ::ng-deep .ql-toolbar .ql-fill,.edit-question-modal ::ng-deep .ql-toolbar .ql-fill.ql-even,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-fill,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-fill.ql-even,.edit-question-modal ::ng-deep .ql-toolbar button svg .ql-fill,.edit-question-modal ::ng-deep .ql-toolbar button svg .ql-fill.ql-even,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker-label svg .ql-fill,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker-label svg .ql-fill.ql-even,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker svg .ql-fill,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker svg .ql-fill.ql-even{fill:transparent!important;stroke:#fff!important}.manual-entry-section .ql-toolbar button,.modal-content .ql-toolbar button,.question-entry-card .ql-toolbar button,.passage-question-section .ql-toolbar button,.sub-question-card .ql-toolbar button,.edit-question-modal .ql-toolbar button,.edit-question-modal ::ng-deep .ql-toolbar button{color:#fff!important}.manual-entry-section .ql-toolbar button svg *,.modal-content .ql-toolbar button svg *,.question-entry-card .ql-toolbar button svg *,.passage-question-section .ql-toolbar button svg *,.sub-question-card .ql-toolbar button svg *,.edit-question-modal .ql-toolbar button svg *,.edit-question-modal ::ng-deep .ql-toolbar button svg *{stroke:#fff!important;fill:transparent!important}.manual-entry-section .ql-toolbar button:hover,.manual-entry-section .ql-toolbar button:focus,.manual-entry-section .ql-toolbar button.ql-active,.modal-content .ql-toolbar button:hover,.modal-content .ql-toolbar button:focus,.modal-content .ql-toolbar button.ql-active,.question-entry-card .ql-toolbar button:hover,.question-entry-card .ql-toolbar button:focus,.question-entry-card .ql-toolbar button.ql-active,.passage-question-section .ql-toolbar button:hover,.passage-question-section .ql-toolbar button:focus,.passage-question-section .ql-toolbar button.ql-active,.sub-question-card .ql-toolbar button:hover,.sub-question-card .ql-toolbar button:focus,.sub-question-card .ql-toolbar button.ql-active,.edit-question-modal .ql-toolbar button:hover,.edit-question-modal .ql-toolbar button:focus,.edit-question-modal .ql-toolbar button.ql-active,.edit-question-modal ::ng-deep .ql-toolbar button:hover,.edit-question-modal ::ng-deep .ql-toolbar button:focus,.edit-question-modal ::ng-deep .ql-toolbar button.ql-active{color:#fff!important}.manual-entry-section .ql-toolbar button:hover svg *,.manual-entry-section .ql-toolbar button:focus svg *,.manual-entry-section .ql-toolbar button.ql-active svg *,.modal-content .ql-toolbar button:hover svg *,.modal-content .ql-toolbar button:focus svg *,.modal-content .ql-toolbar button.ql-active svg *,.question-entry-card .ql-toolbar button:hover svg *,.question-entry-card .ql-toolbar button:focus svg *,.question-entry-card .ql-toolbar button.ql-active svg *,.passage-question-section .ql-toolbar button:hover svg *,.passage-question-section .ql-toolbar button:focus svg *,.passage-question-section .ql-toolbar button.ql-active svg *,.sub-question-card .ql-toolbar button:hover svg *,.sub-question-card .ql-toolbar button:focus svg *,.sub-question-card .ql-toolbar button.ql-active svg *,.edit-question-modal .ql-toolbar button:hover svg *,.edit-question-modal .ql-toolbar button:focus svg *,.edit-question-modal .ql-toolbar button.ql-active svg *,.edit-question-modal ::ng-deep .ql-toolbar button:hover svg *,.edit-question-modal ::ng-deep .ql-toolbar button:focus svg *,.edit-question-modal ::ng-deep .ql-toolbar button.ql-active svg *{stroke:#fff!important;fill:transparent!important}.manual-entry-section .ql-toolbar .ql-picker-label,.modal-content .ql-toolbar .ql-picker-label,.question-entry-card .ql-toolbar .ql-picker-label,.passage-question-section .ql-toolbar .ql-picker-label,.sub-question-card .ql-toolbar .ql-picker-label,.edit-question-modal .ql-toolbar .ql-picker-label,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker-label{color:#fff!important}.manual-entry-section .ql-toolbar .ql-picker-label svg *,.modal-content .ql-toolbar .ql-picker-label svg *,.question-entry-card .ql-toolbar .ql-picker-label svg *,.passage-question-section .ql-toolbar .ql-picker-label svg *,.sub-question-card .ql-toolbar .ql-picker-label svg *,.edit-question-modal .ql-toolbar .ql-picker-label svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-picker-label svg *{stroke:#fff!important;fill:transparent!important}.manual-entry-section .ql-toolbar svg .ql-stroke,.manual-entry-section .ql-toolbar svg .ql-stroke.ql-thin,.manual-entry-section .ql-toolbar svg .ql-stroke.ql-transparent,.modal-content .ql-toolbar svg .ql-stroke,.modal-content .ql-toolbar svg .ql-stroke.ql-thin,.modal-content .ql-toolbar svg .ql-stroke.ql-transparent,.question-entry-card .ql-toolbar svg .ql-stroke,.question-entry-card .ql-toolbar svg .ql-stroke.ql-thin,.question-entry-card .ql-toolbar svg .ql-stroke.ql-transparent,.passage-question-section .ql-toolbar svg .ql-stroke,.passage-question-section .ql-toolbar svg .ql-stroke.ql-thin,.passage-question-section .ql-toolbar svg .ql-stroke.ql-transparent,.sub-question-card .ql-toolbar svg .ql-stroke,.sub-question-card .ql-toolbar svg .ql-stroke.ql-thin,.sub-question-card .ql-toolbar svg .ql-stroke.ql-transparent,.edit-question-modal .ql-toolbar svg .ql-stroke,.edit-question-modal .ql-toolbar svg .ql-stroke.ql-thin,.edit-question-modal .ql-toolbar svg .ql-stroke.ql-transparent,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-stroke.ql-thin,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-stroke.ql-transparent{stroke:#fff!important;fill:none!important}.manual-entry-section .ql-toolbar svg .ql-fill,.manual-entry-section .ql-toolbar svg .ql-fill.ql-even,.modal-content .ql-toolbar svg .ql-fill,.modal-content .ql-toolbar svg .ql-fill.ql-even,.question-entry-card .ql-toolbar svg .ql-fill,.question-entry-card .ql-toolbar svg .ql-fill.ql-even,.passage-question-section .ql-toolbar svg .ql-fill,.passage-question-section .ql-toolbar svg .ql-fill.ql-even,.sub-question-card .ql-toolbar svg .ql-fill,.sub-question-card .ql-toolbar svg .ql-fill.ql-even,.edit-question-modal .ql-toolbar svg .ql-fill,.edit-question-modal .ql-toolbar svg .ql-fill.ql-even,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-fill,.edit-question-modal ::ng-deep .ql-toolbar svg .ql-fill.ql-even{fill:transparent!important;stroke:#fff!important}.manual-entry-section .ql-toolbar svg path.ql-stroke,.manual-entry-section .ql-toolbar svg line.ql-stroke,.manual-entry-section .ql-toolbar svg polyline.ql-stroke,.manual-entry-section .ql-toolbar svg polygon.ql-stroke,.modal-content .ql-toolbar svg path.ql-stroke,.modal-content .ql-toolbar svg line.ql-stroke,.modal-content .ql-toolbar svg polyline.ql-stroke,.modal-content .ql-toolbar svg polygon.ql-stroke,.question-entry-card .ql-toolbar svg path.ql-stroke,.question-entry-card .ql-toolbar svg line.ql-stroke,.question-entry-card .ql-toolbar svg polyline.ql-stroke,.question-entry-card .ql-toolbar svg polygon.ql-stroke,.passage-question-section .ql-toolbar svg path.ql-stroke,.passage-question-section .ql-toolbar svg line.ql-stroke,.passage-question-section .ql-toolbar svg polyline.ql-stroke,.passage-question-section .ql-toolbar svg polygon.ql-stroke,.sub-question-card .ql-toolbar svg path.ql-stroke,.sub-question-card .ql-toolbar svg line.ql-stroke,.sub-question-card .ql-toolbar svg polyline.ql-stroke,.sub-question-card .ql-toolbar svg polygon.ql-stroke,.edit-question-modal .ql-toolbar svg path.ql-stroke,.edit-question-modal .ql-toolbar svg line.ql-stroke,.edit-question-modal .ql-toolbar svg polyline.ql-stroke,.edit-question-modal .ql-toolbar svg polygon.ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar svg path.ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar svg line.ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar svg polyline.ql-stroke,.edit-question-modal ::ng-deep .ql-toolbar svg polygon.ql-stroke{stroke:#fff!important;fill:none!important}.manual-entry-section .ql-toolbar svg path.ql-fill,.manual-entry-section .ql-toolbar svg polygon.ql-fill,.manual-entry-section .ql-toolbar svg rect.ql-fill,.manual-entry-section .ql-toolbar svg circle.ql-fill,.modal-content .ql-toolbar svg path.ql-fill,.modal-content .ql-toolbar svg polygon.ql-fill,.modal-content .ql-toolbar svg rect.ql-fill,.modal-content .ql-toolbar svg circle.ql-fill,.question-entry-card .ql-toolbar svg path.ql-fill,.question-entry-card .ql-toolbar svg polygon.ql-fill,.question-entry-card .ql-toolbar svg rect.ql-fill,.question-entry-card .ql-toolbar svg circle.ql-fill,.passage-question-section .ql-toolbar svg path.ql-fill,.passage-question-section .ql-toolbar svg polygon.ql-fill,.passage-question-section .ql-toolbar svg rect.ql-fill,.passage-question-section .ql-toolbar svg circle.ql-fill,.sub-question-card .ql-toolbar svg path.ql-fill,.sub-question-card .ql-toolbar svg polygon.ql-fill,.sub-question-card .ql-toolbar svg rect.ql-fill,.sub-question-card .ql-toolbar svg circle.ql-fill,.edit-question-modal .ql-toolbar svg path.ql-fill,.edit-question-modal .ql-toolbar svg polygon.ql-fill,.edit-question-modal .ql-toolbar svg rect.ql-fill,.edit-question-modal .ql-toolbar svg circle.ql-fill,.edit-question-modal ::ng-deep .ql-toolbar svg path.ql-fill,.edit-question-modal ::ng-deep .ql-toolbar svg polygon.ql-fill,.edit-question-modal ::ng-deep .ql-toolbar svg rect.ql-fill,.edit-question-modal ::ng-deep .ql-toolbar svg circle.ql-fill{fill:#fff!important;stroke:none!important}.manual-entry-section .ql-toolbar svg path:not([fill]):not(.ql-fill),.manual-entry-section .ql-toolbar svg line:not([stroke]):not(.ql-stroke),.manual-entry-section .ql-toolbar svg polyline:not([stroke]):not(.ql-stroke),.manual-entry-section .ql-toolbar svg polygon:not([fill]):not(.ql-fill),.modal-content .ql-toolbar svg path:not([fill]):not(.ql-fill),.modal-content .ql-toolbar svg line:not([stroke]):not(.ql-stroke),.modal-content .ql-toolbar svg polyline:not([stroke]):not(.ql-stroke),.modal-content .ql-toolbar svg polygon:not([fill]):not(.ql-fill),.question-entry-card .ql-toolbar svg path:not([fill]):not(.ql-fill),.question-entry-card .ql-toolbar svg line:not([stroke]):not(.ql-stroke),.question-entry-card .ql-toolbar svg polyline:not([stroke]):not(.ql-stroke),.question-entry-card .ql-toolbar svg polygon:not([fill]):not(.ql-fill),.passage-question-section .ql-toolbar svg path:not([fill]):not(.ql-fill),.passage-question-section .ql-toolbar svg line:not([stroke]):not(.ql-stroke),.passage-question-section .ql-toolbar svg polyline:not([stroke]):not(.ql-stroke),.passage-question-section .ql-toolbar svg polygon:not([fill]):not(.ql-fill),.sub-question-card .ql-toolbar svg path:not([fill]):not(.ql-fill),.sub-question-card .ql-toolbar svg line:not([stroke]):not(.ql-stroke),.sub-question-card .ql-toolbar svg polyline:not([stroke]):not(.ql-stroke),.sub-question-card .ql-toolbar svg polygon:not([fill]):not(.ql-fill),.edit-question-modal .ql-toolbar svg path:not([fill]):not(.ql-fill),.edit-question-modal .ql-toolbar svg line:not([stroke]):not(.ql-stroke),.edit-question-modal .ql-toolbar svg polyline:not([stroke]):not(.ql-stroke),.edit-question-modal .ql-toolbar svg polygon:not([fill]):not(.ql-fill),.edit-question-modal ::ng-deep .ql-toolbar svg path:not([fill]):not(.ql-fill),.edit-question-modal ::ng-deep .ql-toolbar svg line:not([stroke]):not(.ql-stroke),.edit-question-modal ::ng-deep .ql-toolbar svg polyline:not([stroke]):not(.ql-stroke),.edit-question-modal ::ng-deep .ql-toolbar svg polygon:not([fill]):not(.ql-fill){stroke:#fff!important;fill:#fff!important}.manual-entry-section .ql-toolbar .ql-bold svg *,.manual-entry-section .ql-toolbar .ql-italic svg *,.manual-entry-section .ql-toolbar .ql-underline svg *,.manual-entry-section .ql-toolbar .ql-strike svg *,.manual-entry-section .ql-toolbar .ql-list svg *,.manual-entry-section .ql-toolbar .ql-link svg *,.manual-entry-section .ql-toolbar .ql-image svg *,.manual-entry-section .ql-toolbar .ql-clean svg *,.manual-entry-section .ql-toolbar .ql-header svg *,.manual-entry-section .ql-toolbar .ql-align svg *,.manual-entry-section .ql-toolbar .ql-color svg *,.manual-entry-section .ql-toolbar .ql-background svg *,.modal-content .ql-toolbar .ql-bold svg *,.modal-content .ql-toolbar .ql-italic svg *,.modal-content .ql-toolbar .ql-underline svg *,.modal-content .ql-toolbar .ql-strike svg *,.modal-content .ql-toolbar .ql-list svg *,.modal-content .ql-toolbar .ql-link svg *,.modal-content .ql-toolbar .ql-image svg *,.modal-content .ql-toolbar .ql-clean svg *,.modal-content .ql-toolbar .ql-header svg *,.modal-content .ql-toolbar .ql-align svg *,.modal-content .ql-toolbar .ql-color svg *,.modal-content .ql-toolbar .ql-background svg *,.question-entry-card .ql-toolbar .ql-bold svg *,.question-entry-card .ql-toolbar .ql-italic svg *,.question-entry-card .ql-toolbar .ql-underline svg *,.question-entry-card .ql-toolbar .ql-strike svg *,.question-entry-card .ql-toolbar .ql-list svg *,.question-entry-card .ql-toolbar .ql-link svg *,.question-entry-card .ql-toolbar .ql-image svg *,.question-entry-card .ql-toolbar .ql-clean svg *,.question-entry-card .ql-toolbar .ql-header svg *,.question-entry-card .ql-toolbar .ql-align svg *,.question-entry-card .ql-toolbar .ql-color svg *,.question-entry-card .ql-toolbar .ql-background svg *,.passage-question-section .ql-toolbar .ql-bold svg *,.passage-question-section .ql-toolbar .ql-italic svg *,.passage-question-section .ql-toolbar .ql-underline svg *,.passage-question-section .ql-toolbar .ql-strike svg *,.passage-question-section .ql-toolbar .ql-list svg *,.passage-question-section .ql-toolbar .ql-link svg *,.passage-question-section .ql-toolbar .ql-image svg *,.passage-question-section .ql-toolbar .ql-clean svg *,.passage-question-section .ql-toolbar .ql-header svg *,.passage-question-section .ql-toolbar .ql-align svg *,.passage-question-section .ql-toolbar .ql-color svg *,.passage-question-section .ql-toolbar .ql-background svg *,.sub-question-card .ql-toolbar .ql-bold svg *,.sub-question-card .ql-toolbar .ql-italic svg *,.sub-question-card .ql-toolbar .ql-underline svg *,.sub-question-card .ql-toolbar .ql-strike svg *,.sub-question-card .ql-toolbar .ql-list svg *,.sub-question-card .ql-toolbar .ql-link svg *,.sub-question-card .ql-toolbar .ql-image svg *,.sub-question-card .ql-toolbar .ql-clean svg *,.sub-question-card .ql-toolbar .ql-header svg *,.sub-question-card .ql-toolbar .ql-align svg *,.sub-question-card .ql-toolbar .ql-color svg *,.sub-question-card .ql-toolbar .ql-background svg *,.edit-question-modal .ql-toolbar .ql-bold svg *,.edit-question-modal .ql-toolbar .ql-italic svg *,.edit-question-modal .ql-toolbar .ql-underline svg *,.edit-question-modal .ql-toolbar .ql-strike svg *,.edit-question-modal .ql-toolbar .ql-list svg *,.edit-question-modal .ql-toolbar .ql-link svg *,.edit-question-modal .ql-toolbar .ql-image svg *,.edit-question-modal .ql-toolbar .ql-clean svg *,.edit-question-modal .ql-toolbar .ql-header svg *,.edit-question-modal .ql-toolbar .ql-align svg *,.edit-question-modal .ql-toolbar .ql-color svg *,.edit-question-modal .ql-toolbar .ql-background svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-bold svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-italic svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-underline svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-strike svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-list svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-link svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-image svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-clean svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-header svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-align svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-color svg *,.edit-question-modal ::ng-deep .ql-toolbar .ql-background svg *{stroke:#fff!important;fill:#fff!important}.manual-entry-section .ql-toolbar svg[viewBox] path[class*=ql-stroke],.manual-entry-section .ql-toolbar svg[viewBox] line[class*=ql-stroke],.manual-entry-section .ql-toolbar svg[viewBox] polyline[class*=ql-stroke],.manual-entry-section .ql-toolbar svg[viewBox] polygon[class*=ql-stroke],.manual-entry-section .ql-toolbar svg[viewBox] rect[class*=ql-stroke],.manual-entry-section .ql-toolbar svg[viewBox] circle[class*=ql-stroke],.manual-entry-section .ql-toolbar svg[viewBox] g[class*=ql-stroke],.modal-content .ql-toolbar svg[viewBox] path[class*=ql-stroke],.modal-content .ql-toolbar svg[viewBox] line[class*=ql-stroke],.modal-content .ql-toolbar svg[viewBox] polyline[class*=ql-stroke],.modal-content .ql-toolbar svg[viewBox] polygon[class*=ql-stroke],.modal-content .ql-toolbar svg[viewBox] rect[class*=ql-stroke],.modal-content .ql-toolbar svg[viewBox] circle[class*=ql-stroke],.modal-content .ql-toolbar svg[viewBox] g[class*=ql-stroke],.question-entry-card .ql-toolbar svg[viewBox] path[class*=ql-stroke],.question-entry-card .ql-toolbar svg[viewBox] line[class*=ql-stroke],.question-entry-card .ql-toolbar svg[viewBox] polyline[class*=ql-stroke],.question-entry-card .ql-toolbar svg[viewBox] polygon[class*=ql-stroke],.question-entry-card .ql-toolbar svg[viewBox] rect[class*=ql-stroke],.question-entry-card .ql-toolbar svg[viewBox] circle[class*=ql-stroke],.question-entry-card .ql-toolbar svg[viewBox] g[class*=ql-stroke],.passage-question-section .ql-toolbar svg[viewBox] path[class*=ql-stroke],.passage-question-section .ql-toolbar svg[viewBox] line[class*=ql-stroke],.passage-question-section .ql-toolbar svg[viewBox] polyline[class*=ql-stroke],.passage-question-section .ql-toolbar svg[viewBox] polygon[class*=ql-stroke],.passage-question-section .ql-toolbar svg[viewBox] rect[class*=ql-stroke],.passage-question-section .ql-toolbar svg[viewBox] circle[class*=ql-stroke],.passage-question-section .ql-toolbar svg[viewBox] g[class*=ql-stroke],.sub-question-card .ql-toolbar svg[viewBox] path[class*=ql-stroke],.sub-question-card .ql-toolbar svg[viewBox] line[class*=ql-stroke],.sub-question-card .ql-toolbar svg[viewBox] polyline[class*=ql-stroke],.sub-question-card .ql-toolbar svg[viewBox] polygon[class*=ql-stroke],.sub-question-card .ql-toolbar svg[viewBox] rect[class*=ql-stroke],.sub-question-card .ql-toolbar svg[viewBox] circle[class*=ql-stroke],.sub-question-card .ql-toolbar svg[viewBox] g[class*=ql-stroke],.edit-question-modal .ql-toolbar svg[viewBox] path[class*=ql-stroke],.edit-question-modal .ql-toolbar svg[viewBox] line[class*=ql-stroke],.edit-question-modal .ql-toolbar svg[viewBox] polyline[class*=ql-stroke],.edit-question-modal .ql-toolbar svg[viewBox] polygon[class*=ql-stroke],.edit-question-modal .ql-toolbar svg[viewBox] rect[class*=ql-stroke],.edit-question-modal .ql-toolbar svg[viewBox] circle[class*=ql-stroke],.edit-question-modal .ql-toolbar svg[viewBox] g[class*=ql-stroke],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] path[class*=ql-stroke],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] line[class*=ql-stroke],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] polyline[class*=ql-stroke],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] polygon[class*=ql-stroke],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] rect[class*=ql-stroke],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] circle[class*=ql-stroke],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] g[class*=ql-stroke]{stroke:#fff!important;fill:none!important}.manual-entry-section .ql-toolbar svg[viewBox] path[class*=ql-fill],.manual-entry-section .ql-toolbar svg[viewBox] line[class*=ql-fill],.manual-entry-section .ql-toolbar svg[viewBox] polyline[class*=ql-fill],.manual-entry-section .ql-toolbar svg[viewBox] polygon[class*=ql-fill],.manual-entry-section .ql-toolbar svg[viewBox] rect[class*=ql-fill],.manual-entry-section .ql-toolbar svg[viewBox] circle[class*=ql-fill],.manual-entry-section .ql-toolbar svg[viewBox] g[class*=ql-fill],.modal-content .ql-toolbar svg[viewBox] path[class*=ql-fill],.modal-content .ql-toolbar svg[viewBox] line[class*=ql-fill],.modal-content .ql-toolbar svg[viewBox] polyline[class*=ql-fill],.modal-content .ql-toolbar svg[viewBox] polygon[class*=ql-fill],.modal-content .ql-toolbar svg[viewBox] rect[class*=ql-fill],.modal-content .ql-toolbar svg[viewBox] circle[class*=ql-fill],.modal-content .ql-toolbar svg[viewBox] g[class*=ql-fill],.question-entry-card .ql-toolbar svg[viewBox] path[class*=ql-fill],.question-entry-card .ql-toolbar svg[viewBox] line[class*=ql-fill],.question-entry-card .ql-toolbar svg[viewBox] polyline[class*=ql-fill],.question-entry-card .ql-toolbar svg[viewBox] polygon[class*=ql-fill],.question-entry-card .ql-toolbar svg[viewBox] rect[class*=ql-fill],.question-entry-card .ql-toolbar svg[viewBox] circle[class*=ql-fill],.question-entry-card .ql-toolbar svg[viewBox] g[class*=ql-fill],.passage-question-section .ql-toolbar svg[viewBox] path[class*=ql-fill],.passage-question-section .ql-toolbar svg[viewBox] line[class*=ql-fill],.passage-question-section .ql-toolbar svg[viewBox] polyline[class*=ql-fill],.passage-question-section .ql-toolbar svg[viewBox] polygon[class*=ql-fill],.passage-question-section .ql-toolbar svg[viewBox] rect[class*=ql-fill],.passage-question-section .ql-toolbar svg[viewBox] circle[class*=ql-fill],.passage-question-section .ql-toolbar svg[viewBox] g[class*=ql-fill],.sub-question-card .ql-toolbar svg[viewBox] path[class*=ql-fill],.sub-question-card .ql-toolbar svg[viewBox] line[class*=ql-fill],.sub-question-card .ql-toolbar svg[viewBox] polyline[class*=ql-fill],.sub-question-card .ql-toolbar svg[viewBox] polygon[class*=ql-fill],.sub-question-card .ql-toolbar svg[viewBox] rect[class*=ql-fill],.sub-question-card .ql-toolbar svg[viewBox] circle[class*=ql-fill],.sub-question-card .ql-toolbar svg[viewBox] g[class*=ql-fill],.edit-question-modal .ql-toolbar svg[viewBox] path[class*=ql-fill],.edit-question-modal .ql-toolbar svg[viewBox] line[class*=ql-fill],.edit-question-modal .ql-toolbar svg[viewBox] polyline[class*=ql-fill],.edit-question-modal .ql-toolbar svg[viewBox] polygon[class*=ql-fill],.edit-question-modal .ql-toolbar svg[viewBox] rect[class*=ql-fill],.edit-question-modal .ql-toolbar svg[viewBox] circle[class*=ql-fill],.edit-question-modal .ql-toolbar svg[viewBox] g[class*=ql-fill],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] path[class*=ql-fill],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] line[class*=ql-fill],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] polyline[class*=ql-fill],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] polygon[class*=ql-fill],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] rect[class*=ql-fill],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] circle[class*=ql-fill],.edit-question-modal ::ng-deep .ql-toolbar svg[viewBox] g[class*=ql-fill]{fill:transparent!important;stroke:#fff!important}.manual-entry-section .ql-toolbar .ql-color-picker svg .ql-color-label,.manual-entry-section .ql-toolbar .ql-color-picker svg .ql-stroke:not(.ql-color-label),.manual-entry-section .ql-toolbar .ql-background svg .ql-color-label,.manual-entry-section .ql-toolbar .ql-background svg .ql-stroke:not(.ql-color-label),.modal-content .ql-toolbar .ql-color-picker svg .ql-color-label,.modal-content .ql-toolbar .ql-color-picker svg .ql-stroke:not(.ql-color-label),.modal-content .ql-toolbar .ql-background svg .ql-color-label,.modal-content .ql-toolbar .ql-background svg .ql-stroke:not(.ql-color-label),.question-entry-card .ql-toolbar .ql-color-picker svg .ql-color-label,.question-entry-card .ql-toolbar .ql-color-picker svg .ql-stroke:not(.ql-color-label),.question-entry-card .ql-toolbar .ql-background svg .ql-color-label,.question-entry-card .ql-toolbar .ql-background svg .ql-stroke:not(.ql-color-label),.passage-question-section .ql-toolbar .ql-color-picker svg .ql-color-label,.passage-question-section .ql-toolbar .ql-color-picker svg .ql-stroke:not(.ql-color-label),.passage-question-section .ql-toolbar .ql-background svg .ql-color-label,.passage-question-section .ql-toolbar .ql-background svg .ql-stroke:not(.ql-color-label),.sub-question-card .ql-toolbar .ql-color-picker svg .ql-color-label,.sub-question-card .ql-toolbar .ql-color-picker svg .ql-stroke:not(.ql-color-label),.sub-question-card .ql-toolbar .ql-background svg .ql-color-label,.sub-question-card .ql-toolbar .ql-background svg .ql-stroke:not(.ql-color-label),.edit-question-modal .ql-toolbar .ql-color-picker svg .ql-color-label,.edit-question-modal .ql-toolbar .ql-color-picker svg .ql-stroke:not(.ql-color-label),.edit-question-modal .ql-toolbar .ql-background svg .ql-color-label,.edit-question-modal .ql-toolbar .ql-background svg .ql-stroke:not(.ql-color-label),.edit-question-modal ::ng-deep .ql-toolbar .ql-color-picker svg .ql-color-label,.edit-question-modal ::ng-deep .ql-toolbar .ql-color-picker svg .ql-stroke:not(.ql-color-label),.edit-question-modal ::ng-deep .ql-toolbar .ql-background svg .ql-color-label,.edit-question-modal ::ng-deep .ql-toolbar .ql-background svg .ql-stroke:not(.ql-color-label){stroke:#fff!important}.modal-overlay:has(.career-modal),.new-topic-modal-overlay:has(.career-modal),.selection-modal-overlay:has(.career-modal){position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:var(--spacing-md, 1rem) var(--spacing-sm, .75rem);box-sizing:border-box;overflow:auto;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10250;overflow:hidden!important}.modal-overlay .modal-content.career-modal,.new-topic-modal-overlay .modal-content.career-modal,.selection-modal-overlay .modal-content.career-modal,.modal-content.career-modal,.selection-modal.career-modal{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:minmax(0,1fr);width:min(900px,95vw);max-width:900px;max-height:min(90dvh,90vh);overflow:hidden!important;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius-lg, 12px);box-shadow:0 10px 40px #0f172a2e;box-sizing:border-box}.modal-overlay .modal-content.career-modal app-standard-modal-header,.new-topic-modal-overlay .modal-content.career-modal app-standard-modal-header,.selection-modal-overlay .modal-content.career-modal app-standard-modal-header,.modal-content.career-modal app-standard-modal-header,.selection-modal.career-modal app-standard-modal-header{display:block;grid-row:1;min-width:0;position:relative;z-index:20;flex-shrink:0}.modal-overlay .modal-content.career-modal .standard-modal-header,.new-topic-modal-overlay .modal-content.career-modal .standard-modal-header,.selection-modal-overlay .modal-content.career-modal .standard-modal-header,.modal-content.career-modal .standard-modal-header,.selection-modal.career-modal .standard-modal-header{position:sticky;top:0;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap;gap:.5rem;margin:0!important;padding:.75rem 2.75rem .75rem 1.25rem!important;min-height:3.25rem;background:linear-gradient(135deg,#f8f9ff,#eef2ff)!important;border-bottom:1px solid var(--color-border, #e5e7eb)!important;z-index:20}.modal-content.career-modal .standard-modal-header .modal-title,.selection-modal.career-modal .standard-modal-header .modal-title{display:flex;align-items:center;gap:.5rem;min-width:0;width:auto}.modal-content.career-modal .standard-modal-header .modal-title-icon,.selection-modal.career-modal .standard-modal-header .modal-title-icon{font-size:1.25rem;line-height:1;flex-shrink:0}.modal-content.career-modal .standard-modal-header h3,.selection-modal.career-modal .standard-modal-header h3{margin:0!important;flex:1;min-width:0;font-size:1.125rem!important;font-weight:600!important;line-height:1.3!important;color:var(--color-text, #111827)!important}.modal-content.career-modal .standard-modal-header .close,.selection-modal.career-modal .standard-modal-header .close{position:absolute!important;top:50%!important;right:.625rem!important;left:auto!important;transform:translateY(-50%);order:initial!important;margin:0!important;width:2rem!important;height:2rem!important;padding:0!important;display:inline-flex!important;align-items:center;justify-content:center;border:none!important;border-radius:8px;background:transparent!important;font-size:1.25rem!important;line-height:1;color:var(--color-text-muted, #6b7280)!important;cursor:pointer;z-index:3}.modal-content.career-modal .standard-modal-header .close:hover:not(:disabled),.selection-modal.career-modal .standard-modal-header .close:hover:not(:disabled){color:var(--color-text, #111827)!important;background:#0000000f!important}.modal-overlay .modal-content.career-modal .modal-body,.new-topic-modal-overlay .modal-content.career-modal .modal-body,.selection-modal-overlay .modal-content.career-modal .modal-body,.modal-content.career-modal .modal-body,.selection-modal.career-modal .modal-body{grid-row:2;display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:var(--spacing-lg, 1.5rem)!important;box-sizing:border-box}.modal-content.career-modal .modal-body .form-group,.selection-modal.career-modal .modal-body .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;min-width:0}.modal-content.career-modal .modal-body .form-group:last-child,.selection-modal.career-modal .modal-body .form-group:last-child{margin-bottom:0}.modal-content.career-modal .modal-body .form-group label,.selection-modal.career-modal .modal-body .form-group label{display:block;font-size:.875rem;font-weight:600;line-height:1.4;color:var(--color-text, #1e293b)}.modal-content.career-modal .modal-body .form-group label .required,.modal-content.career-modal .modal-body .form-group label.required:after,.selection-modal.career-modal .modal-body .form-group label .required,.selection-modal.career-modal .modal-body .form-group label.required:after{color:#dc2626}.modal-content.career-modal .modal-body .form-group .form-hint,.selection-modal.career-modal .modal-body .form-group .form-hint{margin:-.25rem 0 0;font-size:.8125rem;line-height:1.45;color:var(--color-text-muted, #64748b)}.modal-content.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio]),.modal-content.career-modal .modal-body .form-group select,.modal-content.career-modal .modal-body .form-group textarea,.selection-modal.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio]),.selection-modal.career-modal .modal-body .form-group select,.selection-modal.career-modal .modal-body .form-group textarea{width:100%;min-height:2.75rem;padding:.625rem .875rem;border:1px solid var(--color-border, #d1d5db);border-radius:8px;background:#fff;color:var(--color-text, #111827);font:inherit;font-size:.875rem;line-height:1.4;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.modal-content.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio])::placeholder,.modal-content.career-modal .modal-body .form-group select::placeholder,.modal-content.career-modal .modal-body .form-group textarea::placeholder,.selection-modal.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio])::placeholder,.selection-modal.career-modal .modal-body .form-group select::placeholder,.selection-modal.career-modal .modal-body .form-group textarea::placeholder{color:#9ca3af}.modal-content.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio]):focus,.modal-content.career-modal .modal-body .form-group select:focus,.modal-content.career-modal .modal-body .form-group textarea:focus,.selection-modal.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio]):focus,.selection-modal.career-modal .modal-body .form-group select:focus,.selection-modal.career-modal .modal-body .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.modal-content.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio]):disabled,.modal-content.career-modal .modal-body .form-group select:disabled,.modal-content.career-modal .modal-body .form-group textarea:disabled,.selection-modal.career-modal .modal-body .form-group input:not([type=checkbox]):not([type=radio]):disabled,.selection-modal.career-modal .modal-body .form-group select:disabled,.selection-modal.career-modal .modal-body .form-group textarea:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.modal-content.career-modal .modal-body .form-group select,.selection-modal.career-modal .modal-body .form-group select{appearance:none;padding-right:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;cursor:pointer}.modal-content.career-modal .modal-body .form-group textarea,.selection-modal.career-modal .modal-body .form-group textarea{min-height:6rem;resize:vertical}.modal-content.career-modal .modal-body .form-group input[type=date],.modal-content.career-modal .modal-body .form-group input[type=datetime-local],.selection-modal.career-modal .modal-body .form-group input[type=date],.selection-modal.career-modal .modal-body .form-group input[type=datetime-local]{min-height:2.75rem}.modal-content.career-modal .modal-body .form-group .checkbox-label,.modal-content.career-modal .modal-body .form-group label.checkbox-label,.selection-modal.career-modal .modal-body .form-group .checkbox-label,.selection-modal.career-modal .modal-body .form-group label.checkbox-label{display:flex;align-items:flex-start;gap:.625rem;font-weight:500;cursor:pointer}.modal-content.career-modal .modal-body .form-group .checkbox-label input[type=checkbox],.modal-content.career-modal .modal-body .form-group label.checkbox-label input[type=checkbox],.selection-modal.career-modal .modal-body .form-group .checkbox-label input[type=checkbox],.selection-modal.career-modal .modal-body .form-group label.checkbox-label input[type=checkbox]{width:1rem;height:1rem;min-height:1rem;margin-top:.125rem;flex-shrink:0;accent-color:#2563eb;cursor:pointer}.modal-content.career-modal .modal-body .form-row,.selection-modal.career-modal .modal-body .form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}@media (max-width: 640px){.modal-content.career-modal .modal-body .form-row,.selection-modal.career-modal .modal-body .form-row{grid-template-columns:1fr}}.modal-content.career-modal .modal-body .form-row .form-group,.selection-modal.career-modal .modal-body .form-row .form-group{margin-bottom:0}.modal-content.career-modal .modal-body .modal-footer,.modal-content.career-modal .modal-body form .modal-footer{grid-row:3;display:flex!important;flex-wrap:wrap;justify-content:flex-end!important;align-items:center;gap:var(--spacing-sm, .75rem);width:100%;min-width:0;margin:0!important;padding:var(--spacing-md, 1rem) var(--spacing-lg, 1.5rem)!important;border-top:1px solid var(--color-border, #e5e7eb)!important;background:var(--color-surface, #ffffff)!important;box-sizing:border-box;flex-shrink:0;z-index:20;margin-top:auto;margin-left:calc(-1 * var(--spacing-lg, 1.5rem));margin-right:calc(-1 * var(--spacing-lg, 1.5rem));margin-bottom:calc(-1 * var(--spacing-lg, 1.5rem));width:calc(100% + 2 * var(--spacing-lg, 1.5rem))}.modal-overlay .modal-content.career-modal .modal-footer,.modal-overlay .modal-content.career-modal .modal-actions,.new-topic-modal-overlay .modal-content.career-modal .modal-footer,.new-topic-modal-overlay .modal-content.career-modal .modal-actions,.selection-modal-overlay .modal-content.career-modal .modal-footer,.selection-modal-overlay .modal-content.career-modal .modal-actions,.modal-content.career-modal .modal-footer,.modal-content.career-modal .modal-actions,.selection-modal.career-modal .modal-footer,.selection-modal.career-modal .modal-actions{grid-row:3;display:flex!important;flex-wrap:wrap;justify-content:flex-end!important;align-items:center;gap:var(--spacing-sm, .75rem);width:100%;min-width:0;margin:0!important;padding:var(--spacing-md, 1rem) var(--spacing-lg, 1.5rem)!important;border-top:1px solid var(--color-border, #e5e7eb)!important;background:var(--color-surface, #ffffff)!important;box-sizing:border-box;flex-shrink:0;z-index:20}.modal-content.career-modal .modal-footer .btn-primary,.modal-content.career-modal .modal-footer .btn.primary,.modal-content.career-modal .modal-actions .btn-primary,.modal-content.career-modal .modal-actions .btn.primary,.selection-modal.career-modal .modal-footer .btn-primary,.selection-modal.career-modal .modal-footer .btn.primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.625rem 1.25rem;border-radius:8px;border:1px solid transparent;font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;background:#2563eb!important;color:#fff!important;border-color:#2563eb!important}.modal-content.career-modal .modal-footer .btn-primary:disabled,.modal-content.career-modal .modal-footer .btn.primary:disabled,.modal-content.career-modal .modal-actions .btn-primary:disabled,.modal-content.career-modal .modal-actions .btn.primary:disabled,.selection-modal.career-modal .modal-footer .btn-primary:disabled,.selection-modal.career-modal .modal-footer .btn.primary:disabled{opacity:.6;cursor:not-allowed}.modal-content.career-modal .modal-footer .btn-primary:hover:not(:disabled),.modal-content.career-modal .modal-footer .btn.primary:hover:not(:disabled),.modal-content.career-modal .modal-actions .btn-primary:hover:not(:disabled),.modal-content.career-modal .modal-actions .btn.primary:hover:not(:disabled),.selection-modal.career-modal .modal-footer .btn-primary:hover:not(:disabled),.selection-modal.career-modal .modal-footer .btn.primary:hover:not(:disabled){background:#1d4ed8!important;border-color:#1d4ed8!important}.modal-content.career-modal .modal-footer .btn-secondary,.modal-content.career-modal .modal-footer .btn.secondary,.modal-content.career-modal .modal-actions .btn-secondary,.modal-content.career-modal .modal-actions .btn.secondary,.selection-modal.career-modal .modal-footer .btn-secondary,.selection-modal.career-modal .modal-footer .btn.secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.625rem 1.25rem;border-radius:8px;border:1px solid transparent;font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;background:#fff!important;color:#374151!important;border-color:#d1d5db!important}.modal-content.career-modal .modal-footer .btn-secondary:disabled,.modal-content.career-modal .modal-footer .btn.secondary:disabled,.modal-content.career-modal .modal-actions .btn-secondary:disabled,.modal-content.career-modal .modal-actions .btn.secondary:disabled,.selection-modal.career-modal .modal-footer .btn-secondary:disabled,.selection-modal.career-modal .modal-footer .btn.secondary:disabled{opacity:.6;cursor:not-allowed}.modal-content.career-modal .modal-footer .btn-secondary:hover:not(:disabled),.modal-content.career-modal .modal-footer .btn.secondary:hover:not(:disabled),.modal-content.career-modal .modal-actions .btn-secondary:hover:not(:disabled),.modal-content.career-modal .modal-actions .btn.secondary:hover:not(:disabled),.selection-modal.career-modal .modal-footer .btn-secondary:hover:not(:disabled),.selection-modal.career-modal .modal-footer .btn.secondary:hover:not(:disabled){background:#f9fafb!important;border-color:#9ca3af!important}.modal-content.career-modal .modal-footer .btn-danger,.modal-content.career-modal .modal-actions .btn-danger,.selection-modal.career-modal .modal-footer .btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.625rem 1.25rem;border-radius:8px;border:1px solid transparent;font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.modal-content.career-modal .modal-footer .btn-danger:disabled,.modal-content.career-modal .modal-actions .btn-danger:disabled,.selection-modal.career-modal .modal-footer .btn-danger:disabled{opacity:.6;cursor:not-allowed}.modal-content.career-modal .modal-footer .btn-danger:hover:not(:disabled),.modal-content.career-modal .modal-actions .btn-danger:hover:not(:disabled),.selection-modal.career-modal .modal-footer .btn-danger:hover:not(:disabled){background:#b91c1c!important;border-color:#b91c1c!important}@media (max-width: 768px){.modal-overlay:has(.career-modal),.new-topic-modal-overlay:has(.career-modal),.selection-modal-overlay:has(.career-modal){align-items:stretch;padding:0!important;overflow:hidden!important}.modal-overlay .modal-content.career-modal,.new-topic-modal-overlay .modal-content.career-modal,.selection-modal-overlay .modal-content.career-modal,.modal-content.career-modal,.selection-modal.career-modal{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border:none!important}.modal-overlay .modal-content.career-modal .modal-body,.new-topic-modal-overlay .modal-content.career-modal .modal-body,.selection-modal-overlay .modal-content.career-modal .modal-body,.modal-content.career-modal .modal-body,.selection-modal.career-modal .modal-body{padding:1rem!important}.modal-content.career-modal .modal-body .form-row{grid-template-columns:1fr}.modal-content.career-modal .modal-body .modal-footer,.modal-content.career-modal .modal-body form .modal-footer{margin-left:-1rem;margin-right:-1rem;margin-bottom:-1rem;width:calc(100% + 2rem)}.modal-overlay .modal-content.career-modal .modal-footer,.modal-overlay .modal-content.career-modal .modal-actions,.new-topic-modal-overlay .modal-content.career-modal .modal-footer,.new-topic-modal-overlay .modal-content.career-modal .modal-actions,.selection-modal-overlay .modal-content.career-modal .modal-footer,.selection-modal-overlay .modal-content.career-modal .modal-actions,.modal-content.career-modal .modal-footer,.modal-content.career-modal .modal-actions,.selection-modal.career-modal .modal-footer,.selection-modal.career-modal .modal-actions{padding:1rem!important}}.career-hub,.career-discover,.career-prepare,.career-apply,.career-goals,.career-path-explore,.career-path-details,.career-path-comparison,.career-assessment,.assessment-history,.assessment-result,.assessment-comparison,.assessment-trends,.skill-gap-analysis,.industry-insights,.learning-plan,.certifications,.networking,.professional-skills,.job-market-intelligence,.job-application-tracker,.linkedin-optimizer,.cover-letter-builder,.resume-builder,.portfolio-builder,.interview-prep,.interview-invitations,.interview-analytics,.interview-session,.interview-feedback,.interview-review,.skill-assessment-session,.ats-checker-page{width:100%;max-width:100%;box-sizing:border-box}.career-content,.builder-content,.assessment-content,.tracker-content,.comparison-content,.history-content,.result-content,.trends-content{--career-sidebar-width: 280px;--career-site-header-offset: 80px;padding-top:calc(var(--career-site-header-offset) + 1.5rem)!important;box-sizing:border-box}.career-content.sidebar-collapsed,.builder-content.sidebar-collapsed,.assessment-content.sidebar-collapsed,.tracker-content.sidebar-collapsed,.comparison-content.sidebar-collapsed,.history-content.sidebar-collapsed,.result-content.sidebar-collapsed,.trends-content.sidebar-collapsed{--career-sidebar-width: 64px}@media (max-width: 1024px){.career-hub,.career-discover,.career-prepare,.career-apply,.career-goals,.career-path-explore,.career-path-details,.career-path-comparison,.career-assessment,.assessment-history,.assessment-result,.assessment-comparison,.assessment-trends,.skill-gap-analysis,.industry-insights,.learning-plan,.certifications,.networking,.professional-skills,.job-market-intelligence,.job-application-tracker,.linkedin-optimizer,.cover-letter-builder,.resume-builder,.portfolio-builder,.interview-prep,.interview-invitations,.interview-analytics,.interview-session,.interview-feedback,.interview-review,.skill-assessment-session,.ats-checker-page{width:100%!important;max-width:100%!important;min-width:0;overflow-x:clip}.career-content,.builder-content,.assessment-content,.tracker-content,.comparison-content,.history-content,.result-content,.trends-content,.career-content.sidebar-collapsed,.builder-content.sidebar-collapsed,.assessment-content.sidebar-collapsed,.tracker-content.sidebar-collapsed,.comparison-content.sidebar-collapsed,.history-content.sidebar-collapsed,.result-content.sidebar-collapsed,.trends-content.sidebar-collapsed{--career-sidebar-width: 0px;margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;min-width:0;padding-left:max(1rem,env(safe-area-inset-left,0px))!important;padding-right:max(1rem,env(safe-area-inset-right,0px))!important;padding-top:calc(var(--career-site-header-offset) + 4.5rem)!important}.career-content>.container,.builder-content>.container,.assessment-content>.container,.tracker-content>.container,.comparison-content>.container,.history-content>.container,.result-content>.container,.trends-content>.container{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box}app-career-page-header{display:block;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}}.page-header:has(app-career-page-header),section.page-header:has(app-career-page-header){margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:none!important}.error-state .feature-button,.error-state .btn-back-link{background:none;border:none;color:#2563eb;cursor:pointer;font:inherit;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .2s ease}.error-state .feature-button:hover,.error-state .btn-back-link:hover{color:#1d4ed8;text-decoration:underline}.modal-content.course-create-modal{display:grid!important;grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);width:min(900px,95vw);max-width:900px;max-height:min(90dvh,90vh);overflow:hidden!important;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius-lg, 12px);box-shadow:0 10px 40px #0f172a2e;box-sizing:border-box}.modal-content.course-create-modal app-standard-modal-header{display:block;grid-row:1;min-width:0;flex-shrink:0}.modal-content.course-create-modal app-standard-modal-header .standard-modal-header{position:sticky;top:0;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:.5rem;margin:0!important;padding:.75rem 2.75rem .75rem 1.25rem!important;min-height:3.25rem;background:linear-gradient(135deg,#f8f9ff,#eef2ff)!important;border-bottom:1px solid var(--color-border, #e5e7eb)!important;z-index:20}.modal-content.course-create-modal app-standard-modal-header .standard-modal-header h3{margin:0!important;font-size:1.125rem!important;font-weight:600!important;color:var(--color-text, #111827)!important}.modal-content.course-create-modal app-standard-modal-header .standard-modal-header .close{position:absolute!important;top:50%!important;right:.625rem!important;left:auto!important;transform:translateY(-50%);order:initial!important;margin:0!important;width:2rem!important;height:2rem!important;padding:0!important;display:inline-flex!important;align-items:center;justify-content:center;border:none!important;border-radius:8px;background:transparent!important;font-size:1.25rem!important;color:var(--color-text-muted, #6b7280)!important;cursor:pointer}.modal-content.course-create-modal app-standard-modal-header .standard-modal-header .close:hover:not(:disabled){color:var(--color-text, #111827)!important;background:#0000000f!important}.modal-content.course-create-modal>app-ai-course-create-form{grid-row:2;min-height:0;display:flex;flex-direction:column;overflow:hidden}.modal-content.course-create-modal .modal-footer,.modal-content.course-create-modal .create-form-footer{display:flex!important;flex-wrap:wrap;justify-content:flex-end!important;align-items:center;gap:var(--spacing-sm, .75rem);margin:0!important;padding:var(--spacing-md, 1rem) var(--spacing-lg, 1.5rem)!important;border-top:1px solid var(--color-border, #e5e7eb)!important;background:var(--color-surface, #ffffff)!important;flex-shrink:0}.modal-content.course-create-modal .modal-footer .btn-primary,.modal-content.course-create-modal .modal-footer .btn.primary,.modal-content.course-create-modal .create-form-footer .btn-primary,.modal-content.course-create-modal .create-form-footer .btn.primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.625rem 1.25rem;border-radius:8px;border:1px solid #2563eb;background:#2563eb!important;color:#fff!important;font-size:.875rem;font-weight:600;cursor:pointer}.modal-content.course-create-modal .modal-footer .btn-primary:hover:not(:disabled),.modal-content.course-create-modal .modal-footer .btn.primary:hover:not(:disabled),.modal-content.course-create-modal .create-form-footer .btn-primary:hover:not(:disabled),.modal-content.course-create-modal .create-form-footer .btn.primary:hover:not(:disabled){background:#1d4ed8!important;border-color:#1d4ed8!important}.modal-content.course-create-modal .modal-footer .btn-primary:disabled,.modal-content.course-create-modal .modal-footer .btn.primary:disabled,.modal-content.course-create-modal .create-form-footer .btn-primary:disabled,.modal-content.course-create-modal .create-form-footer .btn.primary:disabled{opacity:.6;cursor:not-allowed}.modal-content.course-create-modal .modal-footer .btn-secondary,.modal-content.course-create-modal .modal-footer .btn.secondary,.modal-content.course-create-modal .create-form-footer .btn-secondary,.modal-content.course-create-modal .create-form-footer .btn.secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.625rem 1.25rem;border-radius:8px;border:1px solid #d1d5db;background:#fff!important;color:#374151!important;font-size:.875rem;font-weight:600;cursor:pointer}.modal-content.course-create-modal .modal-footer .btn-secondary:hover:not(:disabled),.modal-content.course-create-modal .modal-footer .btn.secondary:hover:not(:disabled),.modal-content.course-create-modal .create-form-footer .btn-secondary:hover:not(:disabled),.modal-content.course-create-modal .create-form-footer .btn.secondary:hover:not(:disabled){background:#f9fafb!important;border-color:#9ca3af!important}.modal-content.course-create-modal .modal-footer .btn-secondary:disabled,.modal-content.course-create-modal .modal-footer .btn.secondary:disabled,.modal-content.course-create-modal .create-form-footer .btn-secondary:disabled,.modal-content.course-create-modal .create-form-footer .btn.secondary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.modal-overlay:has(.course-create-modal){align-items:stretch;padding:0!important;overflow:hidden!important}.modal-content.course-create-modal{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border:none!important}.modal-content.course-create-modal .modal-footer,.modal-content.course-create-modal .create-form-footer{padding:1rem!important}}.modal-content.course-create-modal.blog-create-modal{width:min(920px,95vw);max-width:920px}.modal-content.course-create-modal.blog-create-modal>.blog-create-form,.modal-content.course-create-modal.blog-create-modal>.blog-delete-form{grid-row:2;min-height:0;display:flex;flex-direction:column;overflow:hidden}.modal-content.course-create-modal.blog-create-modal.blog-delete-modal{width:min(480px,95vw);max-width:480px}.modal-content.course-create-modal.blog-create-modal.blog-delete-modal .create-form-footer .btn-primary{background:#dc2626!important;border-color:#dc2626!important}.modal-content.course-create-modal.blog-create-modal.blog-delete-modal .create-form-footer .btn-primary:hover:not(:disabled){background:#b91c1c!important;border-color:#b91c1c!important}.modal-content.course-create-modal.blog-create-modal .create-form-body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;min-height:0;padding:1.5rem 1.5rem 2rem;box-sizing:border-box;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal-content.course-create-modal.blog-create-modal .modal-section{margin-bottom:2rem}.modal-content.course-create-modal.blog-create-modal .modal-section:last-child{margin-bottom:0}.modal-content.course-create-modal.blog-create-modal .modal-section h3{margin:0 0 .5rem;font-size:1.125rem;color:#111827;font-weight:600}.modal-content.course-create-modal.blog-create-modal .modal-section .section-description{margin:0 0 1rem;color:#6b7280;font-size:.875rem;line-height:1.45}.modal-content.course-create-modal.blog-create-modal .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.modal-content.course-create-modal.blog-create-modal .form-group label{font-weight:600;color:#111827;font-size:.875rem}.modal-content.course-create-modal.blog-create-modal .form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (max-width: 768px){.modal-content.course-create-modal.blog-create-modal .form-row{grid-template-columns:1fr}}.modal-content.course-create-modal.blog-create-modal .form-textarea,.modal-content.course-create-modal.blog-create-modal .form-input,.modal-content.course-create-modal.blog-create-modal .form-select,.modal-content.course-create-modal.blog-create-modal input:not([type=file]),.modal-content.course-create-modal.blog-create-modal textarea,.modal-content.course-create-modal.blog-create-modal select{width:100%;padding:.625rem .75rem;border:1px solid rgba(102,126,234,.2);border-radius:8px;background:#fff;color:#111827;font-size:.9375rem;box-sizing:border-box;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.modal-content.course-create-modal.blog-create-modal .form-textarea:focus,.modal-content.course-create-modal.blog-create-modal .form-input:focus,.modal-content.course-create-modal.blog-create-modal .form-select:focus,.modal-content.course-create-modal.blog-create-modal input:not([type=file]):focus,.modal-content.course-create-modal.blog-create-modal textarea:focus,.modal-content.course-create-modal.blog-create-modal select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-content.course-create-modal.blog-create-modal .form-textarea::placeholder,.modal-content.course-create-modal.blog-create-modal .form-input::placeholder,.modal-content.course-create-modal.blog-create-modal .form-select::placeholder,.modal-content.course-create-modal.blog-create-modal input:not([type=file])::placeholder,.modal-content.course-create-modal.blog-create-modal textarea::placeholder,.modal-content.course-create-modal.blog-create-modal select::placeholder{color:#9ca3af}.modal-content.course-create-modal.blog-create-modal textarea,.modal-content.course-create-modal.blog-create-modal .form-textarea{min-height:5rem;resize:vertical}.modal-content.course-create-modal.blog-create-modal .field-hint{display:block;margin-top:.25rem;color:#6b7280;font-size:.8125rem}.modal-content.course-create-modal.blog-create-modal .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem}.modal-content.course-create-modal.blog-create-modal .upload-placeholder .upload-icon{font-size:2.5rem}.modal-content.course-create-modal.blog-create-modal .upload-placeholder p{margin:0;font-size:1rem;color:#475569;font-weight:500}.modal-content.course-create-modal.blog-create-modal .upload-placeholder small{color:#94a3b8;font-size:.875rem}.modal-content.course-create-modal.blog-create-modal .blog-featured-preview{margin-top:.75rem;position:relative;display:inline-block}.modal-content.course-create-modal.blog-create-modal .blog-featured-preview img{width:200px;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.modal-content.course-create-modal.blog-create-modal .blog-featured-preview .btn-remove-featured-image{position:absolute;top:-10px;right:-10px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:1.125rem;line-height:1}.modal-content.course-create-modal.blog-create-modal .blog-featured-preview .btn-remove-featured-image:hover{background:#dc2626}.modal-content.course-create-modal.blog-create-modal .blog-seo-section{margin:0;padding:1rem;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.modal-content.course-create-modal.blog-create-modal .blog-seo-section legend{color:#111827;font-weight:600;padding:0 .35rem}.modal-content.course-create-modal.blog-create-modal .blog-editor-field .ql-toolbar.ql-snow,.modal-content.course-create-modal.blog-create-modal .blog-editor-field .ql-container.ql-snow{border-color:#667eea33;background:#fff}.modal-content.course-create-modal.blog-create-modal .blog-editor-field .ql-toolbar.ql-snow{border-radius:8px 8px 0 0}.modal-content.course-create-modal.blog-create-modal .blog-editor-field .ql-container.ql-snow{border-radius:0 0 8px 8px;min-height:12rem}.modal-content.course-create-modal.blog-create-modal .blog-editor-field .ql-editor{min-height:12rem;color:#111827}.modal-content.course-create-modal.blog-create-modal .blog-delete-form .create-form-body p{margin:0;color:#374151;line-height:1.5}@media (max-width: 768px){.modal-overlay:has(.blog-create-modal){align-items:stretch;padding:0!important;overflow:hidden!important}.modal-content.course-create-modal.blog-create-modal{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border:none!important}}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width: 240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}app-ai-course-generator .certificate-card{border-left:4px solid #fbc02d}app-ai-course-generator .certificate-card .certificate-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}app-ai-course-generator .certificate-card .certificate-header h3{margin-bottom:.25rem}app-ai-course-generator .certificate-card .certificate-header .card-subtitle{color:#5b6073;margin:0;font-size:.9rem}app-ai-course-generator .certificate-card .certificate-header .certificate-progress-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:999px;background:#667eea1f;color:#4054b2;font-weight:600;font-size:.85rem}app-ai-course-generator .certificate-card .certificate-header .certificate-progress-pill strong{font-size:1rem}app-ai-course-generator .certificate-card .certificate-body{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1}app-ai-course-generator .certificate-card .certificate-issued,app-ai-course-generator .certificate-card .certificate-pending{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:16px;background:#4285f40d;margin-bottom:0;position:relative;z-index:1}app-ai-course-generator .certificate-card .certificate-icon{font-size:2.25rem;line-height:1}app-ai-course-generator .certificate-card .certificate-icon.success{color:#43a047}app-ai-course-generator .certificate-card .certificate-icon.idle{color:#fbc02d}app-ai-course-generator .certificate-card .certificate-issued-details,app-ai-course-generator .certificate-card .certificate-pending-details{flex:1}app-ai-course-generator .certificate-card .certificate-issued-details h4,app-ai-course-generator .certificate-card .certificate-pending-details h4{margin:0 0 .5rem;font-size:1.05rem}app-ai-course-generator .certificate-card .certificate-issued-details p,app-ai-course-generator .certificate-card .certificate-pending-details p{margin:0 0 .75rem;color:#5e647b;line-height:1.5rem}app-ai-course-generator .certificate-card .certificate-form{display:flex;flex-direction:column;gap:.5rem}app-ai-course-generator .certificate-card .certificate-form input{width:90%;padding:.75rem;border-radius:.75rem;border:1px solid rgba(28,55,130,.15);transition:border-color .2s ease,box-shadow .2s ease}app-ai-course-generator .certificate-card .certificate-form input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}app-ai-course-generator .certificate-card .certificate-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem}app-ai-course-generator .certificate-card .certificate-actions .progress-hint{font-size:.85rem;color:#616b85;margin:0}@media (max-width: 768px){app-ai-course-generator .certificate-card .certificate-header{flex-direction:column;align-items:flex-start}app-ai-course-generator .certificate-card .certificate-issued,app-ai-course-generator .certificate-card .certificate-pending{flex-direction:column;align-items:flex-start}}:root{--breakpoint-xs: 320px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1537px}:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-secondary: #7c3aed;--color-secondary-hover: #6d28d9;--color-success: #16a34a;--color-warning: #d97706;--color-danger: #dc2626;--color-danger-hover: #b91c1c;--color-neutral-50: #f9fafb;--color-neutral-100: #f3f4f6;--color-neutral-200: #e5e7eb;--color-neutral-300: #d1d5db;--color-neutral-400: #9ca3af;--color-neutral-500: #6b7280;--color-neutral-600: #4b5563;--color-neutral-700: #374151;--color-neutral-800: #1f2937;--color-neutral-900: #111827;--color-accent: #f97316;--color-accent-hover: #ea580c;--color-bg: #ffffff;--color-surface: #ffffff;--color-surface-alt: #f9fafb;--color-border: var(--color-neutral-200);--color-text: #0f172a;--color-text-muted: #475569;--color-on-primary: #ffffff;--color-on-secondary: #ffffff;--color-on-danger: #ffffff;--font-size-xs: clamp(.75rem, .7rem + .3vw, .875rem);--font-size-sm: clamp(.875rem, .84rem + .3vw, 1rem);--font-size-base: clamp(1rem, .95rem + .4vw, 1.125rem);--font-size-lg: clamp(1.125rem, 1.05rem + .6vw, 1.25rem);--font-size-xl: clamp(1.25rem, 1.15rem + .8vw, 1.5rem);--font-size-2xl: clamp(1.5rem, 1.3rem + 1.2vw, 2rem);--font-size-3xl: clamp(1.875rem, 1.5rem + 2vw, 2.75rem);--font-size-4xl: clamp(2.25rem, 1.8rem + 2.5vw, 3.5rem);--font-size-5xl: clamp(2.75rem, 2.2rem + 3vw, 4.5rem);--spacing-xs: clamp(.25rem, .2rem + .25vw, .5rem);--spacing-sm: clamp(.5rem, .4rem + .5vw, 1rem);--spacing-md: clamp(1rem, .8rem + 1vw, 2rem);--spacing-lg: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);--spacing-xl: clamp(2rem, 1.6rem + 2vw, 4rem);--spacing-2xl: clamp(3rem, 2.4rem + 3vw, 6rem);--container-sm: clamp(20rem, 18rem + 10vw, 30rem);--container-md: clamp(30rem, 25rem + 25vw, 50rem);--container-lg: clamp(50rem, 40rem + 50vw, 70rem);--container-xl: clamp(70rem, 60rem + 50vw, 90rem);--grid-gap-xs: clamp(.5rem, .4rem + .5vw, 1rem);--grid-gap-sm: clamp(.75rem, .6rem + .75vw, 1.5rem);--grid-gap-md: clamp(1rem, .8rem + 1vw, 2rem);--grid-gap-lg: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);--grid-gap-xl: clamp(2rem, 1.6rem + 2vw, 4rem);--radius-sm: clamp(.25rem, .2rem + .25vw, .5rem);--radius-md: clamp(.375rem, .3rem + .375vw, .75rem);--radius-lg: clamp(.5rem, .4rem + .5vw, 1rem);--radius-xl: clamp(.75rem, .6rem + .75vw, 1.5rem);--radius-2xl: clamp(1rem, .8rem + 1vw, 2rem)}html,body{margin:0;padding:0;height:100%;width:100%;-webkit-tap-highlight-color:transparent}*{-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;-ms-tap-highlight-color:transparent}input,textarea,[contenteditable=true],.selectable-content{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}button,a,[role=button],.clickable{touch-action:manipulation}body{font-size:var(--font-size-base);line-height:1.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--color-text);background:var(--color-bg)}.page-loading-overlay{position:fixed;inset:0;z-index:12000;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#0f172ab8,#0f172a94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.page-loading-overlay.inline{position:absolute}.page-loading-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:26px 32px;border-radius:18px;background:#0f172aa6;box-shadow:0 22px 45px #0f172a59;color:#e2e8f0;text-align:center;min-width:220px}.page-loading-spinner{display:none}.loading-state app-cartoon-loader,.page-loading-content app-cartoon-loader,.modal-loading-overlay app-cartoon-loader{display:block}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.page-loading-message{margin:0;font-size:.98rem;letter-spacing:.02em;font-weight:500;opacity:.92}@keyframes loader-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.page-loading-spinner{animation-duration:1.6s}}h1{font-size:var(--font-size-4xl);line-height:1.1;font-weight:700}h2{font-size:var(--font-size-3xl);line-height:1.2;font-weight:600}h3{font-size:var(--font-size-2xl);line-height:1.3;font-weight:600}h4{font-size:var(--font-size-xl);line-height:1.4;font-weight:500}h5{font-size:var(--font-size-lg);line-height:1.4;font-weight:500}h6{font-size:var(--font-size-base);line-height:1.4;font-weight:500}.lead{font-size:var(--font-size-lg);color:var(--color-text)}.muted{color:var(--color-text-muted)!important}.hidden{display:none!important}.block{display:block!important}.inline{display:inline!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.grid{display:grid!important}@media (max-width: 479px){.hidden-xs{display:none!important}.block-xs{display:block!important}.flex-xs{display:flex!important}.grid-xs{display:grid!important}}@media (min-width: 480px) and (max-width: 767px){.hidden-sm{display:none!important}.block-sm{display:block!important}.flex-sm{display:flex!important}.grid-sm{display:grid!important}}@media (min-width: 768px) and (max-width: 1023px){.hidden-md{display:none!important}.block-md{display:block!important}.flex-md{display:flex!important}.grid-md{display:grid!important}}@media (min-width: 1024px) and (max-width: 1279px){.hidden-lg{display:none!important}.block-lg{display:block!important}.flex-lg{display:flex!important}.grid-lg{display:grid!important}}@media (min-width: 1280px){.hidden-xl{display:none!important}.block-xl{display:block!important}.flex-xl{display:flex!important}.grid-xl{display:grid!important}}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}@media (max-width: 767px){.text-center-sm{text-align:center!important}.text-left-sm{text-align:left!important}}@media (min-width: 768px){.text-center-md{text-align:center!important}.text-left-md{text-align:left!important}}.p-0{padding:0!important}.p-1{padding:var(--spacing-xs)!important}.p-2{padding:var(--spacing-sm)!important}.p-3{padding:var(--spacing-md)!important}.p-4{padding:var(--spacing-lg)!important}.p-5{padding:var(--spacing-xl)!important}.m-0{margin:0!important}.m-1{margin:var(--spacing-xs)!important}.m-2{margin:var(--spacing-sm)!important}.m-3{margin:var(--spacing-md)!important}.m-4{margin:var(--spacing-lg)!important}.m-5{margin:var(--spacing-xl)!important}.btn{font-size:var(--font-size-sm);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);transition:all .2s ease;min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;font-weight:600;background:var(--color-neutral-100);color:var(--color-text)}.btn-lg{font-size:var(--font-size-base);padding:var(--spacing-md) var(--spacing-lg);min-height:52px}.btn-sm{font-size:var(--font-size-xs);padding:var(--spacing-xs) var(--spacing-sm);min-height:36px}.btn-xl{font-size:var(--font-size-lg);padding:var(--spacing-lg) var(--spacing-xl);min-height:60px}.btn--primary,.btn.primary,.btn.btn-primary,.primary.btn{background:var(--color-primary);color:var(--color-on-primary)}.btn--primary:hover,.btn.primary:hover,.btn.btn-primary:hover,.primary.btn:hover{background:var(--color-primary-hover)}.btn--secondary,.btn.secondary,.btn.btn-secondary,.secondary.btn{background:var(--color-secondary);color:var(--color-on-secondary)}.btn--secondary:hover,.btn.secondary:hover,.btn.btn-secondary:hover,.secondary.btn:hover{background:var(--color-secondary-hover)}.btn--danger,.btn.danger,.btn.btn-danger,.danger.btn{background:var(--color-danger);color:var(--color-on-danger)}.btn--danger:hover,.btn.danger:hover,.btn.btn-danger:hover,.danger.btn:hover{background:var(--color-danger-hover)}.btn--outline,.btn.outline,.btn.btn-outline,.outline.btn{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.btn--outline:hover,.btn.outline:hover,.btn.btn-outline:hover,.outline.btn:hover{background:var(--color-neutral-100)}.btn--ghost,.btn.ghost,.btn.btn-ghost,.ghost.btn{background:transparent;color:var(--color-text)}.btn--ghost:hover,.btn.ghost:hover,.btn.btn-ghost:hover,.ghost.btn:hover{background:var(--color-neutral-100)}.btn:disabled,.btn[disabled],.btn.disabled{opacity:.6;cursor:not-allowed}@media (max-width: 767px){.btn-responsive{width:100%}}input,textarea,select{font-size:var(--font-size-sm);padding:var(--spacing-sm) var(--spacing-md);border-radius:clamp(.375rem,.3rem + .375vw,.75rem);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.profile select,app-support select,.blog-admin select,app-coupon-management select{color-scheme:dark}.profile select option,app-support select option,.blog-admin select option,app-coupon-management select option{background-color:#2f2940;color:#fff}.profile select option:checked,.profile select option:hover,app-support select option:checked,app-support select option:hover,.blog-admin select option:checked,.blog-admin select option:hover,app-coupon-management select option:checked,app-coupon-management select option:hover{background-color:#7b61ff;color:#fff}.question-generator textarea,.question-generator input:not([type=checkbox]):not([type=radio]),.question-generator select,.question-generator [contenteditable=true]{border-color:#444!important}[style*="background: #0a0a0a"] textarea,[style*="background: #0a0a0a"] input:not([type=checkbox]):not([type=radio]),[style*="background: #1a1a1a"] textarea,[style*="background: #1a1a1a"] input:not([type=checkbox]):not([type=radio]),[style*="background: #2a2a2a"] textarea,[style*="background: #2a2a2a"] input:not([type=checkbox]):not([type=radio]),[style*="background: #222"] textarea,[style*="background: #222"] input:not([type=checkbox]):not([type=radio]),[style*="background: #333"] textarea,[style*="background: #333"] input:not([type=checkbox]):not([type=radio]){border-color:#444!important}.question-card textarea,.question-box textarea,.questions-list textarea,.questions-list input{border-color:#444!important}button,a,[routerLink],[role=button],.clickable,[ng-click],[click],[onclick],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select,label,.course-card,.card,.question-card,.topic-item,.source-card,.kb-card,.action,.brand,.nav a,.hamburger,.profile-btn,.carousel-btn,.carousel-btn svg,.btn,[class*=btn],[class*=card][class*=click],[class*=nav] a{cursor:pointer}.card{padding:var(--spacing-lg);border-radius:clamp(.75rem,.6rem + .75vw,1.5rem);margin-bottom:var(--spacing-md)}.container{max-width:var(--container-lg);margin:0 auto;padding:0 var(--spacing-md)}button.cta.cashfree-button,.cashfree-button.cta,.cta.cashfree-button{background:linear-gradient(90deg,#90ee90,#ff9)!important;background-color:transparent!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;box-shadow:0 8px 24px #90ee9059!important}button.cta.cashfree-button:hover,.cashfree-button.cta:hover,.cta.cashfree-button:hover{background:linear-gradient(90deg,#90ee90,#ff9)!important;background-color:transparent!important;box-shadow:0 14px 30px #90ee9073!important}.btn.explore-features-btn,a.explore-features-btn,.explore-features-btn.btn{background:linear-gradient(90deg,#90ee90,#ff9)!important;background-color:transparent!important;color:#1a5f1a!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 8px 24px #90ee9059!important}.btn.explore-features-btn:hover,a.explore-features-btn:hover,.explore-features-btn.btn:hover{background:linear-gradient(90deg,#90ee90,#ff9)!important;background-color:transparent!important;color:#1a5f1a!important;box-shadow:0 14px 30px #90ee9073!important;filter:brightness(1.05)!important}.container-sm{max-width:var(--container-sm)}.container-md{max-width:var(--container-md)}.container-lg{max-width:var(--container-lg)}.container-xl{max-width:var(--container-xl)}app-root{display:block;min-height:100vh;width:100vw}app-header{display:block;width:100%}@media (max-width: 767px){.hero-content{margin-top:4rem}.main-content{padding-top:0!important}}.modal-overlay,.course-selection-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:var(--spacing-md) var(--spacing-sm);box-sizing:border-box;overflow:auto;z-index:10000;background:#00000080}.modal-content:not(.career-modal),.course-selection-modal{width:95vw;max-width:900px;max-height:90vh;overflow:auto;border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:0 10px 30px #00000026;border:1px solid var(--color-border)}@media (max-width: 768px){.modal-overlay,.course-selection-overlay{align-items:stretch;padding:0!important;margin:0!important;inset:0!important}.modal-content:not(.career-modal),.course-selection-modal{width:100%!important;max-width:100%!important;height:100vh!important;max-height:100vh!important;margin:0!important;padding:0!important;border-radius:0!important;display:flex;flex-direction:column}.modal-content:not(.career-modal) .modal-header,.course-selection-modal .modal-header{padding:1.25rem 1rem;border-radius:0;margin:0}.modal-content:not(.career-modal) .modal-body,.course-selection-modal .modal-body{padding:1rem;margin:0;flex:1;overflow-y:auto}.modal-content:not(.career-modal) .modal-footer,.course-selection-modal .modal-footer{padding:1rem;margin:0}}@media (max-width: 1024px){.modal-content,.course-selection-modal{max-width:800px}}@media (max-width: 768px){.modal-content:not(.career-modal),.course-selection-modal{width:98vw;max-width:98vw;max-height:calc(100svh - 1.5rem);border-radius:var(--radius-md)}.modal-content .modal-header,.course-selection-modal .modal-header{position:sticky;top:0;z-index:1}}@supports (height: 100dvh){.modal-content:not(.career-modal),.course-selection-modal{max-height:min(90dvh,90svh)}}#toast-container.toast-center{top:50%;left:50%;transform:translate(-50%,-50%);width:min(420px,92vw);pointer-events:none}#toast-container.toast-center>div{width:100%;margin:0;margin-top:.75rem;pointer-events:auto}#toast-container.toast-center>div:first-child{margin-top:0}.toast--ailx{position:relative;display:grid;grid-template-columns:auto 1fr auto;grid-auto-rows:auto;gap:.5rem .75rem;align-items:start;background:#15803d!important;border-left:4px solid #22c55e;border-radius:12px;padding:14px 18px;box-shadow:0 12px 30px #0f172a2e;font-size:.95rem;line-height:1.45;font-family:inherit;color:#fff!important;text-align:left}.toast--ailx:before{content:"\2713";font-size:20px;font-weight:600;line-height:1;margin-top:2px;color:inherit;display:inline-flex;align-items:center;justify-content:center;grid-column:1;grid-row:1/span 2}.toast--ailx .toast-title{font-weight:600;font-size:.95rem;margin-bottom:2px;color:inherit!important;grid-column:2;grid-row:1}.toast--ailx .toast-message{margin:0;color:inherit!important;grid-column:2;grid-row:2}.toast--ailx .toast-close-button{grid-column:3;grid-row:1;color:inherit!important;opacity:.75;font-size:1.1rem;padding:0 0 0 8px;transition:opacity .2s ease;align-self:start}.toast--ailx .toast-close-button:hover{opacity:1}.toast--ailx .toast-progress{position:absolute;left:0;bottom:0;height:3px;border-radius:0 0 12px 12px;background:#2563eb73}.toast--ailx.toast-success{background:#15803d!important;border-left-color:#22c55e;color:#fff!important}.toast--ailx.toast-success:before{content:"\2713"}.toast--ailx.toast-success .toast-progress{background:#ffffff73}.toast--ailx.toast-error{background:#b91c1c!important;border-left-color:#ef4444;color:#fff!important}.toast--ailx.toast-error:before{content:"\2715"}.toast--ailx.toast-error .toast-progress{background:#ffffff73}.toast--ailx.toast-warning{background:#b45309!important;border-left-color:#f59e0b;color:#fff!important}.toast--ailx.toast-warning:before{content:"\26a0"}.toast--ailx.toast-warning .toast-progress{background:#ffffff73}.toast--ailx.toast-info{background:#1d4ed8!important;border-left-color:var(--color-primary);color:#fff!important}.toast--ailx.toast-info .toast-progress{background:#ffffff73}.modal-content:not(.career-modal) .modal-header.standard-modal-header{position:relative;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.75rem;padding:16px 20px;padding-right:3.5rem;border-bottom:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #f3f4f6);top:auto}.modal-content:not(.career-modal) .modal-header.standard-modal-header .modal-title{display:flex;align-items:center;gap:.5rem;min-width:0}.modal-content:not(.career-modal) .modal-header.standard-modal-header .modal-title-icon{font-size:1.35rem;line-height:1;flex-shrink:0}.modal-content:not(.career-modal) .modal-header.standard-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--color-text, #111827)}.modal-content:not(.career-modal) .modal-header.standard-modal-header .close{order:-1;background:transparent;border:none;font-size:1.25rem;line-height:1;cursor:pointer;color:var(--color-text-muted, #6b7280);padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:color .2s ease,background .2s ease}.modal-content:not(.career-modal) .modal-header.standard-modal-header .close:hover:not(:disabled){color:var(--color-text, #111827);background:#0000000f}.modal-content:not(.career-modal) .modal-header.standard-modal-header .close:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (min-width: 769px){.modal-content:not(.career-modal) .modal-header.standard-modal-header .close{position:absolute;top:1rem;right:1rem;z-index:10;order:initial}}.modal-content:not(.career-modal) .modal-header.standard-modal-header--light{background:linear-gradient(135deg,#f8f9ff,#eef2ff)}.modal-content:not(.career-modal) .modal-header.standard-modal-header--light h3{color:var(--color-text, #111827)}.modal-content:not(.career-modal) .modal-header.standard-modal-header--dark{background:#ffffff0d;border-bottom-color:#ffffff1f}.modal-content:not(.career-modal) .modal-header.standard-modal-header--dark h3,.modal-content:not(.career-modal) .modal-header.standard-modal-header--dark .modal-title-icon{color:#fff}.modal-content:not(.career-modal) .modal-header.standard-modal-header--dark .close{color:#e5e7eb}.modal-content:not(.career-modal) .modal-header.standard-modal-header--dark .close:hover:not(:disabled){color:#fff;background:#ffffff14}.modal-content:not(.career-modal) .modal-header,.modal:not(.career-modal) .modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--color-border);position:sticky;top:0;background:var(--color-surface)}.modal-content:not(.career-modal) .modal-body,.modal:not(.career-modal) .modal-body{padding:var(--spacing-lg)}.modal-content:not(.career-modal) .modal-footer,.modal-content:not(.career-modal)>.modal-footer,.modal:not(.career-modal) .modal-footer{display:flex;gap:var(--spacing-sm);align-items:center;justify-content:flex-end;padding:var(--spacing-md) var(--spacing-lg);border-top:1px solid var(--color-border)}.modal-close,.close,.close-btn{background:transparent;border:none;font-size:var(--font-size-xl);line-height:1;padding:var(--spacing-xs);cursor:pointer;color:var(--color-text-muted)}@media (min-width: 769px){.modal-content:not(.career-modal),.course-selection-modal{position:relative}.modal-content:not(.career-modal) .modal-close,.modal-content:not(.career-modal) .close,.modal-content:not(.career-modal) .close-btn,.course-selection-modal .modal-close,.course-selection-modal .close,.course-selection-modal .close-btn{position:absolute;top:var(--spacing-sm);right:var(--spacing-sm);z-index:10}}.modal-close:hover,.close:hover,.close-btn:hover{color:var(--color-text)}.modal .modal-header.standard-modal-header{position:relative;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.75rem;padding:16px 20px;padding-right:3.5rem;border-bottom:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #f3f4f6);top:auto}.modal .modal-header.standard-modal-header .modal-title{display:flex;align-items:center;gap:.5rem;min-width:0}.modal .modal-header.standard-modal-header .modal-title-icon{font-size:1.35rem;line-height:1;flex-shrink:0}.modal .modal-header.standard-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--color-text, #111827)}.modal .modal-header.standard-modal-header .close{order:-1;background:transparent;border:none;font-size:1.25rem;line-height:1;cursor:pointer;color:var(--color-text-muted, #6b7280);padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:color .2s ease,background .2s ease}.modal .modal-header.standard-modal-header .close:hover:not(:disabled){color:var(--color-text, #111827);background:#0000000f}.modal .modal-header.standard-modal-header .close:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (min-width: 769px){.modal .modal-header.standard-modal-header .close{position:absolute;top:1rem;right:1rem;z-index:10;order:initial}}.modal .modal-header.standard-modal-header .modal-header-extra{margin-left:auto}@media (max-width: 768px){.modal .modal-header.standard-modal-header{padding-right:1.25rem}.modal .modal-header.standard-modal-header .close{position:static;order:-1;margin-right:.25rem}.modal .modal-header.standard-modal-header .modal-header-extra{width:100%;margin-left:0;margin-top:.25rem}}.modal .modal-header.standard-modal-header--dark{background:#ffffff0d;border-bottom-color:#ffffff1f}.modal .modal-header.standard-modal-header--dark h3{color:#fff}.modal .modal-header.standard-modal-header--dark .close{color:#9ca3af}.modal .modal-header.standard-modal-header--dark .close:hover:not(:disabled){color:#fff;background:#ffffff14}.modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:999}.difficulty-badge,.section-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:9999px;font-size:.875rem;border:1px solid rgba(0,0,0,.06);background:var(--color-surface-alt)}.btn .icon,.btn i,.btn svg{margin-right:.5rem}.btn.left{align-self:flex-start}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0d1121cc;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6f4bff99,#ff3bbf99);border-radius:10px;border:2px solid rgba(13,17,33,.8);transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6f4bffcc,#ff3bbfcc)}::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#6f4bff,#ff3bbf)}::-webkit-scrollbar-corner{background:#0d1121cc}*{scrollbar-width:thin;scrollbar-color:rgba(111,75,255,.6) rgba(13,17,33,.8)}html{scroll-behavior:smooth}.knowledge-bases-sidebar,.questions-center,.question-bank-layout,.brain-games,.profile,.content-panel{scrollbar-width:thin;scrollbar-color:rgba(111,75,255,.6) rgba(13,17,33,.8)}.knowledge-bases-sidebar::-webkit-scrollbar,.questions-center::-webkit-scrollbar,.question-bank-layout::-webkit-scrollbar,.brain-games::-webkit-scrollbar,.profile::-webkit-scrollbar,.content-panel::-webkit-scrollbar{width:8px;height:8px}.knowledge-bases-sidebar::-webkit-scrollbar-track,.questions-center::-webkit-scrollbar-track,.question-bank-layout::-webkit-scrollbar-track,.brain-games::-webkit-scrollbar-track,.profile::-webkit-scrollbar-track,.content-panel::-webkit-scrollbar-track{background:#0d112199;border-radius:10px}.knowledge-bases-sidebar::-webkit-scrollbar-thumb,.questions-center::-webkit-scrollbar-thumb,.question-bank-layout::-webkit-scrollbar-thumb,.brain-games::-webkit-scrollbar-thumb,.profile::-webkit-scrollbar-thumb,.content-panel::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6f4bff80,#ff3bbf80);border-radius:10px;border:1px solid rgba(13,17,33,.6)}.knowledge-bases-sidebar::-webkit-scrollbar-thumb:hover,.questions-center::-webkit-scrollbar-thumb:hover,.question-bank-layout::-webkit-scrollbar-thumb:hover,.brain-games::-webkit-scrollbar-thumb:hover,.profile::-webkit-scrollbar-thumb:hover,.content-panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6f4bffb3,#ff3bbfb3)}app-study-group-detail .question-meta span.difficulty,app-study-group-detail .question-meta .difficulty,.single-question-container .question-meta span.difficulty,.single-question-container .question-meta .difficulty,#study-questions .question-meta span.difficulty,#study-questions .question-meta .difficulty,.questions-center .question-meta span.difficulty,.questions-center .question-meta .difficulty{background:#1a5a1a!important;color:#fff!important}app-study-group-detail .question-meta span.topic,app-study-group-detail .question-meta .topic,.single-question-container .question-meta span.topic,.single-question-container .question-meta .topic,#study-questions .question-meta span.topic,#study-questions .question-meta .topic,.questions-center .question-meta span.topic,.questions-center .question-meta .topic{background:#1a3a5a!important;color:#fff!important}app-study-group-detail .question-meta span.source,app-study-group-detail .question-meta .source,.single-question-container .question-meta span.source,.single-question-container .question-meta .source,#study-questions .question-meta span.source,#study-questions .question-meta .source,.questions-center .question-meta span.source,.questions-center .question-meta .source{background:#5a3a1a!important;color:#fff!important}.questions-center,#study-questions,.questions-display,.single-question-container{background:#1a1a1a!important}.single-question-container .question-card{background:#2a2a2a!important;border:1px solid #444!important;border-radius:10px!important;padding:20px!important;color:#fff!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.single-question-container .question-card .question-header{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:20px!important;background:transparent!important;padding:0!important}.single-question-container .question-card .question-header .question-number-btn{background:#06f!important;color:#fff!important;padding:10px 16px!important;border-radius:6px!important;font-size:14px!important;font-weight:600!important;border:none!important;cursor:pointer;white-space:nowrap;min-width:50px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.single-question-container .question-card .question-header .question-header-spacer{flex:1}.single-question-container .question-card .question-header .question-meta-buttons{display:flex!important;gap:8px!important;flex-wrap:wrap}.single-question-container .question-card .question-header .question-meta-buttons .meta-btn{padding:8px 14px!important;border-radius:6px!important;font-size:13px!important;font-weight:500!important;border:none!important;cursor:pointer;color:#fff!important;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.single-question-container .question-card .question-header .question-meta-buttons .meta-btn.difficulty-btn{background:#22c55e!important}.single-question-container .question-card .question-header .question-meta-buttons .meta-btn.topic-btn{background:#3b82f6!important}.single-question-container .question-card .question-header .question-meta-buttons .meta-btn.source-btn{background:#d97706!important}.single-question-container .question-card .question-content h4{margin:0 0 16px!important;font-size:16px!important;color:#fff!important;line-height:1.5!important;font-weight:500!important}.single-question-container .question-card .question-content .question-options{margin-bottom:16px!important}.single-question-container .question-card .question-content .question-options .option{display:flex!important;align-items:flex-start!important;gap:8px!important;margin-bottom:8px!important;font-size:14px!important;padding:4px 0!important}.single-question-container .question-card .question-content .question-options .option .option-label{font-weight:600!important;color:#fff!important;min-width:20px!important;font-size:14px!important}.single-question-container .question-card .question-content .question-options .option .option-text{color:#fff!important;line-height:1.4!important;flex:1}.single-question-container .question-card .question-content .question-answer,.single-question-container .question-card .question-content .question-explanation{margin-bottom:12px!important;padding:12px!important;background:#1a1a1a!important;border-radius:6px!important;border-left:3px solid #0066cc!important;font-size:14px!important;color:#fff!important;line-height:1.4!important}.single-question-container .question-card .question-content .question-answer strong,.single-question-container .question-card .question-content .question-explanation strong{color:#fff!important;margin-right:8px!important;font-size:14px!important;font-weight:600!important}.clickable-image{cursor:pointer;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease;border-radius:4px}.clickable-image:hover{transform:scale(1.02);opacity:.9;box-shadow:0 4px 12px #00000026}.clickable-image:active{transform:scale(.98)}.question-text p,.option-text p,.explanation-text p,.passage-text-content p,.question-title p,.text-content p,.question-text-content p,.passage-text p,.error-message p,.quill-content p,.comment-content p,.question-text-label p,.question-text div,.option-text div,.explanation-text div,.passage-text-content div,.question-title div,.text-content div,.question-text-content div,.passage-text div,.error-message div,.quill-content div,.comment-content div,.question-text-label div,.question-text span,.option-text span,.explanation-text span,.passage-text-content span,.question-title span,.text-content span,.question-text-content span,.passage-text span,.error-message span,.quill-content span,.comment-content span,.question-text-label span,.question-text h1,.question-text h2,.question-text h3,.question-text h4,.question-text h5,.question-text h6,.option-text h1,.option-text h2,.option-text h3,.option-text h4,.option-text h5,.option-text h6,.explanation-text h1,.explanation-text h2,.explanation-text h3,.explanation-text h4,.explanation-text h5,.explanation-text h6,.passage-text-content h1,.passage-text-content h2,.passage-text-content h3,.passage-text-content h4,.passage-text-content h5,.passage-text-content h6,.question-title h1,.question-title h2,.question-title h3,.question-title h4,.question-title h5,.question-title h6,.text-content h1,.text-content h2,.text-content h3,.text-content h4,.text-content h5,.text-content h6,.question-text-content h1,.question-text-content h2,.question-text-content h3,.question-text-content h4,.question-text-content h5,.question-text-content h6,.passage-text h1,.passage-text h2,.passage-text h3,.passage-text h4,.passage-text h5,.passage-text h6,.error-message h1,.error-message h2,.error-message h3,.error-message h4,.error-message h5,.error-message h6,.quill-content h1,.quill-content h2,.quill-content h3,.quill-content h4,.quill-content h5,.quill-content h6,.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6,.question-text-label h1,.question-text-label h2,.question-text-label h3,.question-text-label h4,.question-text-label h5,.question-text-label h6,.question-text ul,.question-text ol,.option-text ul,.option-text ol,.explanation-text ul,.explanation-text ol,.passage-text-content ul,.passage-text-content ol,.question-title ul,.question-title ol,.text-content ul,.text-content ol,.question-text-content ul,.question-text-content ol,.passage-text ul,.passage-text ol,.error-message ul,.error-message ol,.quill-content ul,.quill-content ol,.comment-content ul,.comment-content ol,.question-text-label ul,.question-text-label ol,.question-text li,.option-text li,.explanation-text li,.passage-text-content li,.question-title li,.text-content li,.question-text-content li,.passage-text li,.error-message li,.quill-content li,.comment-content li,.question-text-label li,.question-text blockquote,.option-text blockquote,.explanation-text blockquote,.passage-text-content blockquote,.question-title blockquote,.text-content blockquote,.question-text-content blockquote,.passage-text blockquote,.error-message blockquote,.quill-content blockquote,.comment-content blockquote,.question-text-label blockquote,.question-text pre,.option-text pre,.explanation-text pre,.passage-text-content pre,.question-title pre,.text-content pre,.question-text-content pre,.passage-text pre,.error-message pre,.quill-content pre,.comment-content pre,.question-text-label pre{margin:0!important;padding:0!important}::ng-deep .question-text p,::ng-deep .question-text div,::ng-deep .question-text span,::ng-deep .question-text h1,::ng-deep .question-text h2,::ng-deep .question-text h3,::ng-deep .question-text h4,::ng-deep .question-text h5,::ng-deep .question-text h6,::ng-deep .question-text ul,::ng-deep .question-text ol,::ng-deep .question-text li,::ng-deep .question-text blockquote,::ng-deep .question-text pre,::ng-deep .option-text p,::ng-deep .option-text div,::ng-deep .option-text span,::ng-deep .option-text h1,::ng-deep .option-text h2,::ng-deep .option-text h3,::ng-deep .option-text h4,::ng-deep .option-text h5,::ng-deep .option-text h6,::ng-deep .option-text ul,::ng-deep .option-text ol,::ng-deep .option-text li,::ng-deep .option-text blockquote,::ng-deep .option-text pre,::ng-deep .explanation-text p,::ng-deep .explanation-text div,::ng-deep .explanation-text span,::ng-deep .explanation-text h1,::ng-deep .explanation-text h2,::ng-deep .explanation-text h3,::ng-deep .explanation-text h4,::ng-deep .explanation-text h5,::ng-deep .explanation-text h6,::ng-deep .explanation-text ul,::ng-deep .explanation-text ol,::ng-deep .explanation-text li,::ng-deep .explanation-text blockquote,::ng-deep .explanation-text pre,::ng-deep .passage-text-content p,::ng-deep .passage-text-content div,::ng-deep .passage-text-content span,::ng-deep .passage-text-content h1,::ng-deep .passage-text-content h2,::ng-deep .passage-text-content h3,::ng-deep .passage-text-content h4,::ng-deep .passage-text-content h5,::ng-deep .passage-text-content h6,::ng-deep .passage-text-content ul,::ng-deep .passage-text-content ol,::ng-deep .passage-text-content li,::ng-deep .passage-text-content blockquote,::ng-deep .passage-text-content pre,::ng-deep .question-title p,::ng-deep .question-title div,::ng-deep .question-title span,::ng-deep .question-title h1,::ng-deep .question-title h2,::ng-deep .question-title h3,::ng-deep .question-title h4,::ng-deep .question-title h5,::ng-deep .question-title h6,::ng-deep .question-title ul,::ng-deep .question-title ol,::ng-deep .question-title li,::ng-deep .question-title blockquote,::ng-deep .question-title pre,::ng-deep .text-content p,::ng-deep .text-content div,::ng-deep .text-content span,::ng-deep .text-content h1,::ng-deep .text-content h2,::ng-deep .text-content h3,::ng-deep .text-content h4,::ng-deep .text-content h5,::ng-deep .text-content h6,::ng-deep .text-content ul,::ng-deep .text-content ol,::ng-deep .text-content li,::ng-deep .text-content blockquote,::ng-deep .text-content pre,::ng-deep .question-text-content p,::ng-deep .question-text-content div,::ng-deep .question-text-content span,::ng-deep .question-text-content h1,::ng-deep .question-text-content h2,::ng-deep .question-text-content h3,::ng-deep .question-text-content h4,::ng-deep .question-text-content h5,::ng-deep .question-text-content h6,::ng-deep .question-text-content ul,::ng-deep .question-text-content ol,::ng-deep .question-text-content li,::ng-deep .question-text-content blockquote,::ng-deep .question-text-content pre,::ng-deep .passage-text p,::ng-deep .passage-text div,::ng-deep .passage-text span,::ng-deep .passage-text h1,::ng-deep .passage-text h2,::ng-deep .passage-text h3,::ng-deep .passage-text h4,::ng-deep .passage-text h5,::ng-deep .passage-text h6,::ng-deep .passage-text ul,::ng-deep .passage-text ol,::ng-deep .passage-text li,::ng-deep .passage-text blockquote,::ng-deep .passage-text pre,::ng-deep .error-message p,::ng-deep .error-message div,::ng-deep .error-message span,::ng-deep .error-message h1,::ng-deep .error-message h2,::ng-deep .error-message h3,::ng-deep .error-message h4,::ng-deep .error-message h5,::ng-deep .error-message h6,::ng-deep .error-message ul,::ng-deep .error-message ol,::ng-deep .error-message li,::ng-deep .error-message blockquote,::ng-deep .error-message pre,::ng-deep .quill-content p,::ng-deep .quill-content div,::ng-deep .quill-content span,::ng-deep .quill-content h1,::ng-deep .quill-content h2,::ng-deep .quill-content h3,::ng-deep .quill-content h4,::ng-deep .quill-content h5,::ng-deep .quill-content h6,::ng-deep .quill-content ul,::ng-deep .quill-content ol,::ng-deep .quill-content li,::ng-deep .quill-content blockquote,::ng-deep .quill-content pre,::ng-deep .comment-content p,::ng-deep .comment-content div,::ng-deep .comment-content span,::ng-deep .comment-content h1,::ng-deep .comment-content h2,::ng-deep .comment-content h3,::ng-deep .comment-content h4,::ng-deep .comment-content h5,::ng-deep .comment-content h6,::ng-deep .comment-content ul,::ng-deep .comment-content ol,::ng-deep .comment-content li,::ng-deep .comment-content blockquote,::ng-deep .comment-content pre,::ng-deep .question-text-label p,::ng-deep .question-text-label div,::ng-deep .question-text-label span,::ng-deep .question-text-label h1,::ng-deep .question-text-label h2,::ng-deep .question-text-label h3,::ng-deep .question-text-label h4,::ng-deep .question-text-label h5,::ng-deep .question-text-label h6,::ng-deep .question-text-label ul,::ng-deep .question-text-label ol,::ng-deep .question-text-label li,::ng-deep .question-text-label blockquote,::ng-deep .question-text-label pre{margin:0!important;padding:0!important}.preserve-spacing p,.preserve-spacing div,.preserve-spacing h1,.preserve-spacing h2,.preserve-spacing h3,.preserve-spacing h4,.preserve-spacing h5,.preserve-spacing h6{margin-bottom:.5rem!important}::ng-deep .preserve-spacing p,::ng-deep .preserve-spacing div,::ng-deep .preserve-spacing h1,::ng-deep .preserve-spacing h2,::ng-deep .preserve-spacing h3,::ng-deep .preserve-spacing h4,::ng-deep .preserve-spacing h5,::ng-deep .preserve-spacing h6{margin-bottom:.5rem!important}.marketing-page{--mkt-brand-gradient: linear-gradient( 135deg, rgba(111, 75, 255, .32), rgba(255, 59, 191, .32) );--mkt-brand-gradient-hover: linear-gradient( 135deg, rgba(111, 75, 255, .48), rgba(255, 59, 191, .48) );--mkt-brand-border: rgba(111, 75, 255, .4);--mkt-brand-shadow: 0 2px 8px rgba(111, 75, 255, .3);--mkt-brand-shadow-hover: 0 4px 12px rgba(111, 75, 255, .35);display:block;color:#dfe3f0;background:radial-gradient(1200px 600px at 50% -200px,#7841ff73,#0000) no-repeat,linear-gradient(180deg,#0a0220,#090a1a 60%,#0a0b14);font-size:var(--font-size-base);line-height:1.6;min-height:100%}.mkt-inner{max-width:var(--container-lg);margin:0 auto;padding:0 1rem;box-sizing:border-box}.mkt-hero,.mkt-products-hero{background:radial-gradient(1200px 600px at 50% -200px,#7841ff73,#0000) no-repeat,linear-gradient(180deg,#0a0220,#090a1a 60%,#0a0b14);padding-top:clamp(5rem,4rem + 4vw,6.5rem);padding-bottom:clamp(2.5rem,2rem + 2vw,3.5rem);position:relative;overflow-x:hidden;overflow-y:visible}.mkt-hero__content{max-width:48rem;padding-top:.75rem}.mkt-badge{display:inline-flex;margin-top:.25rem;margin-bottom:.75rem;padding:.25rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;font-size:var(--font-size-sm);font-weight:500;color:#c4b5fd}.mkt-hero__title{font-size:var(--font-size-4xl);font-weight:700;line-height:1.25;margin:0 0 .75rem;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mkt-hero__lead{font-size:var(--font-size-lg);color:#aab3c6;margin:0 0 1.5rem;line-height:1.65}.mkt-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.mkt-stats{padding-top:0;padding-bottom:clamp(2rem,1.5rem + 2vw,2.75rem)}.mkt-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;list-style:none;margin:0;padding:0}.mkt-stat{text-align:center;padding:1rem .75rem;border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.mkt-stat__value{display:block;font-size:var(--font-size-3xl);font-weight:700;color:#fff;margin-bottom:.375rem;line-height:1.2;min-height:1.2em}.mkt-stat__label{display:block;font-size:var(--font-size-sm);color:#aab3c6;text-transform:uppercase;letter-spacing:.04em;line-height:1.35}@media (max-width: 768px){.mkt-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.mkt-stat__value{font-size:var(--font-size-2xl)}.mkt-stat__label{font-size:var(--font-size-xs)}}.mkt-section{padding:clamp(2.5rem,2rem + 2vw,3.5rem) 0;background:transparent}.mkt-section--alt{background:#0f1419}.mkt-section-header{text-align:center;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}.mkt-section-header h2{font-size:var(--font-size-3xl);font-weight:600;color:#fff;margin:0 0 .5rem}.mkt-section-header p{font-size:var(--font-size-lg);color:#aab3c6;margin:0;line-height:1.6}.mkt-problem-grid,.mkt-features-grid,.mkt-benefits-grid,.mkt-screenshots-grid,.mkt-testimonials-grid{display:grid;gap:1rem;list-style:none;margin:0;padding:0}.mkt-problem-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.mkt-features-grid,.mkt-screenshots-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.mkt-benefits-grid,.mkt-testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.mkt-problem-card,.mkt-feature-card,.mkt-benefit-card,.mkt-testimonial-card,.mkt-screenshot-card,.mkt-faq-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg)}.mkt-problem-card{padding:1rem 1.125rem;display:flex;gap:.75rem;align-items:flex-start}.mkt-problem-card__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-top:.125rem;font-size:1.375rem;line-height:1;border-radius:var(--radius-md);background:#dc26261f;border:1px solid rgba(220,38,38,.22)}.mkt-problem-card p{margin:0;color:#c5cdd9;font-size:var(--font-size-base)}.mkt-feature-card{padding:1.25rem;display:flex;align-items:flex-start;gap:.875rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.mkt-feature-card:hover{transform:translateY(-4px);border-color:#667eea59;box-shadow:0 12px 24px #0000004d}.mkt-feature-card__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-top:.125rem;font-size:1.375rem;line-height:1;border-radius:var(--radius-md);background:#6f4bff1f;border:1px solid rgba(111,75,255,.22)}.mkt-feature-card__content{flex:1;min-width:0}.mkt-feature-card h3{font-size:var(--font-size-xl);font-weight:600;color:#fff;margin:0 0 .375rem}.mkt-feature-card p{font-size:var(--font-size-base);color:#aab3c6;margin:0;line-height:1.6}.mkt-benefit-card{padding:1rem 1.125rem}.mkt-benefit-card h3{font-size:var(--font-size-lg);font-weight:600;color:#fff;margin:0 0 .375rem}.mkt-benefit-card p{font-size:var(--font-size-base);color:#aab3c6;margin:0;line-height:1.6}.mkt-screenshot-card{padding:1rem 1.125rem}.mkt-screenshot-card h3{font-size:var(--font-size-lg);font-weight:600;color:#fff;margin:0 0 .375rem}.mkt-screenshot-card p{font-size:var(--font-size-base);color:#aab3c6;margin:0;line-height:1.6}.mkt-testimonial-card{padding:1rem 1.125rem;display:flex;flex-direction:column}.mkt-testimonial-card blockquote p{flex:1;font-size:var(--font-size-base);color:#c5cdd9;margin:0;line-height:1.65;font-style:normal}.mkt-testimonial-card footer{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.mkt-testimonial-card footer cite{font-style:normal}.mkt-testimonial-card footer cite strong{display:block;font-size:var(--font-size-base);color:#fff}.mkt-testimonial-card footer cite span{font-size:var(--font-size-sm);color:#8892a4}.mkt-faq-list{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.mkt-faq-item{overflow:hidden}.mkt-faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:var(--font-size-base);font-weight:600;color:#fff;font-family:inherit}.mkt-faq-item__trigger:hover{background:#ffffff0a}.mkt-faq-item__trigger:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}.mkt-faq-item__icon{color:var(--color-primary);font-size:var(--font-size-lg);line-height:1;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.mkt-faq-item__panel{padding:0 1rem .75rem;font-size:var(--font-size-base);color:#aab3c6;line-height:1.65}.mkt-cta{text-align:center}.mkt-cta h2{font-size:var(--font-size-3xl);font-weight:700;color:#fff;margin:0 0 .5rem}.mkt-cta p{font-size:var(--font-size-lg);color:#aab3c6;max-width:36rem;margin:0 auto 1.25rem;line-height:1.6}.mkt-cta__note{margin-top:.75rem;font-size:var(--font-size-sm);color:#8892a4}.mkt-footer-nav{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.08);background:transparent;text-align:center}.mkt-footer-nav a{font-size:var(--font-size-base);color:var(--color-primary);text-decoration:none}.mkt-footer-nav a:hover{color:#93c5fd}app-marketing-product-card{display:block;width:100%;height:100%}.mkt-products-list__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.mkt-products-list__title{margin:0;font-size:var(--font-size-3xl);font-weight:600;color:#fff;line-height:1.25}.mkt-products-carousel{margin-top:0}.mkt-products-carousel__nav{display:flex;gap:.5rem;flex-shrink:0}.mkt-products-carousel__btn{width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;font-size:1.25rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.mkt-products-carousel__btn:hover:not(:disabled){background:#6f4bff40;border-color:#6f4bff73}.mkt-products-carousel__btn:disabled{opacity:.35;cursor:not-allowed}.mkt-products-carousel__viewport{overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem;container-type:inline-size}.mkt-products-carousel__viewport::-webkit-scrollbar{display:none}.mkt-products-carousel__grid{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:calc((100cqi - (var(--mkt-products-cols, 4) - 1) * 1.25rem) / var(--mkt-products-cols, 4));gap:1.25rem;width:max-content;min-width:100%;list-style:none;margin:0;padding:0}.mkt-products-carousel__cell{scroll-snap-align:start;min-width:0;display:block;list-style:none}.mkt-products-carousel__grid--single-row{grid-template-rows:auto;grid-auto-flow:row;grid-auto-columns:unset;grid-template-columns:repeat(var(--mkt-item-count, 1),minmax(0,calc((100cqi - (var(--mkt-item-count, 1) - 1) * 1.25rem) / var(--mkt-item-count, 1))));width:100%;min-width:0}.mkt-product-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1rem 1.125rem;display:flex;flex-direction:column;height:100%;box-sizing:border-box;transition:transform .3s ease,border-color .3s ease}.mkt-product-card:hover{transform:translateY(-4px);border-color:#667eea59}.mkt-product-card__sample-badge{display:inline-flex;align-self:flex-start;margin-bottom:.625rem;padding:.2rem .625rem;border-radius:999px;border:1px solid rgba(167,139,250,.35);background:#6f4bff2e;font-size:var(--font-size-xs);font-weight:600;letter-spacing:.02em;color:#c4b5fd;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.mkt-product-card__sample-badge:hover{background:#6f4bff47;border-color:#a78bfa8c;color:#e9d5ff}.mkt-product-card h3{font-size:var(--font-size-lg);font-weight:600;margin:0 0 .375rem}.mkt-product-card h3 a{color:#fff;text-decoration:none}.mkt-product-card h3 a:hover{color:#c4b5fd}.mkt-product-card__tagline{flex:1;font-size:var(--font-size-sm);color:#aab3c6;margin:0 0 .75rem;line-height:1.55}.mkt-product-card__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.mkt-product-card__actions a{font-size:var(--font-size-sm);font-weight:500;color:var(--color-primary);text-decoration:none}.mkt-product-card__actions a:hover{color:#93c5fd}.marketing-page .mkt-product-card .btn,.mkt-products-carousel .btn{min-height:unset;line-height:1.25}.marketing-page .mkt-product-card .btn.mkt-btn-sm,.marketing-page .mkt-product-card .btn.mkt-btn-brand.mkt-btn-sm,.mkt-products-carousel .btn.mkt-btn-sm,.mkt-products-carousel .btn.mkt-btn-brand.mkt-btn-sm{font-size:var(--font-size-xs);padding:.375rem .75rem;border-radius:var(--radius-md)}@media (max-width: 768px){.mkt-products-list__header{align-items:flex-start;flex-direction:column}.mkt-products-list__title{font-size:var(--font-size-2xl)}}.marketing-page .btn,.mkt-hero .btn,.mkt-cta .btn{min-height:unset;line-height:1.25}.marketing-page .btn.mkt-btn-brand,.mkt-hero .btn.mkt-btn-brand,.mkt-cta .btn.mkt-btn-brand,.mkt-product-card .btn.mkt-btn-brand,.mkt-products-carousel .btn.mkt-btn-brand{background:var(--mkt-brand-gradient);color:#fff;border:1px solid var(--mkt-brand-border);font-weight:600;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .2s ease,border-color .2s ease;box-shadow:var(--mkt-brand-shadow)}.marketing-page .btn.mkt-btn-brand:hover,.mkt-hero .btn.mkt-btn-brand:hover,.mkt-cta .btn.mkt-btn-brand:hover,.mkt-product-card .btn.mkt-btn-brand:hover,.mkt-products-carousel .btn.mkt-btn-brand:hover{background:var(--mkt-brand-gradient-hover);border-color:#6f4bff8c;transform:translateY(-1px);box-shadow:var(--mkt-brand-shadow-hover)}.marketing-page .btn.mkt-btn-hero,.mkt-hero .btn.mkt-btn-hero{background:#fff;color:var(--color-primary);font-size:var(--font-size-sm);font-weight:600;padding:.5rem 1.125rem;border-radius:var(--radius-lg);border:none;cursor:pointer;box-shadow:0 4px 16px #0003}.marketing-page .btn.mkt-btn-outline-light,.mkt-hero .btn.mkt-btn-outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);font-size:var(--font-size-sm);font-weight:600;padding:.5rem 1.125rem;border-radius:var(--radius-lg);text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.marketing-page .btn.mkt-btn-cta,.mkt-cta .btn.mkt-btn-cta{background:var(--color-primary);color:var(--color-on-primary);font-size:var(--font-size-sm);font-weight:600;padding:.5rem 1.25rem;border-radius:var(--radius-lg);border:none;cursor:pointer}.marketing-page .btn.mkt-btn-cta:hover,.mkt-cta .btn.mkt-btn-cta:hover{background:var(--color-primary-hover)}.marketing-page .btn.mkt-btn-brand.mkt-btn-hero,.mkt-hero .btn.mkt-btn-brand.mkt-btn-hero{background:var(--mkt-brand-gradient);color:#fff;font-size:var(--font-size-sm);padding:.5rem 1.125rem;border-radius:var(--radius-lg);border:1px solid var(--mkt-brand-border);box-shadow:var(--mkt-brand-shadow)}.marketing-page .btn.mkt-btn-brand.mkt-btn-hero:hover,.mkt-hero .btn.mkt-btn-brand.mkt-btn-hero:hover{background:var(--mkt-brand-gradient-hover);border-color:#6f4bff8c;transform:translateY(-1px);box-shadow:var(--mkt-brand-shadow-hover)}.marketing-page .btn.mkt-btn-brand.mkt-btn-cta,.mkt-cta .btn.mkt-btn-brand.mkt-btn-cta{background:var(--mkt-brand-gradient);color:#fff;font-size:var(--font-size-sm);padding:.5rem 1.25rem;border-radius:var(--radius-lg);border:1px solid var(--mkt-brand-border);box-shadow:var(--mkt-brand-shadow)}.marketing-page .btn.mkt-btn-brand.mkt-btn-cta:hover,.mkt-cta .btn.mkt-btn-brand.mkt-btn-cta:hover{background:var(--mkt-brand-gradient-hover);border-color:#6f4bff8c;transform:translateY(-1px);box-shadow:var(--mkt-brand-shadow-hover)}.marketing-page .btn.mkt-btn-sm,.marketing-page .btn.mkt-btn-brand.mkt-btn-sm{font-size:var(--font-size-xs);padding:.375rem .75rem;border-radius:var(--radius-md)}@media (max-width: 768px){.mkt-hero__actions{flex-direction:column;align-items:stretch}.mkt-hero__actions .btn{width:100%;justify-content:center}}.pse-interview-bank .filters-section{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;align-items:flex-end;margin-bottom:1.5rem;padding:1rem 1.25rem;border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.pse-interview-bank .search-filter,.pse-interview-bank .filter-group{display:flex;flex-direction:column;gap:.375rem;min-width:160px}.pse-interview-bank .search-filter label,.pse-interview-bank .filter-group label{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#aab3c6}.pse-interview-bank .search-input,.pse-interview-bank .filter-select{padding:.625rem .875rem;border-radius:10px;border:1px solid rgba(148,163,255,.25);background:#0d172c99;color:#f1f5f9;font-size:.95rem}.pse-interview-bank .toggle-group{margin-left:auto}.pse-interview-bank .toggle-label-spacer{min-height:1rem}.pse-interview-bank .toggle-icon-label{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem .875rem;border-radius:10px;border:1px solid rgba(148,163,255,.25);background:#6f4bff26;color:#c4b5fd;cursor:pointer;font-size:.875rem;font-weight:600}.pse-interview-bank .empty-questions{padding:2rem;text-align:center;color:#aab3c6;border-radius:var(--radius-lg);background:#ffffff08;border:1px dashed rgba(255,255,255,.12)}.pse-interview-bank .question-card{background:#0f172ad9;border-radius:16px;padding:1.5rem 1.75rem;border:1px solid rgba(99,102,241,.25);margin-bottom:1.5rem;transition:all .2s ease;box-shadow:0 4px 16px #070c1e4d;cursor:default}.pse-interview-bank .question-card:hover{border-color:#6366f166;transform:translateY(-2px)}.pse-interview-bank .question-number{display:inline-flex;align-items:center;background:linear-gradient(135deg,#6f4bff40,#6366f133);color:#a78bfa;font-size:.875rem;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem;border-radius:8px;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(111,75,255,.3)}.pse-interview-bank .question-header{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;margin-bottom:1rem;gap:.75rem}.pse-interview-bank .question-type{background:#6f4bff33;color:#a78bfa;border:1px solid rgba(111,75,255,.3);padding:.4rem .75rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;font-weight:600}.pse-interview-bank .difficulty{padding:.4rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid}.pse-interview-bank .difficulty.easy{background:#22c55e2e;border-color:#22c55e59;color:#4ade80}.pse-interview-bank .difficulty.medium{background:#facc152e;border-color:#facc1559;color:#facc15}.pse-interview-bank .difficulty.hard{background:#ef44442e;border-color:#ef444459;color:#f87171}.pse-interview-bank .icon-btn.toggle-answer-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(148,163,255,.25);background:#0d172cb3;color:#c4b5fd;cursor:pointer;font-size:.75rem;font-weight:600}.pse-interview-bank .icon-btn.toggle-answer-btn.active{border-color:#6f4bff73;background:#6f4bff33}.pse-interview-bank .question-text-label{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(148,163,255,.2)}.pse-interview-bank .question-text-label strong{color:#e2e8f0;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pse-interview-bank .question-text{color:#f1f5f9;font-size:1.05rem;margin-bottom:1.25rem;line-height:1.7;padding:1rem;background:#0d172c66;border-radius:10px;border-left:3px solid rgba(99,102,241,.4)}.pse-interview-bank .question-text p{margin:0;color:#f1f5f9}.pse-interview-bank .question-answer{background:#0d172cb3;padding:1rem 1.25rem;border-radius:10px;border-left:4px solid rgba(34,197,94,.6)}.pse-interview-bank .question-answer strong{color:#4ade80;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em;margin-right:.75rem;font-weight:700;display:inline-block}.pse-interview-bank .question-answer .answer-text{color:#f1f5f9;font-size:1rem;line-height:1.6;margin-top:.5rem}.pse-interview-bank .question-answer .answer-text p{margin:0}.marketing-page .mkt-breadcrumbs-wrap{padding-top:1.25rem}.marketing-page .pse-detail-stats{margin:0;padding:0;list-style:none;max-width:48rem;display:flex;flex-wrap:wrap;gap:.375rem 1.5rem;grid-template-columns:unset}.marketing-page .pse-detail-stats .mkt-stat{padding:0;background:transparent;border:none;text-align:left;display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.35rem}.marketing-page .pse-detail-stats .mkt-stat__value,.marketing-page .pse-detail-stats .mkt-stat__label{font-size:var(--font-size-lg);color:#aab3c6;line-height:1.65;font-weight:400;text-transform:none;letter-spacing:normal;margin:0;min-height:unset}.marketing-page .pse-detail-stats .mkt-stat__value,.marketing-page .pse-detail-stats .mkt-stat__label{display:inline}.marketing-page .pse-index-count{margin:0;font-size:var(--font-size-lg);color:#aab3c6;line-height:1.65;font-weight:400}.marketing-page .mkt-hero__content .mkt-hero__lead+.pse-detail-stats,.marketing-page .mkt-hero__content .mkt-hero__lead+.pse-index-count{margin-top:-.75rem}.marketing-page .pse-sample-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.marketing-page .pse-sample-card{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem;border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);text-decoration:none;color:inherit;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;min-height:100%}.marketing-page .pse-sample-card:hover{transform:translateY(-4px);border-color:#6f4bff73;box-shadow:0 12px 28px #6f4bff26}.marketing-page .pse-sample-card h3{margin:0;font-size:var(--font-size-xl);font-weight:600;color:#fff;line-height:1.3}.marketing-page .pse-sample-card p{margin:0;flex:1;font-size:var(--font-size-base);color:#aab3c6;line-height:1.6}.marketing-page .pse-sample-card__meta{font-size:var(--font-size-sm);color:#c4b5fd;font-weight:500}.marketing-page .pse-sample-card__link{font-size:var(--font-size-sm);font-weight:600;color:#a78bfa}.marketing-page .pse-section-label{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.2rem .65rem;border-radius:999px;border:1px solid rgba(111,75,255,.35);background:#6f4bff1f;font-size:var(--font-size-xs);font-weight:600;color:#c4b5fd;text-transform:uppercase;letter-spacing:.06em}.marketing-page .pse-section-title{font-size:var(--font-size-2xl);font-weight:600;color:#fff;margin:0 0 1rem}.marketing-page .pse-body-text{max-width:42rem;color:#aab3c6;margin:0 0 1.25rem;line-height:1.65}.marketing-page .pse-pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.marketing-page .pse-pill{padding:.35rem .75rem;border-radius:999px;font-size:var(--font-size-sm);color:#dfe3f0;background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.marketing-page .pse-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.marketing-page .pse-content-card{padding:1.125rem;border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.marketing-page .pse-content-card h3{margin:0 0 .5rem;font-size:var(--font-size-lg);font-weight:600;color:#fff}.marketing-page .pse-content-card p{margin:0;font-size:var(--font-size-base);color:#aab3c6;line-height:1.55}.marketing-page .pse-roadmap-track{position:relative;margin-left:.75rem;padding-left:1.75rem;border-left:2px solid rgba(111,75,255,.35)}.marketing-page .pse-roadmap-stop{position:relative;padding-bottom:1.75rem}.marketing-page .pse-roadmap-stop:last-child{padding-bottom:0}.marketing-page .pse-roadmap-stop:before{content:"";position:absolute;left:calc(-1.75rem - 7px);top:.25rem;width:12px;height:12px;border-radius:50%;background:#0a0220;border:2px solid #a78bfa}.marketing-page .pse-roadmap-stop .stage{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#c4b5fd;margin-bottom:.25rem}.marketing-page .pse-roadmap-stop h3{margin:0 0 .375rem;font-size:var(--font-size-lg);color:#fff}.marketing-page .pse-roadmap-stop p{margin:0;color:#aab3c6;font-size:var(--font-size-base);line-height:1.55}.marketing-page .pse-data-table{width:100%;border-collapse:collapse;font-size:var(--font-size-base)}.marketing-page .pse-data-table th,.marketing-page .pse-data-table td{text-align:left;padding:.75rem .875rem;border-bottom:1px solid rgba(255,255,255,.1)}.marketing-page .pse-data-table th{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em;color:#c4b5fd}.marketing-page .pse-data-table td{color:#dfe3f0}.marketing-page .pse-data-table tr:hover td{background:#ffffff08}.marketing-page .pse-gap-row{display:grid;grid-template-columns:minmax(120px,160px) 1fr 2.5rem;align-items:center;gap:.75rem;margin-bottom:.875rem;font-size:var(--font-size-sm);color:#aab3c6}.marketing-page .pse-gap-bar{height:.5rem;border-radius:999px;background:#ffffff14;overflow:hidden}.marketing-page .pse-gap-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#6f4bffe6,#ff3bbfd9)}.marketing-page .pse-note,.marketing-page .pse-footer-note{margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:var(--font-size-sm);color:#8b97a3;line-height:1.55}.marketing-page .pse-footer-note{padding-bottom:2rem;text-align:center}.marketing-page .pse-resume-paper{background:#fff;color:#1a1a1a;border-radius:var(--radius-lg);padding:2rem 2.25rem;border-top:4px solid #6f4bff;box-shadow:0 16px 40px #00000059}.marketing-page .pse-resume-paper .rname{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:#111}.marketing-page .pse-resume-paper .rrole{font-size:var(--font-size-base);color:#6f4bff;font-weight:600;margin:0 0 .375rem}.marketing-page .pse-resume-paper .rcontact{font-size:var(--font-size-sm);color:#666;margin:0 0 1.25rem}.marketing-page .pse-resume-paper h4{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.07em;color:#6f4bff;border-bottom:1px solid #e8e8e8;padding-bottom:.25rem;margin:1.125rem 0 .5rem}.marketing-page .pse-resume-paper p{margin:0 0 .5rem;line-height:1.55}.marketing-page .pse-resume-paper .rjob{margin-bottom:.875rem}.marketing-page .pse-resume-paper .rjob .meta{color:#666;font-weight:400}.marketing-page .pse-resume-paper ul{margin:.375rem 0 0;padding-left:1.125rem}.marketing-page .pse-question-group{margin-bottom:2rem}.marketing-page .pse-question-group h3{font-size:var(--font-size-lg);font-weight:600;color:#c4b5fd;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.04em}.marketing-page .app-breadcrumbs{--mkt-muted: #aab3c6;--mkt-brand: #a78bfa;--mkt-text: #ffffff}@media (max-width: 640px){.marketing-page .pse-gap-row{grid-template-columns:minmax(90px,120px) 1fr 2rem}.marketing-page .pse-resume-paper{padding:1.25rem 1rem}}app-social-proof-counters{display:block}.sp-inner{max-width:var(--container-xl, 72rem);margin:0 auto;padding:0 clamp(1rem,.5rem + 2vw,2rem)}.sp-section{padding:clamp(2.5rem,2rem + 2vw,3.5rem) 0;background:transparent}.sp-section--alt{background:#0f1419}.sp-section-header{text-align:center;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}.sp-section-header h2{font-size:var(--font-size-3xl);font-weight:600;color:#fff;margin:0 0 .5rem}.sp-section-header p{font-size:var(--font-size-lg);color:#aab3c6;margin:0;line-height:1.6}.sp-counters{padding-bottom:clamp(2.5rem,2rem + 2vw,3.5rem)}.sp-counters.sp-section--alt{padding-top:clamp(3.5rem,3rem + 3vw,5rem)}.sp-counters:not(.sp-section--alt){padding-top:clamp(2.5rem,2rem + 2vw,3.5rem)}.sp-counters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;list-style:none;margin:0;padding:0}.sp-counter{text-align:center;padding:1.25rem .75rem;border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:block}.sp-counter__value{display:block;font-size:var(--font-size-3xl);font-weight:700;color:#fff;margin-bottom:.375rem;line-height:1.2;min-height:1.2em;transform-origin:center}.sp-counter__label{display:block;font-size:var(--font-size-sm);color:#aab3c6;text-transform:uppercase;letter-spacing:.04em;line-height:1.35}.sp-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.sp-testimonial-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1rem 1.125rem;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.sp-testimonial-card:hover{transform:translateY(-3px);border-color:#667eea59;box-shadow:0 10px 20px #00000040}.sp-testimonial-card__rating{display:flex;gap:.15rem;margin-bottom:.75rem}.sp-star{color:#fff3;font-size:var(--font-size-sm)}.sp-star--filled{color:#fbbf24}.sp-testimonial-card blockquote p{flex:1;font-size:var(--font-size-base);color:#c5cdd9;margin:0;line-height:1.65}.sp-testimonial-card footer{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.sp-testimonial-card footer cite{font-style:normal}.sp-testimonial-card footer cite strong{display:block;font-size:var(--font-size-base);color:#fff}.sp-testimonial-card footer cite span{font-size:var(--font-size-sm);color:#8892a4}.sp-stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;list-style:none;margin:0;padding:0}.sp-story-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.sp-story-card:hover{transform:translateY(-4px);border-color:#6f4bff66;box-shadow:0 12px 24px #0000004d}.sp-story-card__header{display:flex;align-items:flex-start;gap:.625rem}.sp-story-card__icon{font-size:1.5rem;line-height:1;flex-shrink:0}.sp-story-card__header h3{font-size:var(--font-size-lg);font-weight:600;color:#fff;margin:0;line-height:1.35}.sp-story-card__summary{font-size:var(--font-size-base);color:#aab3c6;margin:0;line-height:1.6;flex:1}.sp-story-card__outcome{display:flex;flex-direction:column;gap:.2rem;padding:.625rem .75rem;border-radius:var(--radius-md);background:linear-gradient(135deg,#6f4bff26,#ff3bbf1a);border:1px solid rgba(111,75,255,.25)}.sp-story-card__outcome-label{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.06em;color:#8892a4}.sp-story-card__outcome strong{font-size:var(--font-size-lg);font-weight:700;color:#fff}.sp-story-card__footer cite{font-style:normal}.sp-story-card__footer cite strong{display:block;font-size:var(--font-size-base);color:#fff}.sp-story-card__footer cite span{font-size:var(--font-size-sm);color:#8892a4}@media (max-width: 768px){.sp-counters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.sp-counter__value{font-size:var(--font-size-2xl)}.sp-counter__label{font-size:var(--font-size-xs)}}.blog-page{width:100%}.blog-preview-banner{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin:1rem auto 0;padding:.875rem 1rem;border-radius:.75rem;border:1px solid rgba(251,191,36,.35);background:#fbbf241f;color:#92400e;max-width:48rem}.blog-preview-banner strong{font-weight:700}.blog-hero .mkt-hero__content,.blog-hero__content{max-width:42rem;margin:0 auto;text-align:center}.blog-section{padding-top:0}.blog-layout{display:grid;grid-template-columns:minmax(0,15rem) minmax(0,1fr);gap:2rem;align-items:start}.blog-main{min-width:0}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:6rem}.blog-sidebar__block h2{margin:0 0 .75rem;font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.04em;color:#c4b5fd}.blog-sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.blog-sidebar a{color:#dfe3f0;text-decoration:none;font-size:var(--font-size-sm)}.blog-sidebar a:hover{color:#c4b5fd}.blog-search{display:flex;gap:.75rem;max-width:100%;margin-top:.5rem}.blog-search input{flex:1;min-width:0;padding:.75rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#fff;font-size:var(--font-size-base)}.blog-search input::placeholder{color:#8b93a7}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:1.5rem}.blog-grid--3{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}.blog-tags,.blog-article__tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-tag{display:inline-flex;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#c4b5fd;text-decoration:none;font-size:var(--font-size-sm);transition:border-color .2s,background .2s}.blog-tag:hover{border-color:#c4b5fd73;background:#6f4bff26}.blog-search .btn{flex-shrink:0;white-space:nowrap}.blog-load-more{display:flex;justify-content:center;margin-top:2.5rem}.blog-state{display:flex;justify-content:center;align-items:center;min-height:12rem;text-align:center}.blog-state--error p,.blog-empty{color:#aab3c6;font-size:var(--font-size-lg);margin:0}.blog-breadcrumbs{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;margin-bottom:1rem;font-size:var(--font-size-sm);color:#8b93a7}.blog-breadcrumbs a{color:#c4b5fd;text-decoration:none}.blog-breadcrumbs a:hover{text-decoration:underline}.blog-page--detail{width:100%;overflow-x:clip}.blog-page--detail .blog-article{padding-top:clamp(4.5rem,3.5rem + 3vw,5.5rem);padding-bottom:2rem}.blog-page--detail .blog-article__container{width:100%;max-width:none;margin:0;padding-inline:clamp(1rem,3vw,2rem);box-sizing:border-box}.blog-page--detail .blog-article__container--header{margin-bottom:1.5rem}.blog-page--detail .blog-article__container--footer{margin-top:1.5rem}.blog-page--detail .blog-article__intro,.blog-page--detail .blog-article__header,.blog-page--detail .blog-article__layout,.blog-page--detail .blog-article__content{width:100%;max-width:none;min-width:0;box-sizing:border-box}.blog-page--detail .blog-article__intro{margin-bottom:0}.blog-page--detail .blog-article__header{margin-bottom:1rem;text-align:left}.blog-page--detail .blog-breadcrumbs{justify-content:flex-start;gap:.35rem .5rem;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.blog-page--detail .blog-breadcrumbs__current{color:#aab3c6}.blog-page--detail .blog-breadcrumbs__sep{flex-shrink:0;color:#6b7280}.blog-page--detail .blog-article__title{margin:0 0 1rem;font-size:clamp(1.75rem,1.25rem + 2vw,2.75rem);line-height:1.3;letter-spacing:normal;font-weight:700;color:#fff;background:none;-webkit-text-fill-color:currentColor;text-align:left;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.blog-page--detail .blog-article__excerpt{margin:0 0 1rem;color:#aab3c6;font-size:var(--font-size-lg);line-height:1.65;text-align:left;word-break:break-word;overflow-wrap:anywhere}.blog-page--detail .blog-article__meta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem;margin-bottom:1rem}.blog-page--detail .blog-article__meta{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem 1.25rem;margin-bottom:0;color:#8b93a7;font-size:var(--font-size-sm)}.blog-page--detail .blog-article__header app-blog-share,.blog-page--detail .blog-article__meta-row app-blog-share{display:flex;flex-shrink:0;margin-left:auto}.blog-page--detail .blog-article__meta-row .blog-share{flex-wrap:nowrap}.blog-page--detail .blog-article__meta-row .blog-share__label{display:none}.blog-page--detail .blog-article__header .blog-article__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;margin-bottom:.75rem}.blog-page--detail .blog-article__hero-image{width:100%;margin-top:0;overflow:hidden;border-radius:.75rem}.blog-page--detail .blog-article__sidebar .blog-article__hero-image{margin-top:1.25rem}.blog-page--detail .blog-article__sidebar .blog-article__hero-image:first-child{margin-top:0}.blog-page--detail .blog-article__hero-image img{width:100%;max-width:100%;max-height:none;aspect-ratio:4/3;object-fit:cover;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);display:block}.blog-page--detail .blog-article__content-panel{width:100%;max-width:none;margin:0;overflow:hidden;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;background:#ffffff05;padding:clamp(1.25rem,3vw,2.5rem) clamp(1rem,3vw,2rem);box-sizing:border-box}.blog-page--detail .blog-article__layout{display:block;width:100%;max-width:none}@media (min-width: 1024px){.blog-page--detail .blog-article__layout--with-sidebar{display:grid;grid-template-columns:minmax(10rem,14rem) minmax(0,1fr);gap:clamp(1.25rem,2vw,2rem);align-items:start}}.blog-page--detail .blog-article__sidebar{margin-bottom:1.25rem;min-width:0;max-width:100%}@media (min-width: 1024px){.blog-page--detail .blog-article__layout--with-sidebar .blog-article__sidebar{position:sticky;top:6rem;margin-bottom:0}.blog-page--detail .blog-article__sidebar .blog-toc{position:static;top:auto}}.blog-page--detail .blog-article__content{color:#dfe3f0;line-height:1.75;font-size:1.0625rem;text-align:left;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;overflow-x:auto}.blog-page--detail .blog-article__content :is(h2,h3,h4){color:#fff;margin-top:1.75rem;margin-bottom:.75rem;scroll-margin-top:6rem;line-height:1.35;word-break:break-word;overflow-wrap:anywhere}.blog-page--detail .blog-article__content :is(p,ul,ol,blockquote,pre,div,span,li){max-width:100%;overflow-wrap:break-word;word-break:break-word}.blog-page--detail .blog-article__content :is(p,ul,ol,blockquote,pre){margin-bottom:1rem}.blog-page--detail .blog-article__content li{margin-bottom:.35rem}.blog-page--detail .blog-article__content blockquote{margin-left:0;padding-left:1rem;border-left:3px solid rgba(196,181,253,.45);color:#c4cfe0}.blog-page--detail .blog-article__content a{color:#c4b5fd;overflow-wrap:anywhere;word-break:break-word}.blog-page--detail .blog-article__content img,.blog-page--detail .blog-article__content video,.blog-page--detail .blog-article__content iframe{max-width:100%!important;width:100%;height:auto;border-radius:.5rem;display:block}.blog-page--detail .blog-article__content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse}.blog-page--detail .blog-article__content pre{overflow-x:auto;max-width:100%;padding:1rem;border-radius:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);white-space:pre-wrap;word-break:break-word}.blog-page--detail .blog-article__content .ql-editor{padding:0!important;overflow:visible;height:auto!important;min-height:0!important}.blog-page--detail .blog-article__content :is(.ql-indent-1,.ql-indent-2,.ql-indent-3,.ql-indent-4,.ql-indent-5,.ql-indent-6,.ql-indent-7,.ql-indent-8,.ql-indent-9){padding-left:0!important;margin-left:0!important;text-indent:0!important}.blog-page--detail .blog-article__content li.ql-indent-1,.blog-page--detail .blog-article__content p.ql-indent-1{padding-left:1.25rem!important}.blog-page--detail .blog-article__content li.ql-indent-2,.blog-page--detail .blog-article__content p.ql-indent-2{padding-left:2rem!important}.blog-page--detail .blog-article__content li.ql-indent-3,.blog-page--detail .blog-article__content p.ql-indent-3{padding-left:2.75rem!important}.blog-page--detail .blog-toc{max-width:100%;overflow:hidden}.blog-page--detail .blog-toc__list a{overflow-wrap:anywhere;word-break:break-word}.blog-related{padding-bottom:4rem}.blog-related h2{margin:0 0 1.5rem;text-align:center;color:#fff;font-size:var(--font-size-2xl)}.blog-error-page{text-align:center;padding:4rem 1rem;color:#aab3c6}.blog-error-page h1{color:#fff;margin-bottom:.75rem}.blog-error-page a{color:#c4b5fd}@media (max-width: 900px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}}
