*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4ead5}#root{min-height:100vh}.bg-pattern{background-color:#f4ead5;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232D5F3F' fill-opacity='0.05'%3E%3Cpath d='M40 42v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-32V6h-2v4h-4v2h4v4h2v-4h4V8h-4z'/%3E%3C/g%3E%3Cg fill='%23C9A961' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.bg-auth{min-height:100vh;background:linear-gradient(165deg,#f4ead5,#f8f0e0,#f4ead5);background-size:200% 200%;animation:gradientShift 20s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.glass-card{background:#fffffff2;border:1px solid rgba(201,169,97,.5);border-radius:20px;box-shadow:0 8px 32px #2d5f3f1a}.title-script{font-family:Dancing Script,Cormorant Garamond,serif!important;font-weight:700;color:#2d5f3f}.subtitle-elegant{font-family:Cormorant Garamond,serif!important;font-weight:600;color:#1a1a1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sidebar-enter{animation:sidebarSlide .35s cubic-bezier(.4,0,.2,1) forwards}@keyframes sidebarSlide{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.item-hover{transition:all .25s cubic-bezier(.4,0,.2,1)}.item-hover:hover{transform:translate(4px)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal-visible{opacity:1;transform:translateY(0)}.cinematic-card{position:relative;overflow:hidden;cursor:pointer;border-radius:12px}.cinematic-card img{display:block;transition:transform .7s cubic-bezier(.16,1,.3,1)}.cinematic-card:hover img,.cinematic-card:focus-within img{transform:scale(1.08)}.cinematic-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;background:linear-gradient(to top,rgba(26,26,26,.92) 0%,rgba(26,26,26,.35) 55%,transparent 100%)}.cinematic-desc{max-height:0;opacity:0;overflow:hidden;transition:max-height .45s ease,opacity .35s ease,margin-top .35s ease}.cinematic-card:hover .cinematic-desc,.cinematic-card:focus-within .cinematic-desc{max-height:120px;opacity:1;margin-top:6px}
