@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap";.food-guide{--fg-cream: #f4efe5;--fg-cream-dark: #e7decd;--fg-brown: #28211e;--fg-brown-annotation: #68594f;--fg-brown-secondary: #80766b;--fg-brown-muted: #afa39c;--fg-coral: #f9564e;--fg-gold: #ffcc2d;--fg-teal: #23abab;--fg-green: #98cb5f;--fg-blue: #51aade;--fg-pink: #ffa7b4;--fg-orange: #ff923e;--fg-navy: #3a4178;--fg-tan: #ccaf91;--fg-shadow-sm: 0 1px 2px 0 rgba(97, 61, 31, .05);--fg-shadow-md: 0 4px 6px -1px rgba(119, 67, 24, .2), 0 0 4px 1px rgba(160, 102, 53, .1);--fg-shadow-lg: 0 10px 15px 2px rgba(119, 67, 24, .1), 0 0 7px 2px rgba(160, 102, 53, .2);--fg-radius-sm: 4px;--fg-radius-md: 8px;--fg-content-width: 65ch;font-family:Zilla Slab,serif;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;background-color:var(--fg-cream);color:var(--fg-brown);line-height:1.7;font-size:1rem;min-height:100vh}.food-guide h1,.food-guide h2,.food-guide h3,.food-guide h4{font-family:Jost,sans-serif;color:var(--fg-brown)}.food-guide h1{font-size:clamp(2.5rem,6vw,7rem);font-weight:200;line-height:1.1;letter-spacing:-.02em}.food-guide h2{font-size:clamp(1.75rem,3vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.food-guide h3{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:500;color:var(--fg-coral);margin-bottom:.75rem}.food-guide h4{font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-brown-secondary)}.food-guide p{margin-bottom:1.5rem;max-width:var(--fg-content-width)}.food-guide a{color:var(--fg-brown);text-decoration:none;background-image:linear-gradient(var(--fg-coral),var(--fg-coral));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .3s ease}.food-guide a:hover{background-size:100% 100%;color:#fff}.food-guide .content-col{max-width:var(--fg-content-width);margin:0 auto;padding:0 1.5rem}.food-guide .full-bleed{width:100%;max-width:100vw}.food-guide .hero{min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;overflow:hidden}.food-guide .hero-dish-float{position:absolute!important;z-index:0!important;opacity:0;animation:hero-dish-enter 1s ease-out forwards;pointer-events:none}.food-guide .hero-dish-float img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(97,61,31,.15));animation:hero-dish-bob 8s ease-in-out infinite}.food-guide .hero h1,.food-guide .hero .hero-meta,.food-guide .hero .hero-credits{z-index:2!important;position:relative}@keyframes hero-dish-enter{0%{opacity:0;scale:.7}to{opacity:.85;scale:1}}@keyframes hero-dish-bob{0%,to{translate:0 0}50%{translate:0 -6px}}.food-guide .hero-meta{font-family:Jost,sans-serif;font-size:.9rem;color:var(--fg-brown-secondary);letter-spacing:.1em;text-transform:uppercase;margin-top:2rem}.food-guide .hero-credits{font-size:.9rem;color:var(--fg-brown-annotation);text-align:center;margin-top:1.5rem}.food-guide .scrolly-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:0 2rem;max-width:1400px;margin:0 auto}.food-guide .scrolly-text-col{position:relative}.food-guide .scrolly-sticky{position:sticky;top:10vh;height:80vh;display:flex;align-items:center;justify-content:center}.food-guide .scrolly-step{min-height:60vh;display:flex;align-items:center;padding:2rem;opacity:.25;transition:opacity .5s ease}.food-guide .scrolly-step.active{opacity:1}.food-guide .scrolly-step-content{background:#f4efe5d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem 2rem;border-radius:var(--fg-radius-md);box-shadow:var(--fg-shadow-md)}.food-guide .chapter-title{text-align:center;padding:6rem 2rem;position:relative}.food-guide .chapter-label{font-family:Jost,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--fg-brown-muted);margin-bottom:1rem}.food-guide .chapter-divider{display:flex;align-items:center;justify-content:center;padding:2rem 0;overflow:hidden}.food-guide .chapter-divider-strip{width:min(90%,700px);height:auto;opacity:.85;filter:drop-shadow(0 2px 8px rgba(97,61,31,.08))}.food-guide .chapter-nav{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);z-index:50;display:flex;flex-direction:column;gap:.75rem}.food-guide .chapter-nav-dot{width:10px;height:10px;border-radius:50%;background:var(--fg-brown-muted);border:none;cursor:pointer;transition:all .3s ease;padding:0}.food-guide .chapter-nav-dot.active{background:var(--fg-coral);transform:scale(1.4)}.food-guide .chapter-nav-dot:hover{background:var(--fg-brown-annotation)}.food-guide .viz-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.food-guide .viz-wrapper svg{overflow:visible}.food-guide .viz-tooltip{position:absolute;pointer-events:none;background:#f4efe5f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--fg-radius-md);box-shadow:var(--fg-shadow-lg);padding:.75rem 1rem;font-size:.85rem;line-height:1.4;z-index:100;transition:opacity .2s ease}.food-guide .viz-tooltip-title{font-family:Jost,sans-serif;font-weight:600;font-size:.95rem;margin-bottom:.25rem}.food-guide .viz-annotation{font-family:Zilla Slab,serif;font-size:.85rem;font-style:italic;fill:var(--fg-brown-annotation)}.food-guide .viz-label{font-family:Jost,sans-serif;font-size:.75rem;font-weight:500;fill:var(--fg-brown-secondary)}.food-guide .viz-axis text{font-family:Jost,sans-serif;font-size:.7rem;fill:var(--fg-brown-muted)}.food-guide .viz-axis line,.food-guide .viz-axis path{stroke:var(--fg-cream-dark)}.food-guide .fullbleed-illustration{width:100%;max-width:100vw;margin:2rem 0 0;overflow:hidden;position:relative}.food-guide .fullbleed-illustration:before,.food-guide .fullbleed-illustration:after{content:"";position:absolute;left:0;right:0;height:60px;z-index:1;pointer-events:none}.food-guide .fullbleed-illustration:before{top:0;background:linear-gradient(to bottom,var(--fg-cream),transparent)}.food-guide .fullbleed-illustration:after{bottom:0;background:linear-gradient(to top,var(--fg-cream),transparent)}.food-guide .fullbleed-illustration img{width:100%;height:auto;display:block;filter:drop-shadow(0 4px 20px rgba(97,61,31,.08))}.food-guide .food-photo{width:100%;height:60vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.food-guide .food-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,var(--fg-cream) 0%,transparent 15%,transparent 85%,var(--fg-cream) 100%)}.food-guide .food-photo-caption{position:absolute;bottom:1.5rem;right:1.5rem;font-family:Jost,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.05em;color:var(--fg-brown-muted);z-index:1;text-transform:uppercase}.food-guide .food-photo.photo-tall{height:75vh}.food-guide .food-photo.photo-short{height:40vh}.food-guide .hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.12;z-index:0}.food-guide .hero>*{position:relative;z-index:1}.food-guide .photo-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;width:100%;height:35vh;overflow:hidden}.food-guide .photo-strip-item{background-size:cover;background-position:center}.food-guide .card{background:#fff9;border-radius:var(--fg-radius-md);box-shadow:var(--fg-shadow-md);padding:1.5rem}.food-guide .food-share-section{text-align:center;padding:2.5rem 2rem 1.5rem;max-width:var(--fg-content-width);margin:0 auto}.food-guide .food-share-label{font-family:Jost,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-brown-muted);margin-bottom:.75rem}.food-guide .food-share-buttons{display:flex;justify-content:center;gap:.75rem}.food-guide .food-share-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1.5px solid var(--fg-cream-dark);background:transparent;color:var(--fg-brown-muted);cursor:pointer;transition:all .2s ease;text-decoration:none}.food-guide .food-share-btn:hover{color:var(--fg-coral);border-color:var(--fg-coral);background:#f9564e0f}.food-guide .food-footer{padding:3rem 2rem 2.5rem;color:var(--fg-brown-secondary);font-size:.85rem;border-top:1px solid var(--fg-cream-dark);max-width:var(--fg-content-width);margin:1rem auto 0}.food-guide .food-footer-methodology{margin-bottom:2rem}.food-guide .food-footer-methodology h3{font-family:Jost,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-brown-muted);margin-bottom:.5rem}.food-guide .food-footer-methodology p{font-size:.8rem;line-height:1.6;color:var(--fg-brown-secondary)}.food-guide .food-footer-credits{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.food-guide .food-footer-credit-row{display:flex;align-items:baseline;gap:.5rem;font-size:.8rem}.food-guide .food-footer-credit-label{font-family:Jost,sans-serif;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-brown-muted);flex-shrink:0;min-width:140px}.food-guide .food-footer-credit-row a{color:var(--fg-coral);text-decoration:none}.food-guide .food-footer-credit-row a:hover{text-decoration:underline}.food-guide .food-footer-copyright{text-align:center;font-size:.75rem;color:var(--fg-brown-muted);padding-top:1.5rem;border-top:1px solid var(--fg-cream-dark)}.food-guide .dish-popup-card{position:absolute;z-index:200;width:280px;background:#f4efe5f7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;box-shadow:0 8px 32px #28211e2e,0 2px 8px #28211e14;overflow:hidden;animation:popup-fade-in .25s ease-out}.food-guide .dish-popup-sheet,.food-guide .bubble-popup-card.mobile-sheet{display:none}.food-guide .dish-popup-close{position:absolute;top:8px;right:8px;z-index:5;background:#f4efe5d9;border:none;width:26px;height:26px;border-radius:50%;font-size:1.1rem;line-height:1;color:var(--fg-brown-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.food-guide .dish-popup-close:hover{color:var(--fg-coral);background:#f4efe5}.food-guide .dish-popup-hero-img{width:100%;aspect-ratio:4 / 3;overflow:hidden;display:flex;align-items:center;justify-content:center}.food-guide .dish-popup-hero-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.food-guide .dish-popup-body{padding:.75rem 1rem .85rem}.food-guide .dish-popup-header{text-align:center;margin-bottom:.35rem}.food-guide .dish-popup-dish-name{font-family:Jost,sans-serif;font-size:1.15rem;font-weight:600;color:var(--fg-brown);line-height:1.2}.food-guide .dish-popup-dish-hindi{font-size:.8rem;color:var(--fg-brown-muted);margin-bottom:.15rem}.food-guide .dish-popup-state-label{font-size:.72rem;color:var(--fg-brown-secondary);text-align:center;padding-bottom:.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(104,89,79,.12)}.food-guide .dish-popup-state-label strong{color:var(--fg-brown)}.food-guide .dish-popup-meta-list{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.5rem}.food-guide .dish-popup-meta{display:flex;justify-content:space-between;align-items:baseline;font-size:.72rem;line-height:1.4}.food-guide .dish-popup-meta-label{color:var(--fg-brown-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;flex-shrink:0}.food-guide .dish-popup-meta-value{color:var(--fg-brown);text-align:right;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.food-guide .dish-popup-veg-badge{display:inline-block;font-size:.6rem;font-weight:600;padding:.1rem .35rem;border-radius:3px;letter-spacing:.02em}.food-guide .dish-popup-veg-badge.veg{background:#4c8c3f26;color:#3a7a2a}.food-guide .dish-popup-veg-badge.nonveg{background:#b436361f;color:#a03030}.food-guide .dish-popup-funfact{font-size:.7rem;line-height:1.5;color:var(--fg-brown-secondary);font-style:italic;padding:.4rem .5rem;background:#68594f0d;border-radius:6px;margin-bottom:.5rem}.food-guide .dish-popup-recipe-link{display:block;text-align:center;font-size:.72rem;font-weight:600;color:var(--fg-coral);text-decoration:none;padding:.35rem 0;transition:color .2s}.food-guide .dish-popup-recipe-link:hover{color:var(--fg-brown)}@keyframes popup-fade-in{0%{opacity:0;transform:translateY(4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@media (max-width: 768px){.food-guide{font-size:1.075rem}.food-guide .content-col p{font-size:1.075rem;line-height:1.8}.food-guide .scrolly-step-content p{font-size:1.05rem;line-height:1.75}.food-guide .scrolly-grid{grid-template-columns:1fr;padding:0}.food-guide .scrolly-sticky{order:-1;position:sticky;top:0;height:48vh;z-index:10;background:var(--fg-cream);overflow:hidden}.food-guide .scrolly-text-col{position:relative;z-index:5}.food-guide .viz-wrapper{overflow:hidden}.food-guide .scrolly-step{min-height:40vh;padding:1rem}.food-guide .scrolly-step-content{padding:1rem 1.25rem;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box;border-radius:8px}.food-guide .chapter-title{padding:3rem 1rem}.food-guide .content-col{padding:0 1rem;max-width:100%}.food-guide .chapter-nav{display:none}.food-guide .hero{min-height:auto;padding:1.5rem}.food-guide .hero-meta{margin-top:1rem}.food-guide .hero-credits{margin-top:.75rem}.food-guide .hero-dish-float{display:none}.food-guide .food-photo{height:40vh}.food-guide .food-photo.photo-tall{height:50vh}.food-guide .photo-strip{grid-template-columns:1fr 1fr 1fr;height:25vh}.food-guide .dish-popup-card{display:none}.food-guide .bubble-popup-card.mobile-sheet{display:block;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:300;background:#f4efe5fa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;max-height:70vh;overflow-y:auto;animation:sheet-slide-up .3s ease-out}.food-guide .bubble-popup-card.mobile-sheet .dish-popup-hero-img{aspect-ratio:16 / 9;border-radius:10px 10px 0 0}.food-guide .dish-popup-sheet{display:block;position:fixed;bottom:0;left:0;right:0;z-index:300;background:#f4efe5fa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;padding:1rem 1rem 1.5rem;max-height:70vh;overflow-y:auto;animation:sheet-slide-up .3s ease-out}.food-guide .dish-popup-sheet .dish-popup-close{position:absolute;top:12px;right:12px}.food-guide .dish-popup-sheet-inner{display:flex;flex-direction:column;gap:0}.food-guide .dish-popup-sheet-inner .dish-popup-hero-img{width:100%;aspect-ratio:16 / 9;border-radius:10px;flex-shrink:0;margin-bottom:.5rem}.food-guide .dish-popup-sheet-inner .dish-popup-body{text-align:left;padding:0}.food-guide .dish-popup-sheet .dish-popup-header,.food-guide .dish-popup-sheet .dish-popup-state-label{text-align:left}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}*,: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-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--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-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--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}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:#111827;max-width:none}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.5rem;color:#111827;line-height:1.75}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#111827;font-weight:700}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;padding-left:1.5rem}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;padding-left:1.5rem}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:#111827;border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;border-left-color:#f59e0b;border-left-width:4px;padding-left:1rem}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25rem;margin-top:2rem;margin-bottom:1rem;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.875rem;margin-top:1.75rem;margin-bottom:.75rem;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5rem;margin-bottom:.5rem;color:#111827}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose :where(h1,h2,h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:#111827;font-weight:700}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-ml-1{margin-left:-.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-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.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}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.h-12{height:3rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-80{height:20rem}.h-full{height:100%}.h-screen{height:100vh}.w-12{width:3rem}.w-20{width:5rem}.w-24{width:6rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.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))}.list-decimal{list-style-type:decimal}.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))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.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-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-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * 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))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.bg-amber-200\/90{background-color:#fde68ae6}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / 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-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-4{padding:1rem}.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-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.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-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-20{padding-bottom:5rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.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-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / 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-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-0{opacity:0}.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-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)}.ring{--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(3px + 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)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:translate-x-1:hover{--tw-translate-x: .25rem;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))}.hover\:border-amber-500:hover{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:text-amber-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.group:hover .group-hover\:opacity-100{opacity:1}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.dark\:bg-amber-500\/20:is(.dark *){background-color:#f59e0b33}.dark\:bg-amber-900\/20:is(.dark *){background-color:#78350f33}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-700:is(.dark *){--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.dark\:hover\:border-amber-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-amber-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.md\:mb-8{margin-bottom:2rem}.md\:flex{display:flex}.md\:hidden{display:none}.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\:p-6{padding:1.5rem}}@media (min-width: 1024px){.lg\:mb-12{margin-bottom:3rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:p-8{padding:2rem}}.\[\&_a\]\:text-amber-600 a{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.\[\&_a\]\:hover\:underline:hover a{text-decoration-line:underline}.\[\&_a\]\:dark\:text-amber-400:is(.dark *) a{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}
