@charset "UTF-8";.playbook-card{--playbook-recommended-bg: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--playbook-recommended-shadow: 0 2px 4px rgba(59, 130, 246, .3);--playbook-recommended-hover-shadow: 0 4px 8px rgba(59, 130, 246, .4);--playbook-loading-bg: rgba(229, 231, 235, .95);--playbook-loading-backdrop: blur(4px);--playbook-category-bg: rgba(255, 255, 255, .95);--playbook-category-border: rgba(229, 231, 235, .8);--playbook-category-text: #374151;--playbook-category-shadow: 0 1px 3px rgba(0, 0, 0, .1);--playbook-image-error-bg: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);--playbook-transition-duration: .2s;--playbook-transition-easing: ease-in-out}.playbook-card .playbook-recommended-badge{background:var(--playbook-recommended-bg);box-shadow:var(--playbook-recommended-shadow);transition:all var(--playbook-transition-duration) var(--playbook-transition-easing)}.playbook-card .playbook-recommended-badge:hover{transform:translateY(-1px);box-shadow:var(--playbook-recommended-hover-shadow)}.playbook-card .playbook-category-badge{background:var(--playbook-category-bg);border:1px solid var(--playbook-category-border);color:var(--playbook-category-text);box-shadow:var(--playbook-category-shadow);transition:all var(--playbook-transition-duration) var(--playbook-transition-easing)}.playbook-card .playbook-category-badge:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.playbook-card .playbook-loading-overlay{background:var(--playbook-loading-bg);backdrop-filter:var(--playbook-loading-backdrop);-webkit-backdrop-filter:var(--playbook-loading-backdrop)}.playbook-card .playbook-image--loading{opacity:0;transition:opacity var(--playbook-transition-duration) var(--playbook-transition-easing)}.playbook-card .playbook-image--loaded{opacity:1;transition:opacity var(--playbook-transition-duration) var(--playbook-transition-easing)}.playbook-card .playbook-image--error{background:var(--playbook-image-error-bg)}@media (prefers-reduced-motion: reduce){.playbook-card{--playbook-transition-duration: 0s}.playbook-card .playbook-recommended-badge:hover,.playbook-card .playbook-category-badge:hover{transform:none}}.theme-dark .playbook-card{--playbook-loading-bg: rgba(55, 65, 81, .95);--playbook-category-bg: rgba(31, 41, 55, .95);--playbook-category-border: rgba(75, 85, 99, .8);--playbook-category-text: #f9fafb;--playbook-category-shadow: 0 1px 3px rgba(0, 0, 0, .3);--playbook-image-error-bg: linear-gradient(135deg, #374151 0%, #4b5563 100%)}.theme-high-contrast .playbook-card{--playbook-recommended-bg: #000000;--playbook-recommended-shadow: 0 2px 4px rgba(0, 0, 0, .8);--playbook-recommended-hover-shadow: 0 4px 8px rgba(0, 0, 0, .9);--playbook-category-bg: #ffffff;--playbook-category-border: #000000;--playbook-category-text: #000000;--playbook-category-shadow: 0 2px 4px rgba(0, 0, 0, .8);--playbook-loading-bg: rgba(255, 255, 255, .95);--playbook-image-error-bg: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%)}@media (prefers-color-scheme: dark){.playbook-card:not(.theme-light):not(.theme-dark):not(.theme-high-contrast){--playbook-loading-bg: rgba(55, 65, 81, .95);--playbook-category-bg: rgba(31, 41, 55, .95);--playbook-category-border: rgba(75, 85, 99, .8);--playbook-category-text: #f9fafb;--playbook-category-shadow: 0 1px 3px rgba(0, 0, 0, .3);--playbook-image-error-bg: linear-gradient(135deg, #374151 0%, #4b5563 100%)}}@media (prefers-contrast: more){.playbook-card:not(.theme-light):not(.theme-dark):not(.theme-high-contrast){--playbook-recommended-bg: #000000;--playbook-recommended-shadow: 0 2px 4px rgba(0, 0, 0, .8);--playbook-recommended-hover-shadow: 0 4px 8px rgba(0, 0, 0, .9);--playbook-category-bg: #ffffff;--playbook-category-border: #000000;--playbook-category-text: #000000;--playbook-category-shadow: 0 2px 4px rgba(0, 0, 0, .8);--playbook-loading-bg: rgba(255, 255, 255, .95);--playbook-image-error-bg: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%)}}.playbook-list-item{--playbook-list-category-bg: rgba(0, 0, 0, .85);--playbook-list-category-border: rgba(0, 0, 0, .9);--playbook-list-category-text: #ffffff;--playbook-list-category-shadow: 0 1px 3px rgba(0, 0, 0, .3);--playbook-list-transition-duration: .2s;--playbook-list-transition-easing: ease-in-out}.playbook-list-item .playbook-list-category-badge{background:var(--playbook-list-category-bg);border:1px solid var(--playbook-list-category-border);color:var(--playbook-list-category-text);box-shadow:var(--playbook-list-category-shadow);transition:all var(--playbook-list-transition-duration) var(--playbook-list-transition-easing)}.playbook-list-item .playbook-list-category-badge:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0006}@media (prefers-reduced-motion: reduce){.playbook-list-item{--playbook-list-transition-duration: 0s}.playbook-list-item .playbook-list-category-badge:hover{transform:none}}.theme-dark .playbook-list-item{--playbook-list-category-bg: rgba(255, 255, 255, .95);--playbook-list-category-border: rgba(229, 231, 235, .8);--playbook-list-category-text: #374151;--playbook-list-category-shadow: 0 1px 3px rgba(0, 0, 0, .3)}.theme-high-contrast .playbook-list-item{--playbook-list-category-bg: #ffffff;--playbook-list-category-border: #000000;--playbook-list-category-text: #000000;--playbook-list-category-shadow: 0 2px 4px rgba(0, 0, 0, .8)}@media (prefers-color-scheme: dark){.playbook-list-item:not(.theme-light):not(.theme-dark):not(.theme-high-contrast){--playbook-list-category-bg: rgba(255, 255, 255, .95);--playbook-list-category-border: rgba(229, 231, 235, .8);--playbook-list-category-text: #374151;--playbook-list-category-shadow: 0 1px 3px rgba(0, 0, 0, .3)}}@media (prefers-contrast: more){.playbook-list-item:not(.theme-light):not(.theme-dark):not(.theme-high-contrast){--playbook-list-category-bg: #ffffff;--playbook-list-category-border: #000000;--playbook-list-category-text: #000000;--playbook-list-category-shadow: 0 2px 4px rgba(0, 0, 0, .8)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;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}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-14{left:3.5rem}.left-16{left:4rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-8{left:2rem}.right-0{right:0}.right-16{right:4rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-8{right:2rem}.top-0{top:0}.top-1\/2{top:50%}.top-12{top:3rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.m-0{margin:0}.m-4{margin:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-mb-px{margin-bottom:-1px}.-mt-1{margin-top:-.25rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-11{margin-left:2.75rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[60px\]{height:60px}.h-\[700px\]{height:700px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-20{max-height:5rem}.max-h-32{max-height:8rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-\[600px\]{max-height:600px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-80px\)\]{max-height:calc(90vh - 80px)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[200px\]{min-height:200px}.min-h-\[240px\]{min-height:240px}.min-h-\[400px\]{min-height:400px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[30px\]{min-width:30px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-40{max-width:10rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[80\%\]{max-width:80%}.max-w-\[calc\(100\%-140px\)\]{max-width:calc(100% - 140px)}.max-w-\[calc\(100\%-24px\)\]{max-width:calc(100% - 24px)}.max-w-\[calc\(100\%-6rem\)\]{max-width:calc(100% - 6rem)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-y-2{row-gap:.5rem}.space-x-0\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.125rem * var(--tw-space-x-reverse));margin-left:calc(.125rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-4{border-right-width:4px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-b-gray-900{--tw-border-opacity: 1;border-bottom-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-l-green-500{--tw-border-opacity: 1;border-left-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-t-gray-900{--tw-border-opacity: 1;border-top-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-100\/70{background-color:#dbeafeb3}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/70{background-color:#eff6ffb3}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/30{background-color:#f9fafb4d}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-100\/70{background-color:#dcfce7b3}.bg-green-100\/95{background-color:#dcfce7f2}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-50\/70{background-color:#f0fdf4b3}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-indigo-700{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-100\/70{background-color:#ffedd5b3}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-50\/70{background-color:#fff7edb3}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-100\/70{background-color:#f3e8ffb3}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-50\/30{background-color:#faf5ff4d}.bg-purple-50\/70{background-color:#faf5ffb3}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-purple-600\/95{background-color:#9333eaf2}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50\/70{--tw-gradient-from: rgb(239 246 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-400{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900{--tw-gradient-from: #312e81 var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100{--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-100\/70{--tw-gradient-from: rgb(243 232 255 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50\/30{--tw-gradient-from: rgb(250 245 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-50{--tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-500{--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-50{--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-900{--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-100\/70{--tw-gradient-to: rgb(219 234 254 / .7) var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-pink-900{--tw-gradient-to: #831843 var(--tw-gradient-to-position)}.to-purple-100\/20{--tw-gradient-to: rgb(243 232 255 / .2) var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-50\/70{--tw-gradient-to: rgb(250 245 255 / .7) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.fill-yellow-500{fill:#eab308}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-indigo-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1))}.ring-opacity-50{--tw-ring-opacity: .5}.ring-offset-2{--tw-ring-offset-width: 2px}.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)!important}.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)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f3f2f1;--color-bg-tertiary: #faf9f8;--color-bg-hover: #f3f2f1;--color-bg-active: #edebe9;--color-bg-selected: #deecf9;--color-bg-accent: #0078d4;--color-bg-accent-hover: #106ebe;--color-bg-accent-active: #005a9e;--color-text-primary: #323130;--color-text-secondary: #605e5c;--color-text-tertiary: #8a8886;--color-text-disabled: #a19f9d;--color-text-accent: #0078d4;--color-text-accent-hover: #106ebe;--color-text-on-accent: #ffffff;--color-text-error: #a4262c;--color-text-success: #107c10;--color-text-warning: #797673;--color-border-primary: #edebe9;--color-border-secondary: #e1dfdd;--color-border-tertiary: #c8c6c4;--color-border-accent: #0078d4;--color-border-error: #a4262c;--color-border-success: #107c10;--color-badge-tag-bg: #deecf9;--color-badge-tag-text: #003a6b;--color-badge-tag-hover: #c7e0f4;--color-badge-purpose-bg: #dff6dd;--color-badge-purpose-text: #004b1c;--color-badge-purpose-hover: #c1e8c1;--color-shadow: rgba(0, 0, 0, .132);--color-shadow-subtle: rgba(0, 0, 0, .064);--color-focus-outline: #005a9e}.theme-dark{--color-bg-primary: #1e1e1e;--color-bg-secondary: #2d2d30;--color-bg-tertiary: #252526;--color-bg-hover: #2d2d30;--color-bg-active: #37373d;--color-bg-selected: #094771;--color-bg-accent: #0078d4;--color-bg-accent-hover: #1890f1;--color-bg-accent-active: #3aa0f3;--color-text-primary: #ffffff;--color-text-secondary: #cccccc;--color-text-tertiary: #969696;--color-text-disabled: #656565;--color-text-accent: #4cc2ff;--color-text-accent-hover: #1890f1;--color-text-on-accent: #000000;--color-text-error: #f48771;--color-text-success: #89d185;--color-text-warning: #ffcc02;--color-border-primary: #37373d;--color-border-secondary: #464647;--color-border-tertiary: #5a5a5a;--color-border-accent: #4cc2ff;--color-border-error: #f48771;--color-border-success: #89d185;--color-badge-tag-bg: #1e3a5f;--color-badge-tag-text: #9cc9ff;--color-badge-tag-hover: #2d4a70;--color-badge-purpose-bg: #1e4a2a;--color-badge-purpose-text: #a3d9a5;--color-badge-purpose-hover: #2d5a35;--color-shadow: rgba(0, 0, 0, .56);--color-shadow-subtle: rgba(0, 0, 0, .28);--color-focus-outline: #4cc2ff}.theme-high-contrast{--color-bg-primary: #000000;--color-bg-secondary: #000000;--color-bg-tertiary: #000000;--color-bg-hover: #1aebff;--color-bg-active: #1aebff;--color-bg-selected: #1aebff;--color-bg-accent: #1aebff;--color-bg-accent-hover: #ffffff;--color-bg-accent-active: #ffffff;--color-text-primary: #ffffff;--color-text-secondary: #ffffff;--color-text-tertiary: #cccccc;--color-text-disabled: #3ff23f;--color-text-accent: #000000;--color-text-accent-hover: #000000;--color-text-on-accent: #000000;--color-text-error: #ff4343;--color-text-success: #3ff23f;--color-text-warning: #ffff54;--color-border-primary: #444444;--color-border-secondary: #666666;--color-border-tertiary: #888888;--color-border-accent: #1aebff;--color-border-error: #ff4343;--color-border-success: #3ff23f;--color-badge-tag-bg: #1aebff;--color-badge-tag-text: #000000;--color-badge-tag-hover: #ffffff;--color-badge-purpose-bg: #3ff23f;--color-badge-purpose-text: #000000;--color-badge-purpose-hover: #ffffff;--color-shadow: rgba(255, 255, 255, .3);--color-shadow-subtle: rgba(255, 255, 255, .15);--color-focus-outline: #1aebff}.bg-theme-primary{background-color:var(--color-bg-primary)}.bg-theme-secondary{background-color:var(--color-bg-secondary)}.bg-theme-tertiary{background-color:var(--color-bg-tertiary)}.bg-theme-hover{background-color:var(--color-bg-hover)}.bg-theme-active{background-color:var(--color-bg-active)}.bg-theme-selected{background-color:var(--color-bg-selected)}.bg-theme-accent{background-color:var(--color-bg-accent)}.text-theme-primary{color:var(--color-text-primary)}.text-theme-secondary{color:var(--color-text-secondary)}.text-theme-tertiary{color:var(--color-text-tertiary)}.text-theme-disabled{color:var(--color-text-disabled)}.text-theme-accent{color:var(--color-text-accent)}.text-theme-on-accent{color:var(--color-text-on-accent)}.text-theme-error{color:var(--color-text-error)}.text-theme-success{color:var(--color-text-success)}.text-theme-warning{color:var(--color-text-warning)}.border-theme-primary{border-color:var(--color-border-primary)}.border-theme-secondary{border-color:var(--color-border-secondary)}.border-theme-tertiary{border-color:var(--color-border-tertiary)}.border-theme-accent{border-color:var(--color-border-accent)}.border-theme-error{border-color:var(--color-border-error)}.border-theme-success{border-color:var(--color-border-success)}.bg-badge-tag{background-color:var(--color-badge-tag-bg)}.text-badge-tag{color:var(--color-badge-tag-text)}.hover\:bg-badge-tag-hover:hover{background-color:var(--color-badge-tag-hover)}.bg-badge-purpose{background-color:var(--color-badge-purpose-bg)}.text-badge-purpose{color:var(--color-badge-purpose-text)}.hover\:bg-badge-purpose-hover:hover{background-color:var(--color-badge-purpose-hover)}.shadow-theme{box-shadow:0 2px 8px var(--color-shadow)}.shadow-theme-subtle{box-shadow:0 1px 4px var(--color-shadow-subtle)}.hover\:bg-theme-hover:hover{background-color:var(--color-bg-hover)}.hover\:text-theme-primary:hover{color:var(--color-text-primary)}.hover\:text-theme-secondary:hover{color:var(--color-text-secondary)}.hover\:text-theme-accent:hover{color:var(--color-text-accent)}.focus-theme:focus{outline:2px solid var(--color-focus-outline);outline-offset:2px}.theme-high-contrast button,.theme-high-contrast input,.theme-high-contrast select,.theme-high-contrast textarea{border-width:1px!important;border-style:solid!important}.theme-high-contrast button:focus,.theme-high-contrast input:focus,.theme-high-contrast select:focus,.theme-high-contrast textarea:focus{outline:3px solid var(--color-focus-outline)!important;outline-offset:2px!important}.theme-high-contrast button:hover,.theme-high-contrast .hover\:bg-gray-50:hover,.theme-high-contrast .hover\:bg-blue-50:hover,.theme-high-contrast .hover\:bg-gray-100:hover{background-color:var(--color-bg-hover)!important;color:var(--color-text-accent)!important}.theme-dark .bg-white,.theme-high-contrast .bg-white{background-color:var(--color-bg-primary)!important}.theme-dark .bg-gray-50,.theme-high-contrast .bg-gray-50{background-color:var(--color-bg-secondary)!important}.theme-dark .bg-gray-100,.theme-high-contrast .bg-gray-100{background-color:var(--color-bg-tertiary)!important}.theme-dark .text-gray-900,.theme-high-contrast .text-gray-900,.theme-dark .text-gray-700,.theme-high-contrast .text-gray-700,.theme-dark .text-gray-800,.theme-high-contrast .text-gray-800{color:var(--color-text-primary)!important}.theme-dark .text-gray-600,.theme-high-contrast .text-gray-600{color:var(--color-text-secondary)!important}.theme-dark .text-gray-500,.theme-high-contrast .text-gray-500{color:var(--color-text-tertiary)!important}.theme-dark .text-gray-400,.theme-high-contrast .text-gray-400,.theme-dark .text-gray-300,.theme-high-contrast .text-gray-300{color:var(--color-text-disabled)!important}.text-white,.theme-dark .text-white,.theme-high-contrast .text-white{color:#fff!important}.theme-dark .border-gray-200,.theme-high-contrast .border-gray-200{border-color:var(--color-border-secondary)!important}.theme-dark .border-gray-100,.theme-high-contrast .border-gray-100{border-color:var(--color-border-primary)!important}.theme-dark .shadow-sm,.theme-high-contrast .shadow-sm{box-shadow:0 1px 4px var(--color-shadow-subtle)!important}.theme-dark .shadow-lg,.theme-high-contrast .shadow-lg{box-shadow:0 2px 8px var(--color-shadow)!important}.theme-dark .hover\:bg-gray-50:hover,.theme-high-contrast .hover\:bg-gray-50:hover{background-color:var(--color-bg-hover)!important}.theme-dark .hover\:text-gray-900:hover,.theme-high-contrast .hover\:text-gray-900:hover{color:var(--color-text-primary)!important}.theme-dark .hover\:text-blue-600:hover,.theme-high-contrast .hover\:text-blue-600:hover{color:var(--color-text-accent)!important}.theme-dark .hover\:bg-purple-50:hover{background-color:#6b21a8!important}.theme-dark .hover\:bg-blue-50:hover{background-color:#1e40af!important}.theme-dark .hover\:bg-green-50:hover{background-color:#166534!important}.theme-dark .hover\:bg-red-50:hover{background-color:#991b1b!important}.theme-high-contrast .hover\:bg-white:hover,.theme-high-contrast .hover\:bg-yellow-600:hover{background-color:var(--color-bg-hover)!important}.theme-high-contrast .hover\:text-yellow-500:hover{color:var(--color-text-accent)!important}.theme-dark .bg-white\/90,.theme-high-contrast .bg-white\/90{background-color:rgba(var(--color-bg-primary-rgb, 30, 30, 48),.95)!important}.theme-dark .text-gray-700,.theme-high-contrast .text-gray-700{color:var(--color-text-primary)!important}.theme-dark .bg-white\/90.backdrop-blur-sm,.theme-high-contrast .bg-white\/90.backdrop-blur-sm{background-color:var(--color-bg-primary)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;border:1px solid var(--color-border-secondary)!important}:root{--color-bg-primary-rgb: 255, 255, 255;--color-bg-secondary-rgb: 243, 242, 241;--color-border-primary-rgb: 204, 204, 204}.theme-dark{--color-bg-primary-rgb: 30, 30, 30;--color-bg-secondary-rgb: 45, 45, 48;--color-border-primary-rgb: 102, 102, 102}.theme-high-contrast{--color-bg-primary-rgb: 0, 0, 0;--color-bg-secondary-rgb: 0, 0, 0;--color-border-primary-rgb: 255, 255, 255}@media (forced-colors: active){.theme-high-contrast{forced-color-adjust:none}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}span[data-testid=playbook-type-badge].bg-black\/75{background-color:#000000f2!important;color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,1)!important;font-weight:700!important;border-color:#ffffff80!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.theme-dark span[data-testid=playbook-type-badge].bg-black\/75{background-color:#fffffff2!important;color:#000!important;text-shadow:0 1px 2px rgba(255,255,255,.5)!important;font-weight:700!important;border-color:#0006!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.theme-high-contrast span[data-testid=playbook-type-badge].bg-black\/75{background-color:#fff!important;color:#000!important;text-shadow:none!important;font-weight:800!important;border-color:#000!important;border-width:3px!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}[data-testid=playbook-type-badge]{background-color:#000000f2!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.8)!important;font-weight:600!important;border-color:#fff6!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.theme-dark [data-testid=playbook-type-badge]{background-color:#fffffff2!important;color:#000!important;text-shadow:0 1px 2px rgba(255,255,255,.5)!important;font-weight:600!important;border-color:#0000004d!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.theme-high-contrast [data-testid=playbook-type-badge]{background-color:#fff!important;color:#000!important;text-shadow:none!important;font-weight:700!important;border-color:#000!important;border-width:2px!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.theme-dark .bg-gradient-to-r.from-blue-50.to-purple-50{background:linear-gradient(to right,var(--color-bg-secondary),var(--color-bg-tertiary))!important}.theme-high-contrast .bg-gradient-to-r.from-blue-50.to-purple-50{background:var(--color-bg-primary)!important;border-color:var(--color-border-primary)!important}.theme-dark .bg-blue-50,.theme-dark .bg-green-50,.theme-dark .bg-purple-50{background-color:var(--color-bg-secondary)!important}.theme-dark .border-blue-200,.theme-dark .border-green-200,.theme-dark .border-purple-200{border-color:var(--color-border-secondary)!important}.theme-high-contrast .bg-blue-50,.theme-high-contrast .bg-green-50,.theme-high-contrast .bg-purple-50{background-color:var(--color-bg-primary)!important}.theme-high-contrast .border-blue-200,.theme-high-contrast .border-green-200,.theme-high-contrast .border-purple-200{border-color:var(--color-border-primary)!important;border-width:2px!important}.theme-dark .text-blue-700{color:var(--color-text-accent)!important}.theme-high-contrast .text-blue-700{color:var(--color-text-primary)!important}.theme-dark .text-blue-600{color:var(--color-text-accent)!important}.theme-high-contrast .text-blue-600{color:var(--color-text-primary)!important}.theme-dark .hover\:text-blue-700:hover{color:var(--color-text-accent)!important}.theme-high-contrast .hover\:text-blue-700:hover{color:var(--color-text-primary)!important}.theme-dark .hover\:text-blue-600:hover{color:var(--color-text-accent)!important}.theme-high-contrast .hover\:text-blue-600:hover{color:var(--color-text-primary)!important}.theme-dark .bg-white\/70{background-color:rgba(var(--color-bg-secondary-rgb),.9)!important;border:1px solid rgba(var(--color-border-primary-rgb, 204, 204, 204),.3)!important}.theme-high-contrast .bg-white\/70{background-color:var(--color-bg-primary)!important;border:2px solid var(--color-border-primary)!important}.theme-dark .bg-white\/80{background-color:rgba(var(--color-bg-secondary-rgb),.95)!important}.theme-high-contrast .bg-white\/80{background-color:var(--color-bg-primary)!important}.tooltip-container{position:relative;display:inline-block;margin-left:4px}.tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;font-size:10px;font-weight:600;cursor:help;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;transition:all .2s ease-in-out;background-color:#6b7280;color:#fff}.tooltip-trigger:hover,.tooltip-trigger:focus{background-color:#4b5563;outline:2px solid #3b82f6;outline-offset:2px}.tooltip-content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:8px 12px;border-radius:6px;font-size:.875rem;line-height:1.25rem;white-space:nowrap;z-index:50;min-width:-moz-max-content;min-width:max-content;max-width:280px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;background-color:#1f2937;color:#fff;border:1px solid #374151}.tooltip-trigger:hover+.tooltip-content,.tooltip-trigger:focus+.tooltip-content{opacity:1;visibility:visible;pointer-events:auto}.tooltip-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1f2937}.theme-dark .tooltip-trigger{background-color:#60a5fa;color:#1e293b}.theme-dark .tooltip-trigger:hover,.theme-dark .tooltip-trigger:focus{background-color:#3b82f6;outline-color:#60a5fa}.theme-dark .tooltip-content{background-color:#374151;color:#f9fafb;border-color:#6b7280;box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0003}.theme-dark .tooltip-arrow{border-top-color:#374151}.theme-high-contrast .tooltip-trigger{background-color:#fff;color:#000;border:2px solid #000000}.theme-high-contrast .tooltip-trigger:hover,.theme-high-contrast .tooltip-trigger:focus{background-color:#1aebff;color:#000;border-color:#1aebff;outline:3px solid #ffffff}.theme-high-contrast .tooltip-content{background-color:#000;color:#fff;border:2px solid #ffffff;box-shadow:0 0 0 1px #fff}.theme-high-contrast .tooltip-arrow{border-top-color:#000}.theme-dark .bg-white\/95{background-color:#2d2d30f2!important}.theme-dark .border-gray-300{border-color:#464647!important}.theme-dark .text-gray-700{color:#ccc!important}.theme-dark .hover\:text-blue-600:hover{color:#4cc2ff!important}.theme-dark .hover\:bg-blue-50:hover{background-color:#4cc2ff1a!important}.theme-dark .hover\:text-green-600:hover{color:#89d185!important}.theme-dark .hover\:bg-green-50:hover{background-color:#89d1851a!important}.theme-dark .hover\:text-red-600:hover{color:#f48771!important}.theme-dark .hover\:bg-red-50:hover{background-color:#f487711a!important}.theme-dark .bg-gray-100{background-color:#37373d!important}.theme-dark .text-gray-400{color:#656565!important}.theme-dark .border-gray-200{border-color:#464647!important}.theme-high-contrast .bg-white\/95{background-color:#000!important}.theme-high-contrast .border-gray-300{border-color:#fff!important}.theme-high-contrast .text-gray-700{color:#fff!important}.theme-high-contrast .hover\:text-blue-600:hover{color:#1aebff!important}.theme-high-contrast .hover\:bg-blue-50:hover{background-color:#1aebff!important;color:#000!important}.theme-high-contrast .hover\:text-green-600:hover{color:#3ff23f!important}.theme-high-contrast .hover\:bg-green-50:hover{background-color:#3ff23f!important;color:#000!important}.theme-high-contrast .hover\:text-red-600:hover{color:#ff4343!important}.theme-high-contrast .hover\:bg-red-50:hover{background-color:#ff4343!important;color:#000!important}.theme-high-contrast .bg-gray-100{background-color:#000!important}.theme-high-contrast .text-gray-400{color:#3ff23f!important}.theme-high-contrast .border-gray-200{border-color:#666!important}input[type=range].slider{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:none!important;background:transparent!important;height:12px!important;width:100%!important;border-radius:6px!important;cursor:pointer;margin:12px 0;position:relative}input[type=range].slider::-webkit-slider-track{height:12px!important;border-radius:6px!important;background:linear-gradient(90deg,#e0e7ff,#c7d2fe,#a5b4fc)!important;border:none!important;box-shadow:inset 0 2px 4px #0000000f!important}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;height:24px!important;width:24px!important;border-radius:50%!important;background:linear-gradient(135deg,#4f46e5,#3730a3)!important;cursor:pointer!important;border:4px solid #ffffff!important;box-shadow:0 4px 12px #4f46e54d,0 2px 4px #0000001a!important;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;z-index:2}input[type=range].slider::-webkit-slider-thumb:hover{background:linear-gradient(135deg,#4338ca,#312e81)!important;transform:scale(1.2)!important;box-shadow:0 6px 20px #4f46e566,0 4px 8px #00000026!important}input[type=range].slider::-webkit-slider-thumb:active{background:linear-gradient(135deg,#3730a3,#1e1b4b)!important;transform:scale(1.25)!important;box-shadow:0 8px 25px #4f46e580,0 6px 12px #0003!important}input[type=range].slider-compact{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:none!important;background:transparent!important;height:6px!important;width:100%!important;border-radius:3px!important;cursor:pointer;margin:4px 0;position:relative}input[type=range].slider-compact::-webkit-slider-track{height:6px!important;border-radius:3px!important;background:linear-gradient(90deg,#e0e7ff,#c7d2fe,#a5b4fc)!important;border:none!important;box-shadow:inset 0 1px 2px #0000000f!important}input[type=range].slider-compact::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;height:18px!important;width:18px!important;border-radius:50%!important;background:linear-gradient(135deg,#4f46e5,#3730a3)!important;cursor:pointer!important;border:3px solid #ffffff!important;box-shadow:0 2px 8px #4f46e54d,0 1px 3px #0000001a!important;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1)!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;position:relative;z-index:2}input[type=range].slider-compact::-webkit-slider-thumb:hover{background:linear-gradient(135deg,#4338ca,#312e81)!important;transform:scale(1.15)!important;box-shadow:0 4px 12px #4f46e566,0 2px 6px #00000026!important}input[type=range].slider-compact::-webkit-slider-thumb:active{background:linear-gradient(135deg,#3730a3,#1e1b4b)!important;transform:scale(1.2)!important;box-shadow:0 6px 16px #4f46e580,0 4px 8px #0003!important}input[type=range].slider::-moz-range-track{height:12px!important;border-radius:6px!important;background:linear-gradient(90deg,#e0e7ff,#c7d2fe,#a5b4fc)!important;border:none!important;box-shadow:inset 0 2px 4px #0000000f!important}input[type=range].slider::-moz-range-thumb{height:24px!important;width:24px!important;border-radius:50%!important;background:linear-gradient(135deg,#4f46e5,#3730a3)!important;cursor:pointer!important;border:4px solid #ffffff!important;box-shadow:0 4px 12px #4f46e54d,0 2px 4px #0000001a!important;-moz-transition:all .3s cubic-bezier(.4,0,.2,1)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}input[type=range].slider::-moz-range-thumb:hover{background:linear-gradient(135deg,#4338ca,#312e81)!important;transform:scale(1.2)!important;box-shadow:0 6px 20px #4f46e566,0 4px 8px #00000026!important}input[type=range].slider::-moz-range-thumb:active{background:linear-gradient(135deg,#3730a3,#1e1b4b)!important;transform:scale(1.25)!important;box-shadow:0 8px 25px #4f46e580,0 6px 12px #0003!important}input[type=range].slider-compact::-moz-range-track{height:6px!important;border-radius:3px!important;background:linear-gradient(90deg,#e0e7ff,#c7d2fe,#a5b4fc)!important;border:none!important;box-shadow:inset 0 1px 2px #0000000f!important}input[type=range].slider-compact::-moz-range-thumb{height:18px!important;width:18px!important;border-radius:50%!important;background:linear-gradient(135deg,#4f46e5,#3730a3)!important;cursor:pointer!important;border:3px solid #ffffff!important;box-shadow:0 2px 8px #4f46e54d,0 1px 3px #0000001a!important;-moz-transition:all .2s cubic-bezier(.4,0,.2,1)!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}input[type=range].slider-compact::-moz-range-thumb:hover{background:linear-gradient(135deg,#4338ca,#312e81)!important;transform:scale(1.15)!important;box-shadow:0 4px 12px #4f46e566,0 2px 6px #00000026!important}input[type=range].slider-compact::-moz-range-thumb:active{background:linear-gradient(135deg,#3730a3,#1e1b4b)!important;transform:scale(1.2)!important;box-shadow:0 6px 16px #4f46e580,0 4px 8px #0003!important}input[type=range].slider-pencil{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:none!important;background:transparent!important;height:4px!important;width:100%!important;border-radius:2px!important;cursor:pointer;margin:2px 0;position:relative}input[type=range].slider-pencil::-webkit-slider-track{height:4px!important;border-radius:2px!important;background:linear-gradient(90deg,#e0e7ff,#c7d2fe,#a5b4fc)!important;border:none!important;box-shadow:inset 0 1px 2px #0000000d!important}input[type=range].slider-pencil::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;height:16px!important;width:16px!important;border-radius:50%!important;background:linear-gradient(135deg,#4f46e5,#3730a3)!important;cursor:pointer!important;border:2px solid #ffffff!important;box-shadow:0 2px 6px #4f46e54d,0 1px 2px #0000001a!important;-webkit-transition:all .2s ease!important;transition:all .2s ease!important;position:relative;z-index:2}input[type=range].slider-pencil::-webkit-slider-thumb:hover{background:linear-gradient(135deg,#4338ca,#312e81)!important;transform:scale(1.1)!important;box-shadow:0 3px 8px #4f46e566,0 2px 4px #00000026!important}input[type=range].slider-pencil::-webkit-slider-thumb:active{background:linear-gradient(135deg,#3730a3,#1e1b4b)!important;transform:scale(1.15)!important;box-shadow:0 4px 10px #4f46e580,0 3px 6px #0003!important}input[type=range].slider-pencil::-moz-range-track{height:4px!important;border-radius:2px!important;background:linear-gradient(90deg,#e0e7ff,#c7d2fe,#a5b4fc)!important;border:none!important;box-shadow:inset 0 1px 2px #0000000d!important}input[type=range].slider-pencil::-moz-range-thumb{height:16px!important;width:16px!important;border-radius:50%!important;background:linear-gradient(135deg,#4f46e5,#3730a3)!important;cursor:pointer!important;border:2px solid #ffffff!important;box-shadow:0 2px 6px #4f46e54d,0 1px 2px #0000001a!important;-moz-transition:all .2s ease!important;transition:all .2s ease!important}input[type=range].slider-pencil::-moz-range-thumb:hover{background:linear-gradient(135deg,#4338ca,#312e81)!important;transform:scale(1.1)!important;box-shadow:0 3px 8px #4f46e566,0 2px 4px #00000026!important}input[type=range].slider-pencil::-moz-range-thumb:active{background:linear-gradient(135deg,#3730a3,#1e1b4b)!important;transform:scale(1.15)!important;box-shadow:0 4px 10px #4f46e580,0 3px 6px #0003!important}input[type=range].slider-inline{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:none!important;background:transparent!important;height:4px!important;width:80px!important;border-radius:2px!important;cursor:pointer;margin:0;position:relative}input[type=range].slider-inline::-webkit-slider-track{height:4px!important;border-radius:2px!important;background:#4f46e5!important;border:none!important}input[type=range].slider-inline::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;height:14px!important;width:14px!important;border-radius:50%!important;background:#fff!important;cursor:pointer!important;border:2px solid #4f46e5!important;box-shadow:0 1px 3px #0003!important;-webkit-transition:all .2s ease!important;transition:all .2s ease!important;position:relative;z-index:2}input[type=range].slider-inline::-webkit-slider-thumb:hover{background:#f8fafc!important;transform:scale(1.1)!important;box-shadow:0 2px 6px #0000004d!important}input[type=range].slider-inline::-webkit-slider-thumb:active{background:#e2e8f0!important;transform:scale(1.15)!important;box-shadow:0 3px 8px #0006!important}input[type=range].slider-inline::-moz-range-track{height:4px!important;border-radius:2px!important;background:#4f46e5!important;border:none!important}input[type=range].slider-inline::-moz-range-thumb{height:14px!important;width:14px!important;border-radius:50%!important;background:#fff!important;cursor:pointer!important;border:2px solid #4f46e5!important;box-shadow:0 1px 3px #0003!important;-moz-transition:all .2s ease!important;transition:all .2s ease!important}input[type=range].slider-inline::-moz-range-thumb:hover{background:#f8fafc!important;transform:scale(1.1)!important;box-shadow:0 2px 6px #0000004d!important}input[type=range].slider-inline::-moz-range-thumb:active{background:#e2e8f0!important;transform:scale(1.15)!important;box-shadow:0 3px 8px #0006!important}input[type=range].slider-inline-long{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:none!important;background:#3b82f6!important;height:6px!important;width:450px!important;border-radius:3px!important;cursor:pointer;margin:0;position:relative}input[type=range].slider-inline-long::-webkit-slider-track{height:6px!important;border-radius:3px!important;background:#3b82f6!important;border:none!important;box-shadow:none!important}input[type=range].slider-inline-long::-webkit-slider-thumb{margin-top:-5px!important;-webkit-appearance:none!important;appearance:none!important;height:14px!important;width:14px!important;border-radius:50%!important;background:#fff!important;cursor:pointer!important;border:2px solid #3b82f6!important;box-shadow:0 1px 3px #3b82f64d!important;-webkit-transition:all .2s ease!important;transition:all .2s ease!important;position:relative;z-index:2}input[type=range].slider-inline-long::-webkit-slider-thumb:hover{background:#f8fafc!important;transform:scale(1.1)!important;box-shadow:0 2px 6px #3b82f666!important}input[type=range].slider-inline-long::-webkit-slider-thumb:active{background:#e2e8f0!important;transform:scale(1.15)!important;box-shadow:0 3px 8px #3b82f680!important}input[type=range].slider-inline-long::-moz-range-track{height:4px!important;border-radius:2px!important;background:#3b82f6!important;border:none!important}input[type=range].slider-inline-long::-moz-range-thumb{height:14px!important;width:14px!important;border-radius:50%!important;background:#fff!important;cursor:pointer!important;border:2px solid #3b82f6!important;box-shadow:0 1px 3px #3b82f64d!important;-moz-transition:all .2s ease!important;transition:all .2s ease!important}input[type=range].slider-inline-long::-moz-range-thumb:hover{background:#f8fafc!important;transform:scale(1.1)!important;box-shadow:0 2px 6px #3b82f666!important}input[type=range].slider-inline-long::-moz-range-thumb:active{background:#e2e8f0!important;transform:scale(1.15)!important;box-shadow:0 3px 8px #3b82f680!important}input[type=range].slider-inline-long:disabled{opacity:1!important;cursor:not-allowed!important}input[type=range].slider-inline-long:disabled::-webkit-slider-thumb{cursor:not-allowed!important;background:#fff!important;border-color:#3b82f6!important;box-shadow:0 1px 3px #3b82f64d!important}input[type=range].slider-inline-long:disabled::-moz-range-thumb{cursor:not-allowed!important;background:#fff!important;border-color:#3b82f6!important;box-shadow:0 1px 3px #3b82f64d!important}input[type=range].slider-inline-long:disabled::-webkit-slider-track{background:#3b82f6!important}input[type=range].slider-inline-long:disabled::-moz-range-track{background:#3b82f6!important}input[type=range].slider-inline:disabled{opacity:.6!important;cursor:not-allowed!important}input[type=range].slider-inline:disabled::-webkit-slider-thumb{cursor:not-allowed!important;background:#9ca3af!important;transform:none!important;box-shadow:0 1px 2px #0000001a!important;border-color:#9ca3af!important}input[type=range].slider-inline:disabled::-moz-range-thumb{cursor:not-allowed!important;background:#9ca3af!important;transform:none!important;box-shadow:0 1px 2px #0000001a!important;border-color:#9ca3af!important}input[type=range].slider-inline:disabled::-webkit-slider-track{background:#9ca3af!important}input[type=range].slider-inline:disabled::-moz-range-track{background:#9ca3af!important}input[type=range].slider:disabled,input[type=range].slider-compact:disabled,input[type=range].slider-pencil:disabled,input[type=range].slider-inline:disabled{opacity:.4!important;cursor:not-allowed!important}input[type=range].slider:disabled::-webkit-slider-thumb,input[type=range].slider-compact:disabled::-webkit-slider-thumb,input[type=range].slider-pencil:disabled::-webkit-slider-thumb,input[type=range].slider-inline:disabled::-webkit-slider-thumb{cursor:not-allowed!important;background:#9ca3af!important;transform:none!important;box-shadow:0 1px 2px #0000001a!important;border-color:#9ca3af!important}input[type=range].slider:disabled::-moz-range-thumb,input[type=range].slider-compact:disabled::-moz-range-thumb,input[type=range].slider-pencil:disabled::-moz-range-thumb,input[type=range].slider-inline:disabled::-moz-range-thumb{cursor:not-allowed!important;background:#9ca3af!important;transform:none!important;box-shadow:0 1px 2px #0000001a!important;border-color:#9ca3af!important}input[type=range].slider:disabled::-webkit-slider-track,input[type=range].slider-compact:disabled::-webkit-slider-track,input[type=range].slider-pencil:disabled::-webkit-slider-track,input[type=range].slider-inline:disabled::-webkit-slider-track{background:#e5e7eb!important}input[type=range].slider:disabled::-moz-range-track,input[type=range].slider-compact:disabled::-moz-range-track,input[type=range].slider-pencil:disabled::-moz-range-track,input[type=range].slider-inline:disabled::-moz-range-track{background:#e5e7eb!important}input[type=range].slider:focus,input[type=range].slider-compact:focus,input[type=range].slider-pencil:focus,input[type=range].slider-inline:focus{outline:3px solid rgba(79,70,229,.3)!important;outline-offset:3px!important}.slider-container{position:relative}.slider-value{position:absolute;top:-40px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#4f46e5,#3730a3);color:#fff;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:600;box-shadow:0 4px 12px #4f46e54d;pointer-events:none;opacity:0;transition:opacity .3s ease}.slider-container:hover .slider-value{opacity:1}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:border-amber-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-700:hover{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.hover\:text-amber-800:hover{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.hover\:text-amber-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-indigo-500:hover{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.hover\:text-orange-800:hover{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-yellow-500:hover{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-orange-500:focus{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-white\/30:focus{background-color:#ffffff4d}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-1:focus{--tw-ring-offset-width: 1px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-black\/20:focus{--tw-ring-offset-color: rgb(0 0 0 / .2)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-50:disabled{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-400:disabled{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group[open] .group-open\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 640px){.sm\:ml-5{margin-left:1.25rem}.sm\:mr-80{margin-right:20rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:w-80{width:20rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-2{gap:.5rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-4{grid-column:span 4 / span 4}.md\:mr-96{margin-right:24rem}.md\:block{display:block}.md\:hidden{display:none}.md\:w-64{width:16rem}.md\:w-96{width:24rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-start{justify-content:flex-start}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mr-\[28rem\]{margin-right:28rem}.lg\:w-\[28rem\]{width:28rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (prefers-color-scheme: dark){.dark\:border-blue-700{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-blue-800{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-green-700{--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.dark\:border-green-800{--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-orange-800{--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity, 1))}.dark\:border-purple-700{--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.dark\:border-purple-800{--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity, 1))}.dark\:border-red-800{--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20{background-color:#1e3a8a33}.dark\:bg-blue-900\/30{background-color:#1e3a8a4d}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/50{background-color:#1f293780}.dark\:bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/20{background-color:#14532d33}.dark\:bg-green-900\/30{background-color:#14532d4d}.dark\:bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.dark\:bg-orange-900\/20{background-color:#7c2d1233}.dark\:bg-orange-900\/30{background-color:#7c2d124d}.dark\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900\/20{background-color:#581c8733}.dark\:bg-purple-900\/30{background-color:#581c874d}.dark\:bg-red-900\/20{background-color:#7f1d1d33}.dark\:from-blue-900\/20{--tw-gradient-from: rgb(30 58 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-purple-900\/20{--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-blue-900\/20{--tw-gradient-to: rgb(30 58 138 / .2) var(--tw-gradient-to-position)}.dark\:to-purple-900\/20{--tw-gradient-to: rgb(88 28 135 / .2) var(--tw-gradient-to-position)}.dark\:text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.dark\:text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.dark\:text-purple-300{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.dark\:hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.dark\:hover\:border-orange-600:hover{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.dark\:hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(107 33 168 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-900\/20:hover{background-color:#581c8733}.dark\:hover\:bg-purple-900\/30:hover{background-color:#581c874d}.dark\:hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-red-900\/20:hover{background-color:#7f1d1d33}.dark\:hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}}li>.\[li\>\&\]\:mb-0{margin-bottom:0}
