@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-\[300px\]{height:300px}.h-\[640px\]{height:640px}.min-h-\[50vh\]{min-height:50vh}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.object-cover{-o-object-fit:cover;object-fit:cover}.text-center{text-align:center}.uppercase{text-transform:uppercase}.italic{font-style:italic}.no-underline{text-decoration-line:none}.overline{text-decoration-line:overline}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--primary:#ba8c40;--accent:#c17048;--temple-cream:#fdf8f3;--temple-dark:#2d1810}body{background-color:var(--temple-cream);color:var(--temple-dark);font-family:Roboto,system-ui,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}h1,h2,h3,h4,h5,h6{color:var(--temple-dark);font-family:Merriweather,Georgia,serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.chatbot-container{font-family:Roboto,sans-serif}.chatbot-panel{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-messages{scrollbar-width:thin;scrollbar-color:#BA8C40 #f0f0f0}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb{background:#ba8c40;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#8a6930}.greeting-section .greeting{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.faq-chip{animation:chipFadeIn .3s ease-out;animation-fill-mode:both}.faq-chip:nth-child(1){animation-delay:.05s}.faq-chip:nth-child(2){animation-delay:.1s}.faq-chip:nth-child(3){animation-delay:.15s}.faq-chip:nth-child(4){animation-delay:.2s}.faq-chip:nth-child(5){animation-delay:.25s}.faq-chip:nth-child(6){animation-delay:.3s}.faq-chip:nth-child(7){animation-delay:.35s}.faq-chip:nth-child(8){animation-delay:.4s}@keyframes chipFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.message{animation:messageFadeIn .3s ease-out}@keyframes messageFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chatbot-fab{animation:pulse 2s infinite}.chatbot-fab.active{animation:none}@keyframes pulse{0%,to{box-shadow:0 4px 12px #ba8c4066}50%{box-shadow:0 4px 20px #ba8c4099}}@media(max-width:600px){.chatbot-panel{bottom:80px!important;right:10px!important;left:10px!important;width:auto!important}.chatbot-fab{bottom:15px!important;right:15px!important;width:55px!important;height:55px!important}}.chatbot-header{background-size:200% 200%;animation:gradientShift 5s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.slogan-container{width:100%;background:linear-gradient(135deg,#ba8c40,#d4a84d,#ba8c40);padding:10px 0;overflow:hidden;position:relative;border-bottom:2px solid #8A6930;box-shadow:0 2px 10px #ba8c404d}.slogan-track{display:flex;white-space:nowrap;animation:marquee 20s linear infinite}.slogan-text{font-family:Merriweather,Georgia,serif;font-size:1rem;font-weight:600;color:#fdf8f3;padding:0 60px;text-shadow:1px 1px 2px rgba(0,0,0,.2);letter-spacing:.5px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.slogan-text{font-size:.875rem;padding:0 40px}.slogan-container{padding:8px 0}}@media(max-width:480px){.slogan-text{font-size:.8rem;padding:0 30px}}
