body{height:100vh;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*{box-sizing:border-box;margin:0;padding:0}#Navbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;z-index:1000;background:linear-gradient(#1c2028eb,#111827eb);border-bottom:1px solid #ffffff0f;grid-template-columns:auto 1fr auto;align-items:center;column-gap:40px;width:100%;min-height:76px;padding:0 clamp(18px,5vw,40px);display:grid;position:sticky;top:0;box-shadow:0 10px 30px #0000002e}#Logo{cursor:pointer;align-items:center;gap:10px;display:flex}#Logo h2{font-size:20px;font-weight:700}.logo-icon img{object-fit:contain;width:48px;height:48px;transition:all .25s}#Logo:hover img{transform:scale(1.06)}#Nav ul{align-items:center;gap:42px;list-style:none;display:flex}#Nav ul li a{color:#cbd5e1;font-size:15px;text-decoration:none;transition:all .2s;position:relative}#Nav ul li a:hover{color:#fff}#Nav ul li a:after{content:"";background:linear-gradient(90deg,#f59e0b,#ea580c);width:0;height:2px;transition:all .25s;position:absolute;bottom:-6px;left:0}#Nav ul li a:hover:after{width:100%}#LeftNav{align-items:center;gap:14px;display:flex}#SearchBar{background:#1e293ba6;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:10px;width:270px;height:44px;padding:0 14px;display:flex}#SearchBar:focus-within{border-color:#f59e0b66;box-shadow:0 0 0 4px #f59e0b14}#SearchBar input{color:#fff;background:0 0;border:none;outline:none;width:100%}#Login{align-items:center;display:flex}.login-btn,.profile-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.login-btn:hover,.profile-btn:hover{background:#ffffff14;transform:translateY(-1px)}#ContactUs{color:#fff;cursor:pointer;background:linear-gradient(145deg,#f59e0b,#ea580c);border:none;border-radius:12px;height:44px;padding:0 18px;font-weight:700;transition:all .2s}#ContactUs:hover{filter:brightness(1.05);transform:translateY(-2px)}.profile-wrapper{position:relative}.profile-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111827eb;border:1px solid #ffffff14;border-radius:14px;width:240px;padding:14px;animation:.15s fadeIn;position:absolute;top:52px;right:0;box-shadow:0 20px 50px #00000059}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-email{color:#e2e8f0;word-break:break-all;margin-bottom:10px;font-size:13px}.profile-menu button{color:#fca5a5;cursor:pointer;background:#ef44441f;border:1px solid #ef444440;border-radius:10px;width:100%;padding:10px;font-weight:600;transition:all .2s}.profile-menu button:hover{background:#ef44442e}#MenuBtn{color:#fff;background:0 0;border:none;display:none}#MenuContent{display:contents}@media (width<=900px){#Navbar{grid-template-columns:auto auto}#MenuBtn{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;width:42px;height:42px;display:flex}#MenuContent{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;background:#0b1220fa;flex-direction:column;gap:26px;width:100%;padding:28px 18px;transition:all .3s;display:flex;position:absolute;top:72px;left:0;transform:translateY(-120%)}#MenuContent.show{opacity:1;visibility:visible;transform:translateY(0)}#Nav ul{flex-direction:column;gap:20px}#LeftNav{flex-direction:column}#SearchBar,#ContactUs{width:100%}}@media (width<=500px){#Logo h2{font-size:18px}.logo-icon img{width:42px;height:42px}}.auth-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{color:#fff;background:#0f172a;border:1px solid #ffffff0f;border-radius:18px;flex-direction:column;gap:14px;width:380px;max-width:92%;padding:28px;display:flex;box-shadow:0 20px 60px #0006}.auth-modal h2{margin:0;font-size:22px}.auth-subtitle{color:#94a3b8;margin-top:-6px;font-size:13px}.auth-error{color:#f87171;background:#ef444426;border-radius:10px;padding:10px;font-size:13px}.auth-modal input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:12px 14px}.auth-modal input:focus{border-color:#f59e0b}.auth-primary{cursor:pointer;color:#fff;background:linear-gradient(135deg,#f59e0b,#ea580c);border:none;border-radius:10px;padding:12px;font-weight:600}.auth-primary:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:#64748b;justify-content:center;align-items:center;font-size:12px;display:flex}.auth-divider span{padding:0 10px}.auth-google,.auth-github{cursor:pointer;color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;padding:10px}.auth-google:hover,.auth-github:hover{background:#ffffff0f}.auth-close{color:#fff;cursor:pointer;background:0 0;border:none;align-self:flex-end;font-size:18px}.auth-switch{color:#94a3b8;text-align:center;font-size:13px}.auth-switch button{color:#f59e0b;cursor:pointer;background:0 0;border:none;font-weight:600}.footer{color:#cbd5e1;background:#1a1b1d;padding:60px clamp(20px,5vw,80px) 30px;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:30px;display:grid}.footer-brand{text-align:left;align-items:center;gap:14px;display:flex}.footer-logo-big{object-fit:contain;filter:drop-shadow(0 10px 20px #00000080);flex-shrink:0;width:80px;height:80px;transition:transform .3s}.footer-logo-big:hover{transform:scale(1.05)}.footer-title{color:#f59e0b;margin:0;font-size:20px;font-weight:700;line-height:1}.footer-tagline{color:#94a3b8;margin:0;font-size:13px;line-height:1.4}.footer-col h4{color:#fff;margin-bottom:12px;font-size:14px}.footer-col a{color:#94a3b8;margin-bottom:8px;font-size:13px;text-decoration:none;transition:color .2s,transform .2s;display:block}.footer-col a:hover{color:#f59e0b;transform:translate(3px)}.footer-col p{color:#94a3b8;margin:6px 0;font-size:13px}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #ffffff0f;margin-top:40px;padding-top:20px;font-size:12px}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-brand{justify-content:center}}@media (width<=600px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:26px}.footer-brand{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px}.footer-brand-text{flex-direction:column;align-items:center;gap:4px;display:flex}.footer-logo-big{width:64px;height:64px}.footer-title{font-size:18px}.footer-tagline{white-space:nowrap;font-size:12.5px}.footer-col{text-align:center}.footer-col a{display:inline-block}}body{background-color:#0000;background-image:linear-gradient(#1c2028cc,#1c2028cc),url(/assets/Background-CGaYRbC3.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}#Hero{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;min-height:620px;padding:0 clamp(20px,5vw,70px);display:flex;position:relative;overflow:hidden}#WhiteThing{object-fit:contain;z-index:0;pointer-events:none;width:min(90vw,1300px);height:auto;position:absolute;top:-1%;right:-28%}#HeroLeft{z-index:2;color:#fff;max-width:550px;position:relative}.quote1,.quote2{width:40px;height:auto;position:absolute}.quote1{top:-10px;left:-30px;transform:scaleX(-1)}.Leaf{z-index:1;width:80px;height:auto;position:absolute;top:-90px;left:-30px}.Leaf2{width:150px;position:absolute;bottom:-170px;left:-150px;transform:rotate(280deg)}#HeroLeft h1{margin-bottom:20px;font-size:clamp(42px,6vw,64px);line-height:1.05}#HeroLeft span{color:#db7f16}#HeroLeft p{color:#d1d5db;max-width:500px;margin-bottom:35px;font-size:clamp(16px,2vw,20px)}#HeroLeft h1,#HeroLeft h2,#HeroLeft span,#HeroLeft p{text-shadow:2px 2px #00000073,4px 4px #00000040}#HeroSearch{flex-wrap:wrap;align-items:center;gap:20px;display:flex}#HeroSearch input{color:#fff;background:0 0;border:2px solid #ffffff80;border-radius:999px;outline:none;width:min(320px,80vw);height:55px;padding:0 20px;font-size:16px}#HeroSearch input::placeholder{color:#d1d5db}#HeroSearch button{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:14px;height:55px;padding:0 28px;font-size:16px;font-weight:600;transition:all .25s}#HeroSearch button:hover{background:#f28c18}#HeroRight{z-index:2;flex:1;justify-content:flex-end;display:flex;position:relative}#HeroRight img{object-fit:contain;z-index:2;filter:drop-shadow(-6px 12px 10px #0006)drop-shadow(-14px 22px 18px #00000038);width:clamp(320px,42vw,570px);height:auto;position:relative;transform:translate(4%)}#HeroLeft img{filter:drop-shadow(6px 10px #00000059)drop-shadow(12px 18px #00000026)}@media (width<=1000px){#WhiteThing{width:110vw;top:-5%;right:-35%}#HeroRight img{width:45vw}}@media (width<=768px){#Hero{text-align:center;flex-direction:column;justify-content:center;padding:60px 25px 100px}#HeroLeft{max-width:100%}#HeroRight,#WhiteThing{display:none}.quote1,.quote2{width:28px;position:relative}.quote1{top:-5px;left:0}.Leaf{width:60px;top:-80px;left:-10px}.Leaf2{width:90px;bottom:-150px;left:240px}#HeroSearch{flex-direction:column;justify-content:center;gap:15px}#HeroSearch input{width:85%;max-width:320px}#HeroSearch button{width:160px}#HeroLeft h1{font-size:clamp(34px,9vw,42px)}#HeroLeft p{font-size:15px}}#Featured{box-sizing:border-box;width:100%;padding:50px clamp(20px,5vw,70px)}.featured-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.featured-header h2{color:#f59e0b;font-size:32px;font-weight:700}.featured-header a{color:#9ca3af;font-size:15px;text-decoration:none;transition:color .25s}.featured-header a:hover{color:#fff}.featured-grid{grid-template-columns:1.6fr 1fr;gap:18px;display:grid}.featured-main-card{cursor:pointer;background:#0b1220;border:1px solid #f59e0b14;border-radius:28px;height:470px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000059}.featured-main-card:hover{border-color:#f59e0b66;transform:translateY(-6px);box-shadow:0 28px 90px #0000008c,0 0 0 1px #f59e0b14,0 0 40px #f59e0b1f}.featured-main-card img{object-fit:cover;filter:brightness(.7)contrast(1.05);width:100%;height:100%;transition:transform .6s,filter .6s;transform:scale(1.05)}.featured-main-card:hover img{transform:scale(1.12)}.featured-overlay{background:linear-gradient(#0000 30%,#00000059 55%,#000000eb);flex-direction:column;justify-content:flex-end;padding:34px;display:flex;position:absolute;inset:0}.featured-overlay h3{color:#fff;margin-bottom:10px;font-size:36px;font-weight:800}.featured-overlay p{color:#cbd5e1;max-width:440px;font-size:15px;line-height:1.6}.featured-side{flex-direction:column;gap:16px;display:flex}.side-card{cursor:pointer;background:linear-gradient(145deg,#111827f2,#0b1220d9);border:1px solid #f59e0b14;border-radius:24px;align-items:stretch;min-height:165px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.side-card:hover{border-color:#f59e0b59;transform:translateY(-6px);box-shadow:0 18px 45px #00000059}.side-card img{object-fit:cover;filter:brightness(.85);width:40%;height:100%;transition:transform .4s,filter .4s}.side-card:hover img{filter:brightness();transform:scale(1.06)}.side-content{flex-direction:column;flex:1;justify-content:space-between;padding:18px 20px;display:flex}.side-top{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.side-icon-wrapper{background:linear-gradient(145deg,#f59e0b2e,#f59e0b0f);border:1px solid #f59e0b26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:inset 0 1px #ffffff0a,0 8px 18px #f59e0b1f}.side-icon{color:#f59e0b;width:20px;height:20px;transition:transform .3s,color .3s}.side-content h4{color:#fff;margin:0;font-size:18px;font-weight:650;line-height:1.4;transition:color .3s,transform .3s}.side-text{flex-direction:column;gap:4px;display:flex}.side-text p{color:#fff;margin:0;font-size:13px;line-height:1.5;transition:color .3s,transform .3s}.side-card:hover .side-text p{color:#cbd5e1;transform:translate(2px)}.side-card:hover .side-icon-wrapper{border-color:#f59e0b59;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff0d,0 12px 24px #f59e0b38}.side-card:hover .side-icon{color:#fbbf24;transform:scale(1.08)}.side-card:hover h4{color:#f8fafc;transform:translate(2px)}.side-bottom{justify-content:flex-end;align-items:center;display:flex}.side-arrow{color:#f59e0b;background:#f59e0b14;border:1px solid #f59e0b26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .25s,border-color .25s,color .25s;display:flex}.side-arrow svg{width:18px;height:18px;transition:transform .25s}.side-card:hover .side-arrow{color:#fbbf24;background:#f59e0b2e;border-color:#f59e0b66}.side-card:hover .side-arrow svg{transform:translate(3px)}.featured-link-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:15px;transition:color .25s}.featured-link-btn:hover{color:#fff}@media (width<=900px){.featured-grid{grid-template-columns:1fr}.featured-main-card{height:340px}.featured-side{gap:14px}}@media (width<=700px){.featured-overlay h3{font-size:28px}.featured-header h2{font-size:26px}.side-card{min-height:140px}.side-top{gap:12px}.side-icon-wrapper{width:38px;height:38px}.side-content h4{font-size:16px}}.explore{box-sizing:border-box;background:radial-gradient(circle at 0 0,#f59e0b0d,#0000 28%),linear-gradient(#0f172a 0%,#0b1220 100%);border-top:1px solid #f59e0b0f;border-bottom:1px solid #f59e0b0f;width:100%;padding:72px clamp(20px,5vw,84px);position:relative;overflow:hidden}.explore:before,.explore:after{content:"";pointer-events:none;filter:blur(120px);border-radius:50%;position:absolute}.explore:before{background:#f59e0b14;width:320px;height:320px;top:-140px;right:-100px}.explore:after{background:#3b82f614;width:280px;height:280px;bottom:-180px;left:-120px}.explore-header{z-index:2;margin-bottom:36px;position:relative}.explore-header h2{color:#f59e0b;letter-spacing:-.03em;margin:0;font-size:clamp(28px,4vw,38px);font-weight:800;line-height:1.1}.explore-header p{color:#94a3b8;margin-top:10px;font-size:15px;line-height:1.7}.explore-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:22px;display:grid;position:relative}.explore-card{cursor:pointer;background:linear-gradient(145deg,#111827fa,#0a0f1cf5);border:1px solid #f59e0b14;border-radius:30px;justify-content:space-between;align-items:center;min-height:175px;padding:24px;transition:transform .4s,border-color .35s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08,0 14px 40px #00000059}.explore-card:before{content:"";opacity:.9;pointer-events:none;background:radial-gradient(circle at 100% 0,#f59e0b1f,#0000 42%);position:absolute;inset:0}.explore-card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff08,#0000 35%);position:absolute;inset:0}.explore-card:hover{border-color:#f59e0b47;transform:translateY(-8px);box-shadow:0 28px 70px #0000007a,0 0 0 1px #f59e0b0f,0 0 36px #f59e0b14}.explore-text-wrapper{z-index:2;flex-direction:column;gap:18px;max-width:64%;display:flex;position:relative}.explore-icon-wrapper{color:#f59e0b;background:linear-gradient(145deg,#f59e0b2e,#f59e0b0d);border:1px solid #f59e0b1f;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:inset 0 1px #ffffff0a,0 10px 22px #f59e0b1a}.explore-card:hover .explore-icon-wrapper{border-color:#f59e0b47;transform:translateY(-2px);box-shadow:inset 0 1px #ffffff0d,0 14px 28px #f59e0b29}.explore-text{flex-direction:column;gap:8px;display:flex}.explore-text h4{color:#fff;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700;transition:transform .3s,color .3s}.explore-text p{color:#94a3b8;margin:0;font-size:14px;line-height:1.7;transition:transform .3s,color .3s}.explore-card:hover .explore-text h4{transform:translate(2px)}.explore-card:hover .explore-text p{color:#cbd5e1;transform:translate(2px)}.explore-image{z-index:2;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}.explore-image img{object-fit:contain;filter:drop-shadow(0 20px 30px #00000073);width:100%;height:100%;transition:transform .45s,filter .45s}.explore-card:hover .explore-image img{transform:translateY(-5px)scale(1.06)}.explore-arrow{color:#f59e0b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f59e0b14;border:1px solid #f59e0b24;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s,background .3s,border-color .3s,color .3s;display:flex;position:absolute;bottom:20px;right:20px}.explore-arrow svg{transition:transform .3s}.explore-card:hover .explore-arrow{color:#fbbf24;background:#f59e0b24;border-color:#f59e0b4d;transform:translate(2px)}.explore-card:hover .explore-arrow svg{transform:translate(3px)}.explore-card:focus-visible{outline-offset:4px;outline:2px solid #f59e0bb3}@media (width<=1100px){.explore-grid{grid-template-columns:1fr}.explore-card{min-height:155px}.explore-text-wrapper{max-width:70%}}@media (width<=700px){.explore{padding:56px 20px}.explore-grid{gap:16px}.explore-card{border-radius:24px;min-height:145px;padding:20px}.explore-text h4{font-size:18px}.explore-text p{font-size:13px;line-height:1.6}.explore-image{width:74px;height:74px}.explore-icon-wrapper{width:42px;height:42px}.explore-arrow{width:36px;height:36px}}.explore-modal-overlay{z-index:999;-webkit-backdrop-filter:blur(10px);background:#000000b8;justify-content:center;align-items:center;margin-top:40px;padding:20px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.explore-modal{background:linear-gradient(145deg,#111827fa,#0a0f1cfa);border:1px solid #f59e0b1f;border-radius:30px;width:min(920px,100%);max-height:85vh;padding:26px;animation:.3s modalPop;position:relative;overflow-y:auto;box-shadow:0 30px 80px #0000008c,0 0 40px #f59e0b14}.explore-modal-header{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.explore-modal-header h3{color:#f8fafc;letter-spacing:-.03em;margin:0;font-size:28px;font-weight:750}.explore-close-btn{cursor:pointer;color:#cbd5e1;background:#ffffff0a;border:none;border-radius:14px;width:42px;height:42px;font-size:18px;transition:background .25s,color .25s,transform .25s}.explore-close-btn:hover{color:#fbbf24;background:#f59e0b1f;transform:rotate(90deg)}.explore-loading{color:#94a3b8;text-align:center;padding:40px 0;font-size:15px}.explore-modal-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px;display:grid}.explore-modal-item{cursor:pointer;background:linear-gradient(145deg,#1e293bf2,#0f172afa);border:1px solid #f59e0b14;border-radius:22px;flex-direction:column;align-items:center;gap:14px;padding:18px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.explore-modal-item:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#f59e0b1a,#0000 50%);position:absolute;inset:0}.explore-modal-item:hover{border-color:#f59e0b47;transform:translateY(-6px);box-shadow:0 20px 45px #0006,0 0 30px #f59e0b14}.explore-modal-item img{object-fit:contain;filter:drop-shadow(0 12px 20px #00000059);width:72px;height:72px;transition:transform .35s}.explore-modal-item:hover img{transform:scale(1.06)translateY(-2px)}.explore-modal-item span{color:#f8fafc;text-align:center;font-size:14px;font-weight:600;line-height:1.5;transition:color .25s,transform .25s}.explore-modal-item:hover span{color:#fff;transform:translateY(-1px)}.explore-modal::-webkit-scrollbar{width:8px}.explore-modal::-webkit-scrollbar-track{background:0 0}.explore-modal::-webkit-scrollbar-thumb{background:#f59e0b2e;border-radius:999px}@keyframes modalPop{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=700px){.explore-modal{border-radius:24px;padding:20px}.explore-modal-header h3{font-size:22px}.explore-modal-grid{grid-template-columns:repeat(2,1fr);gap:14px}.explore-modal-item{border-radius:18px;padding:16px}.explore-modal-item img{width:60px;height:60px}}.contact{box-sizing:border-box;z-index:0;background:0 0;width:100%;padding:60px clamp(20px,5vw,80px);position:relative;overflow:hidden}.contact>*{z-index:2;position:relative}.contact:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#0b122033 50%,#0b1220d9 100%);width:100%;height:1050px;position:absolute;bottom:0;left:0}.contact-header{margin-bottom:30px}.contact-header h2{color:#f59e0b;font-size:30px;font-weight:800}.contact-header p{color:#94a3b8;margin-top:6px;font-size:14px}.contact-container{grid-template-columns:1fr 1fr;gap:24px;display:grid}.contact-info{background:linear-gradient(145deg,#111827f2,#0b1220d9);border:1px solid #f59e0b14;border-radius:20px;padding:22px;box-shadow:0 15px 40px #00000059}.contact-info h3{color:#fff;margin-bottom:10px;font-size:20px}.contact-info p{color:#94a3b8;font-size:14px;line-height:1.6}.contact-details{flex-direction:column;gap:14px;margin-top:20px;display:flex}.contact-details span{color:#f59e0b;font-size:12px;font-weight:600}.contact-details p{color:#cbd5e1;margin:2px 0 0;font-size:13px}.contact-form{background:linear-gradient(145deg,#111827f2,#0b1220d9);border:1px solid #f59e0b14;border-radius:20px;flex-direction:column;gap:12px;padding:22px;display:flex;box-shadow:0 15px 40px #00000059}.contact-form input,.contact-form textarea{color:#fff;background:#0b122099;border:1px solid #ffffff14;border-radius:12px;outline:none;padding:12px 14px;transition:border-color .25s,box-shadow .25s}.contact-form textarea{resize:none;min-height:120px}.contact-form input:focus,.contact-form textarea:focus{border-color:#f59e0b66;box-shadow:0 0 0 3px #f59e0b1a}.contact-form button{color:#0b1220;cursor:pointer;background:#f59e0b;border:none;border-radius:12px;padding:12px;font-weight:700;transition:transform .2s,background .2s}.contact-form button:hover{background:#fbbf24;transform:translateY(-2px)}@media (width<=900px){.contact-container{grid-template-columns:1fr}}.recipe-page{box-sizing:border-box;z-index:2;width:100%;padding:60px clamp(20px,5vw,80px);position:relative}.recipe-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:35px;display:flex}.recipe-header h2{color:#f59e0b;margin:0;font-size:clamp(28px,4vw,38px);font-weight:800}.recipe-search{flex-wrap:wrap;gap:12px;display:flex}.recipe-search input{color:#fff;background:linear-gradient(145deg,#111827e0,#0b1220bf);border:1px solid #ffffff14;border-radius:16px;outline:none;width:min(320px,80vw);height:52px;padding:0 18px;font-size:15px;transition:border-color .25s,box-shadow .25s,transform .25s}.recipe-search input:focus{border-color:#f59e0b66;transform:translateY(-1px);box-shadow:0 0 0 4px #f59e0b14}.recipe-search input::placeholder{color:#94a3b8}.recipe-search button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#f59e0b,#ea580c);border:none;border-radius:16px;height:52px;padding:0 24px;font-size:14px;font-weight:700;transition:transform .25s,box-shadow .25s,filter .25s;box-shadow:0 10px 25px #f59e0b40}.recipe-search button:hover{filter:brightness(1.05);transform:translateY(-3px);box-shadow:0 16px 35px #f59e0b59}.recipe-state{color:#94a3b8;margin-top:20px;font-size:15px}.recipe-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.recipe-card{cursor:pointer;background:linear-gradient(145deg,#111827f2,#0b1220d9);border:1px solid #f59e0b14;border-radius:24px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000040}.recipe-card:hover{border-color:#f59e0b59;transform:translateY(-8px);box-shadow:0 22px 50px #0006}.recipe-card img{object-fit:cover;filter:brightness(.88);width:100%;height:220px;transition:transform .5s,filter .5s;transform:scale(1.02)}.recipe-card:hover img{filter:brightness();transform:scale(1.08)}.recipe-content{padding:18px}.recipe-content h3{color:#fff;margin-bottom:8px;font-size:18px;font-weight:700;transition:color .25s,transform .25s}.recipe-card:hover h3{color:#f8fafc;transform:translate(2px)}.recipe-content p{color:#94a3b8;font-size:13px;line-height:1.5}.recipe-modal-overlay{z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000c7;justify-content:center;align-items:flex-start;padding:clamp(90px,10vh,120px) 20px 40px;display:flex;position:fixed;inset:0;overflow-y:auto}.recipe-modal{width:min(900px,100%);max-height:unset;background:linear-gradient(145deg,#111827fa,#0b1220f2);border:1px solid #f59e0b1f;border-radius:28px;padding:28px;animation:.28s modalFade;position:relative;overflow:visible;box-shadow:0 30px 80px #00000080}.close-btn{color:#fff;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-left:auto;font-size:18px;transition:background .25s,transform .25s;display:flex;position:sticky;top:0}.close-btn:hover{background:#f59e0b40;transform:rotate(90deg)}.modal-image{object-fit:cover;border-radius:20px;width:100%;height:320px;margin-top:10px;margin-bottom:22px}@keyframes modalFade{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.recipe-modal h2{color:#fff;margin-bottom:10px;font-size:34px}.recipe-meta{color:#f59e0b;margin-bottom:28px;font-size:14px}.recipe-section{margin-top:28px}.recipe-section h3{color:#fff;margin-bottom:14px;font-size:20px}.recipe-section p,.recipe-section li{color:#cbd5e1;font-size:14px;line-height:1.7}.recipe-section ul{padding-left:18px}.recipe-section iframe{border:none;border-radius:18px;margin-top:10px}.recipe-modal::-webkit-scrollbar{width:8px}.recipe-modal::-webkit-scrollbar-thumb{background:#f59e0b59;border-radius:999px}@media (width<=768px){.recipe-modal-overlay{padding:70px 14px 24px}.recipe-modal{border-radius:22px;padding:18px}.modal-image{height:220px}.recipe-modal h2{font-size:26px}.recipe-section iframe{height:220px}}.recipe-card{position:relative}.fav-btn{color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.fav-btn:hover{background:#f59e0b33;border-color:#f59e0b66;transform:scale(1.05)}.fav-btn.active{background:#ef444433;border-color:#ef444466}.toast-notification{color:#fff;z-index:9999;background:#111827f2;border:1px solid #ffffff14;border-radius:12px;padding:12px 18px;font-size:14px;font-weight:500;animation:.2s toastIn;position:fixed;bottom:25px;left:50%;transform:translate(-50%);box-shadow:0 15px 35px #00000059}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.ingredients-page{box-sizing:border-box;width:100%;padding:60px clamp(20px,5vw,80px)}.ingredients-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:35px;display:flex}.ingredients-header h2{color:#f59e0b;margin:0 0 10px;font-size:clamp(28px,4vw,38px);font-weight:800}.ingredients-header p{color:#94a3b8;max-width:500px;line-height:1.6}.ingredients-search input{color:#fff;background:linear-gradient(145deg,#111827e0,#0b1220bf);border:1px solid #ffffff14;border-radius:16px;outline:none;width:min(320px,80vw);height:52px;padding:0 18px;font-size:15px;transition:border-color .25s,box-shadow .25s}.ingredients-search input:focus{border-color:#f59e0b66;box-shadow:0 0 0 4px #f59e0b14}.ingredients-search input::placeholder{color:#94a3b8}.ingredient-count{color:#f59e0b;margin-top:12px;font-size:14px;font-weight:600}.ingredient-tags{flex-wrap:wrap;gap:12px;margin-bottom:35px;display:flex}.ingredient-tags button{color:#e2e8f0;cursor:pointer;background:linear-gradient(145deg,#111827f2,#0b1220e0);border:1px solid #f59e0b14;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;transition:transform .25s,border-color .25s,background .25s,box-shadow .25s}.ingredient-tags button:hover{background:linear-gradient(145deg,#f59e0b2e,#ea580c1f);border-color:#f59e0b59;transform:translateY(-3px);box-shadow:0 10px 24px #f59e0b26}.ingredients-empty{text-align:center;background:linear-gradient(145deg,#111827f2,#0b1220e0);border:1px solid #ffffff0d;border-radius:24px;width:100%;margin:10px 0 20px;padding:40px 25px}.ingredients-empty h3{color:#fff;margin-bottom:10px;font-size:22px}.ingredients-empty p{color:#94a3b8;line-height:1.6}.ingredients-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px;display:grid}.ingredient-card{cursor:pointer;background:linear-gradient(145deg,#111827f2,#0b1220e0);border:1px solid #f59e0b14;border-radius:24px;flex-direction:column;align-items:center;padding:22px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000040}.ingredient-card:hover{border-color:#f59e0b59;transform:translateY(-8px);box-shadow:0 22px 50px #0006}.ingredient-card img{object-fit:contain;filter:drop-shadow(0 10px 20px #00000059);width:110px;height:110px;margin-bottom:18px;transition:transform .4s;display:block}.ingredient-card:hover img{transform:scale(1.08)rotate(-2deg)}.ingredient-content{text-align:center}.ingredient-content h3{color:#fff;margin-bottom:8px;font-size:18px;font-weight:700}.ingredient-content p{color:#94a3b8;font-size:13px;line-height:1.6}.ingredients-state{color:#94a3b8;margin-top:20px}@media (width<=768px){.ingredients-page{padding:40px 18px 80px}.ingredients-header{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:28px}.ingredients-header h2{font-size:32px;line-height:1.1}.ingredients-header p{font-size:14px}.ingredients-search{width:100%}.ingredients-search input{border-radius:18px;width:100%;height:54px}.ingredient-tags{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px;display:grid}.ingredient-tags button{border-radius:16px;width:100%;padding:12px 14px;font-size:13px}.ingredients-grid{grid-template-columns:repeat(2,1fr);gap:16px}.ingredient-card{text-align:center;border-radius:22px;justify-content:center;min-height:220px;padding:18px 14px}.ingredient-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#f59e0b1f,#0000 60%);position:absolute;inset:0}.ingredient-card img{width:80px;height:80px;margin-bottom:14px}.ingredient-content h3{margin-bottom:6px;font-size:15px;line-height:1.3}.ingredient-content p{font-size:12px;line-height:1.5}.ingredients-empty{padding:30px 20px}}@media (width<=480px){.ingredients-grid{grid-template-columns:repeat(2,1fr);gap:14px}.ingredient-card{min-height:200px;padding:16px 12px}.ingredient-card img{width:70px;height:70px}.ingredient-content h3{font-size:14px}.ingredient-content p{font-size:11px}}.favorites-page{box-sizing:border-box;z-index:2;width:100%;min-height:100vh;padding:60px clamp(20px,5vw,80px);position:relative}.favorites-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:35px;display:flex}.favorites-header h1{color:#f59e0b;margin:0;font-size:clamp(30px,4vw,42px);font-weight:800}.favorites-header p{color:#94a3b8;margin-top:8px;font-size:15px}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:24px;display:grid}.favorite-card{cursor:pointer;background:linear-gradient(135deg,#030712f2,#0c1932e6);border:1px solid #ffffff0d;border-radius:24px;height:310px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.favorite-card:hover{border-color:#f59e0b59;transform:translateY(-8px);box-shadow:0 22px 50px #0006}.favorite-card img{object-fit:cover;width:100%;height:220px;transition:transform .4s}.favorite-card:hover img{transform:scale(1.08)}.favorite-content{padding:18px}.favorite-content h3{color:#fff;margin-bottom:8px;font-size:18px;font-weight:700}.favorite-content p{color:#94a3b8;font-size:14px}.favorites-count{color:#f59e0b;background:#f59e0b1f;border-radius:999px;padding:10px 18px;font-weight:600}.favorite-meta{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.favorite-meta span{color:#f59e0b;background:#f59e0b1f;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.remove-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ff4d4d;cursor:pointer;z-index:5;background:#ffffff26;border:none;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .25s;display:flex;position:absolute;top:12px;right:12px}.remove-btn:hover{background:#ff4d4d33;transform:scale(1.08)}.favorites-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px 20px;display:flex}.favorites-empty h2{color:#fff;margin-bottom:10px}.favorites-empty p{color:#94a3b8;max-width:420px}@media (width<=768px){.favorites-page{padding:40px 18px}.favorites-header{align-items:flex-start}.favorites-header h1{font-size:30px}.favorites-grid{gap:18px}.favorite-card img{height:200px}.remove-btn{width:38px;height:38px}}
