:root{--background-color:#ffffff;--text-color:#000000;--primary-color:#8b5cf6;--secondary-color:#2dd4bf;--overlay-color:rgba(0,0,0,0.5);--section-background-color:#f5f5f5;--paper-background-color:#f9f9f9;--form-background-color:#ffffff;--card-background-color:#ffffff;--border-color:#e0e0e0;--hover-color:rgba(0,0,0,0.04);--shadow-color:rgba(0,0,0,0.1);--input-background:#ffffff;--input-text:#000000;--link-color:#8b5cf6;--link-hover-color:#7c3aed}[data-theme=dark]{--background-color:#000000;--background-color-alt:#242424;--text-color:#ffffff;--primary-color:#bb86fc;--secondary-color:#03dac6;--overlay-color:rgba(255,255,255,0.2);--section-background-color:#121212;--paper-background-color:#121212;--form-background-color:#121212;--card-background-color:#1e1e1e;--border-color:#333333;--hover-color:rgba(255,255,255,0.1);--shadow-color:rgba(0,0,0,0.8);--input-background:#1e1e1e;--input-text:#ffffff;--link-color:#bb86fc;--link-hover-color:#d4a6ff}body{background-color:var(--background-color);color:var(--text-color);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s ease,color .3s ease;min-height:100vh}a{color:var(--link-color)}a:hover{color:var(--link-hover-color)}button{background-color:var(--primary-color);color:white;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;transition:background-color .3s ease}button:hover{opacity:.9}input,select,textarea{background-color:var(--input-background);color:var(--input-text);border:1px solid var(--border-color);padding:8px;border-radius:4px}.card{background-color:var(--card-background-color);border-radius:8px;padding:16px;box-shadow:0 2px 8px var(--shadow-color);margin-bottom:16px}.image-overlay{position:relative;color:var(--text-color)}.image-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--overlay-color);z-index:1}.image-overlay>*{position:relative;z-index:2}.hero-section{background-image:url(/_next/static/media/hero-bg.f581fc14.jpg);background-size:cover;background-position:50%;color:var(--text-color-reverse);padding:50px 20px;text-align:center}.hero-section h1,.hero-section h2,.hero-section h3,.hero-section p,.hero-section span{color:#ffffff!important;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.featured-section{background-image:url(/_next/static/media/featured.59da4671.jpg);background-size:cover;background-position:50%;color:var(--text-color-reverse);padding:50px 20px;text-align:center}.MuiPaper-root{background-color:var(--paper-background-color)!important}.MuiDrawer-paper,.MuiPaper-root{color:var(--text-color)!important}.MuiDrawer-paper{background-color:var(--background-color)!important}.MuiMenuItem-root:hover{background-color:var(--hover-color)!important}.MuiDivider-root{border-color:var(--border-color)!important}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;overflow-x:hidden}.MuiCard-root{transition:transform .3s ease,box-shadow .3s ease}.MuiCard-root:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}input::-webkit-calendar-picker-indicator{color:yellow!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px var(--input-background) inset!important;-webkit-text-fill-color:var(--text-color)!important;background-color:var(--input-background)!important;color:red!important}.MuiCardContent-root svg,.MuiCheckbox-root,.MuiInputLabel-root,.MuiOutlinedInput-root fieldset,.MuiOutlinedInput-root input,.MuiOutlinedInput-root svg,.MuiSelect-outlined{border-color:var(--text-color-secondary);color:var(--text-color-secondary)!important}.MuiOutlinedInput-root:hover fieldset{border:2px solid var(--text-color-secondary)!important}.banner-gradient{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.subtle-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.custom-button{position:relative;overflow:hidden}.custom-button:after{content:"";position:absolute;width:100%;height:100%;top:0;left:-100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 50%,rgba(255,255,255,0));transition:all .5s ease}.custom-button:hover:after{left:100%}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.3)}.hover-zoom img{transition:transform .5s ease}.hover-zoom:hover img{transform:scale(1.05)}.animate-icon{transition:transform .3s ease}.animate-icon:hover{transform:scale(1.2)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c4b5fd;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#8b5cf6}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.ql-editor{min-height:300px}.quill{background-color:white;border-radius:4px}.quill .ql-toolbar{border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ccc;border-bottom:none}.quill .ql-container{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:1px solid #ccc;border-top:none}