.navbar-back-link{position:fixed;left:20px;top:15px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background-color:#1e1e1e99;color:#fff9;border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow:hidden;font-family:Oxanium,sans-serif;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #0003;text-decoration:none;z-index:1003}.navbar-back-link svg{width:16px;height:16px;transition:transform .3s ease;pointer-events:none}.navbar-back-link:hover{background-color:#282828cc;border-color:#fff3;color:#ffffffe6;box-shadow:0 6px 20px #0000004d}.navbar-back-link:hover svg{transform:translate(-3px)}.navbar-logo-right{position:fixed!important;right:20px!important;left:auto!important;top:15px!important;transform:none!important}@media(max-width:923px)and (min-width:765px){.navbar-back-link{padding:8px}.navbar-back-link svg{margin:0}.navbar-back-link:before{content:"";display:none}.navbar-back-link{font-size:0}.navbar-back-link svg{font-size:initial;width:20px;height:20px}}@media(max-width:768px){.navbar-logo-right{display:none}}.guides-hero{position:relative;width:100%;padding:100px 40px 80px;margin-bottom:60px;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 -1px 5px #ffffff0d;overflow:hidden;min-height:300px;display:flex;align-items:center;justify-content:center}.guides-hero-background{position:absolute;inset:0;z-index:1;overflow:hidden}.guides-hero-image{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.5;filter:blur(2px) brightness(.6);transform:scale(1.05)}.guides-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#121212bf,#12121299,#121212cc);z-index:2;pointer-events:none}.guides-hero-content{position:relative;z-index:3;max-width:900px;margin:0 auto}.guides-hero-title{font-size:4rem;font-weight:800;text-transform:uppercase;line-height:1.1;margin:0 0 24px;color:#fff;letter-spacing:3px;text-shadow:0 0 10px rgba(255,71,87,.6),0 0 20px rgba(255,71,87,.4),0 0 30px rgba(255,71,87,.2),2px 2px 8px rgba(0,0,0,.5)}.guides-hero-subtitle{font-size:1.2rem;font-weight:400;color:#ffffffbf;line-height:1.6;max-width:600px;margin:32px auto 0}.guides-container{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:0 40px 60px}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;width:100%;margin:0}.guide-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;box-shadow:0 0 #f000;transform:translateY(0);transition:background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease!important;text-decoration:none;display:flex;flex-direction:column;position:relative;min-height:280px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);will-change:background,border-color,transform,box-shadow}.guide-card:hover{background:#ffffff14;border-color:#ff000080;transform:translateY(-5px);box-shadow:0 8px 30px #ff00004d;text-decoration:none}.guide-card:hover *{text-decoration:none}.guide-card-image{position:relative;width:100%;height:180px;overflow:hidden;background:linear-gradient(135deg,#ff475733,#ff6b6b1a)}.guide-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.guide-card:hover .guide-card-image img{transform:scale(1.05)}.guide-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(18,18,18,.3) 50%,rgba(18,18,18,.8) 100%);pointer-events:none}.guide-card-content{padding:24px;flex:1;display:flex;flex-direction:column}.guide-card-title{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;transition:text-shadow .3s ease}.guide-card:hover .guide-card-title{text-shadow:0 0 10px rgba(255,0,0,.5)}.guide-card-author{display:flex;align-items:center;gap:8px;margin-bottom:12px;position:relative}.guide-card-author:before{content:"";position:absolute;top:50%;left:14px;transform:translate(-50%,-50%);width:45px;height:45px;background-image:url(/assets/bloody-icon-background-Dx-Cw0-B.png);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:0;pointer-events:none;opacity:.6}.guide-card-description{font-size:.95rem;line-height:1.6;color:#fffc;margin:0 0 20px;flex:1}.guide-card-author-name{font-size:.85rem;font-weight:600;color:#ffffffb3;letter-spacing:.5px}.guide-card-author-logo{width:16px;height:16px;object-fit:contain;opacity:.8}.guide-card-author-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.2);position:relative;z-index:1;flex-shrink:0}.guide-card-link{display:flex;align-items:center;gap:8px;color:#4a9eff;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;margin-top:auto;transition:color .3s ease;text-decoration:none;line-height:1}.guide-card-link span{display:inline-flex;align-items:center;line-height:1}.guide-card-link svg{width:16px;height:16px;display:block;flex-shrink:0;transition:transform .3s ease;vertical-align:middle;margin-top:0}.guide-card-link:hover{color:#3b82f6;text-decoration:none}.guide-card-link:hover svg{transform:translate(5px)}.guides-loading,.guides-error{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#fffc;font-size:1.1rem}.guides-error{color:#ff4757e6}@media(max-width:1200px){.guides-hero{padding:80px 30px 60px;margin-bottom:60px}.guides-hero-title{font-size:3.5rem;letter-spacing:2px}.guides-hero-subtitle{font-size:1.1rem}.guides-container{padding:0 30px 60px}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}}@media(max-width:900px){.guides-hero{padding:60px 25px 50px;margin-bottom:50px}.guides-hero-title{font-size:2.8rem;letter-spacing:1.5px}.guides-hero-subtitle{font-size:1rem}.guides-container{padding:0 25px 50px}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.guide-card-content{padding:20px}.guide-card-title{font-size:1.2rem}.guide-card-description{font-size:.9rem}}@media(max-width:768px){.guides-hero{padding:50px 20px 40px;margin-bottom:40px}.guides-hero-title{font-size:2.2rem;letter-spacing:1px;margin-bottom:20px}.guides-hero-subtitle{font-size:.95rem;margin-top:24px}.guides-container{padding:0 20px 40px}.guides-grid{grid-template-columns:1fr;gap:20px}.guide-card{min-height:auto}.guide-card-image{height:160px}.guide-card-content{padding:18px}.guide-card-title{font-size:1.1rem;margin-bottom:10px}.guide-card-author{margin-bottom:10px}.guide-card-description{font-size:.85rem;margin-bottom:16px}.guide-card-author-name{font-size:.75rem}.guide-card-author-logo{width:14px;height:14px}.guide-card-author-avatar{width:24px;height:24px}.guide-card-author:before{width:38px;height:38px;left:13px}}@media(max-width:480px){.guides-hero{padding:40px 15px 35px;margin-bottom:35px}.guides-hero-title{font-size:1.8rem;letter-spacing:.5px;margin-bottom:16px}.guides-hero-subtitle{font-size:.85rem;margin-top:20px}.guides-container{padding:0 15px 35px}.guides-grid{gap:15px}.guide-card-image{height:140px}.guide-card-content{padding:16px}.guide-card-title{font-size:1rem;margin-bottom:8px}.guide-card-author{margin-bottom:8px}.guide-card-description{font-size:.8rem}.guide-card-author-name{font-size:.7rem}.guide-card-author-logo{width:12px;height:12px}.guide-card-author-avatar{width:24px;height:24px}.guide-card-author:before{width:38px;height:38px;left:13px}.guide-card-link{font-size:.85rem}}@media(min-width:1920px){.guides-hero{padding:120px 50px 100px;margin-bottom:60px}.guides-hero-title{font-size:clamp(4.5rem,5vw,5rem);letter-spacing:4px}.guides-hero-subtitle{font-size:clamp(1.3rem,1.4vw,1.4rem)}.guides-container{padding:0 50px 60px}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:40px}.guide-card-content{padding:30px}.guide-card-title{font-size:clamp(1.6rem,1.7vw,1.7rem)}.guide-card-description{font-size:clamp(1.1rem,1.2vw,1.2rem)}.guide-card-image{height:220px}}@media(min-width:2560px)and (min-height:1440px){.guides-hero{padding:140px 60px 120px;margin-bottom:80px}.guides-hero-title{font-size:clamp(5.5rem,6vw,6rem);letter-spacing:5px}.guides-hero-subtitle{font-size:clamp(1.6rem,1.7vw,1.7rem)}.guides-container{padding:0 60px 80px}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:50px}.guide-card-content{padding:40px}.guide-card-title{font-size:clamp(2rem,2.1vw,2.1rem)}.guide-card-description{font-size:clamp(1.3rem,1.4vw,1.4rem)}.guide-card-image{height:260px}}@media(min-width:3440px)and (min-height:1440px){.guides-hero{padding:180px 80px 150px;margin-bottom:100px}.guides-hero-title{font-size:7rem;letter-spacing:6px}.guides-hero-subtitle{font-size:2rem}.guides-container{padding:0 80px 100px}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(550px,1fr));gap:60px}.guide-card-content{padding:50px}.guide-card-title{font-size:2.5rem}.guide-card-description{font-size:1.6rem}.guide-card-image{height:320px}}
