.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0}.navigation-container{position:fixed;top:0;left:0;z-index:9999;width:100vw}.navigation-container nav{background-color:rgba(255,255,255,.9);transition:background-color .3s;height:80px;display:flex}.navigation-container nav a{color:#333}.navigation-container nav a:hover{color:#b3341a}.site-title{color:#000!important;transition:color .3s;display:inline-block}.site-title:hover{color:#b3341a}body.dark-theme .site-title{color:#fff!important}.nav-link{color:#333;text-decoration:none;transition:color .3s}.nav-link:hover{color:#b3341a}.nav-link.active{color:#b3341a;font-weight:600;position:relative}.nav-link.active::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#b3341a;border-radius:1px}.nav-logo-link{display:flex;align-items:center}.nav-logo{height:40px;width:auto;display:none}.nav-logo-light{display:block}body.dark-theme .nav-logo-light{display:none}body.dark-theme .nav-logo-dark{display:block;width:auto;margin-right:1rem;width:auto;margin-right:1rem}.theme-toggle-btn{background:0 0;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f5f5f5;transition:background-color .3s,color .3s}.theme-toggle-btn:hover{background-color:rgba(0,0,0,.1)}.theme-icon{width:24px;height:24px}.theme-icon-light{display:none}.theme-icon-dark{display:block;color:#333}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;width:30px;height:30px;background:0 0;border:none;cursor:pointer;padding:0}@media(max-width:768px){.mobile-menu-toggle{display:flex}}.burger-line{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s;border-radius:2px}body.dark-theme .burger-line{background-color:#f5f5f5}.mobile-menu-toggle.active{z-index:1000}.mobile-menu-toggle.active .burger-line:nth-child(1){transform:rotate(-45deg)translate(-5px,6px)}.mobile-menu-toggle.active .burger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .burger-line:nth-child(3){transform:rotate(45deg)translate(-5px,-6px)}.desktop-menu{display:flex!important;align-items:center;gap:1rem;white-space:nowrap;flex-wrap:nowrap}.desktop-menu ul{display:flex!important;align-items:center;margin:0!important;padding:0!important;flex-wrap:nowrap}.desktop-menu ul li{display:inline-flex!important;white-space:nowrap;margin:0 .5rem!important}@media(max-width:768px){.desktop-menu{display:none!important}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:999;display:none;opacity:0;transition:opacity .3s ease}.mobile-menu.active{display:flex;opacity:1}.mobile-menu-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;text-align:center}.mobile-menu-list{list-style:none;padding:0;margin:2rem 0}.mobile-menu-list li a.mobile-nav-link{color:#333}body.dark-theme ul.mobile-menu-list li a.mobile-nav-link{color:#f5f5f5}.mobile-menu-item{margin:1.5rem 0}.mobile-menu-item .mobile-nav-link{text-decoration:none;font-size:1.5rem;font-weight:300;color:#f5f5f5;transition:all .3s ease-in;text-transform:lowercase;display:inline-block}.mobile-menu-item:hover .mobile-nav-link{color:#df4121;font-weight:600;text-shadow:0 4px 6px #b3b3b3;transform:scale(110%)translateY(-4px);transition:all .1s ease-in}.mobile-menu-item:active .mobile-nav-link{transform:scale(100%)translateY(0)}.mobile-theme-toggle-btn{display:flex;align-items:center;justify-content:center;background:0 0;border:2px solid rgba(255,255,255,.3);color:#fff;padding:1rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s;margin-top:2rem;border-color:#b3341a;color:#b3341a}.mobile-theme-toggle-btn:hover{filter:saturate(300%);background-color:#b3341a;color:#fff}.mobile-theme-toggle-btn .theme-icon{margin-right:.5rem}.mobile-theme-toggle-btn .theme-toggle-text{font-size:1rem}body.dark-theme .navigation-container nav{background-color:rgba(18,18,18,.9)}body.dark-theme .navigation-container nav a{color:#f5f5f5}body.dark-theme .site-title,body.dark-theme .nav-link{color:#333}body.dark-theme .site-title:hover,body.dark-theme .nav-link:hover{color:#df4121}body.dark-theme .site-title.active,body.dark-theme .nav-link.active{color:#df4121}body.dark-theme .site-title.active::after,body.dark-theme .nav-link.active::after{background:#df4121}body.dark-theme .theme-toggle-btn{color:#f5f5f5}body.dark-theme .theme-toggle-btn:hover{background-color:rgba(255,255,255,.1)}body.dark-theme .mobile-menu{background-color:rgba(0,0,0,.95)}body.dark-theme .mobile-menu .mobile-theme-toggle-btn{color:#fff;border-color:#fff}body.dark-theme .mobile-menu .mobile-theme-toggle-btn:hover{background:#b3341a;color:#fff;border-color:#b3341a}body.dark-theme .mobile-menu-item .mobile-nav-link{color:#333}body.dark-theme .mobile-menu-item:hover .mobile-nav-link{color:#e5674e;text-shadow:0 4px 6px #676767}body.dark-theme .theme-icon-light{display:block}body.dark-theme .theme-icon-dark{display:none}.collapsible{list-style:none;padding:0}.collapsible-item{margin-bottom:1rem}.collapsible-header{background:#f4f4f4;border:none;padding:.5rem;cursor:pointer;width:100%;text-align:left}.collapsible-body{display:none;padding:.5rem;border:1px solid #ddd;background:#fff}.collapsible-header.active+.collapsible-body{display:block}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#b3341a 0%,#5a1a0d 100%);color:#fff;text-align:center;overflow:hidden}.hero.hero-with-image{background-image:url(/images/default-banner.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero.hero-with-image .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1}.hero.hero-rtg{background-size:cover;background-position:50%;background-repeat:no-repeat;background-image:url(/images/round-table.games-hero-image-by-Marko-Petrik.webp)}.hero.hero-rtg .hero-overlay{background:rgba(139,69,19,.2)}.hero .hero-content{position:relative;z-index:2;max-width:800px;padding:2rem}@media(min-width:768px){.hero .hero-content{padding:4rem}}.hero-logo{max-height:120px;width:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.hero-title{font-size:3.5rem}}@media(min-width:1024px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;opacity:.9;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:rgba(255,255,255,.15);color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-weight:600;font-size:1.125rem;text-decoration:none;backdrop-filter:blur(10px);transition:all .3s}.hero-cta:hover{background-color:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.hero-cta svg{width:20px;height:20px}.hero-simple{background:linear-gradient(135deg,#b3341a 0%,#862714 100%);padding:4rem 0}@media(min-width:768px){.hero-simple{padding:6rem 0}}.hero-simple .hero-content{text-align:center;max-width:600px;margin:0 auto}.hero-minimal{min-height:50vh;padding:3rem 0}.hero-minimal .hero-title{font-size:2rem}@media(min-width:768px){.hero-minimal .hero-title{font-size:2.5rem}}.hero-fullscreen{min-height:100vh}.section{padding:2rem 0 0}@media(min-width:768px){.section{padding:6rem 0}}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}@media(min-width:768px){.section-title{font-size:3rem}}body.dark-theme .hero{background:linear-gradient(135deg,#862714 0%,#2d0d07 100%)}body.dark-theme .hero.hero-rtg{background-image:url(/images/round-table.games-hero-image-by-Marko-Petrik.webp)}body.dark-theme .hero.hero-rtg .hero-overlay{background:rgba(0,0,0,.25)}body.dark-theme .section-title{color:#f5f5f5}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeInUp .8s ease-out forwards}.hero-title{animation-delay:.2s}.hero-subtitle{animation-delay:.4s}.hero-cta{animation-delay:.6s}.scroll-indicator{position:absolute;bottom:4rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.9);animation:bounce 2s infinite}.scroll-indicator svg{width:44px;height:44px}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%)translateY(0)}40%{transform:translateX(-50%)translateY(-10px)}60%{transform:translateX(-50%)translateY(-5px)}}.blog{padding:2rem 0}@media(min-width:768px){.blog{padding:4rem 0}}.blog-header{text-align:center;margin-bottom:3rem}.blog-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#f5f5f5}@media(min-width:768px){.blog-title{font-size:3rem}}.blog-description{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.blog-posts{display:grid;gap:3rem}.blog-post{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s}.blog-post:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.15)}@media(min-width:768px){.blog-post{display:grid;grid-template-columns:300px 1fr;gap:0}}.blog-post-image{aspect-ratio:16/9;overflow:hidden}@media(min-width:768px){.blog-post-image{aspect-ratio:auto}}.blog-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.blog-post-image:hover img{transform:scale(1.05)}.blog-post-content{padding:1.5rem}@media(min-width:768px){.blog-post-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}}.blog-post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#666;flex-wrap:wrap}.blog-post-date{display:flex;align-items:center;gap:.25rem}.blog-post-category{background:#b3341a;color:#fff;padding:.25rem .75rem;border-radius:20px;font-weight:500;text-decoration:none;transition:background-color .3s}.blog-post-category:hover{background:#862714}.blog-post-reading-time{display:flex;align-items:center;gap:.25rem}.blog-post-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.blog-post-title a{color:#f5f5f5;text-decoration:none}.blog-post-title a:hover{color:#b3341a}.blog-post-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem}.blog-post-link{color:#b3341a;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.blog-post-link:hover{color:#862714}.blog-post-link svg{width:16px;height:16px}.post{padding:2rem 0}@media(min-width:768px){.post{padding:4rem 0}}.post-header{text-align:center;margin-bottom:3rem}.post-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#f5f5f5;line-height:1.2}@media(min-width:768px){.post-title{font-size:3.5rem}}.post-meta{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem;color:#666;flex-wrap:wrap}.post-author,.post-date,.post-reading-time{display:flex;align-items:center;gap:.5rem}.post-categories{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.post-featured-image{margin-bottom:3rem;border-radius:8px;overflow:hidden}.post-featured-image img{width:100%;height:auto;display:block}.post-content{max-width:800px;margin:0 auto;line-height:1.8;color:#f5f5f5}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:2rem;margin-bottom:1rem}.post-content h2{font-size:2rem;border-bottom:2px solid #b3341a;padding-bottom:.5rem}.post-content h3{font-size:1.5rem}.post-content p{margin-bottom:1.5rem}.post-content img{border-radius:8px;margin:2rem 0}.post-content blockquote{border-left:4px solid #b3341a;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#666}.post-content code{background:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-size:.9rem}.post-content pre{background:#f8f9fa;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.post-content pre code{background:0 0;padding:0}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content a{color:#b3341a;font-weight:500}.post-content a:hover{text-decoration:underline}.post-tags{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.post-tags-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#f5f5f5}.post-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{background:#f8f9fa;color:#666;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.875rem;transition:all .3s}.post-tag:hover{background:#b3341a;color:#fff}.post-navigation{margin-top:4rem;display:grid;gap:2rem}@media(min-width:768px){.post-navigation{grid-template-columns:1fr 1fr}}.post-nav-link{background:#fff;padding:1.5rem;border-radius:8px;text-decoration:none;transition:all .3s;display:block}.post-nav-link:hover{transform:translateY(-2px);box-shadow:0 2px 10px rgba(0,0,0,.1)}.post-nav-link.prev{text-align:left}.post-nav-link.next{text-align:right}.post-nav-label{font-size:.875rem;color:#666;margin-bottom:.5rem}.post-nav-title{font-weight:600;color:#f5f5f5}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:4rem}.pagination-item{padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;text-decoration:none;color:#f5f5f5;transition:all .3s}.pagination-item:hover,.pagination-item.active{background:#b3341a;color:#fff;border-color:#b3341a}.pagination-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.no-posts{text-align:center;padding:4rem 2rem;color:#666}body.dark-theme .blog-post,body.dark-theme .post-nav-link{background:#0d0d0d;box-shadow:0 2px 10px rgba(0,0,0,.3)}body.dark-theme .blog-title,body.dark-theme .blog-post-title a,body.dark-theme .post-title,body.dark-theme .post-content,body.dark-theme .post-tags-title,body.dark-theme .post-nav-title,body.dark-theme .blog-post-category{color:#333}body.dark-theme .blog-description,body.dark-theme .blog-post-excerpt,body.dark-theme .blog-post-meta,body.dark-theme .post-meta{color:#ccc}body.dark-theme .post-tags{border-top-color:#444}body.dark-theme .post-tag{background:#333;color:#ccc}body.dark-theme .post-tag:hover{background:#b3341a;color:#fff}body.dark-theme .post-content blockquote{color:#ccc}body.dark-theme .post-content code{background:#333;color:#f8f9fa}body.dark-theme .post-content pre{background:#1e1e1e}body.dark-theme .pagination-item{background:#0d0d0d;border-color:#444;color:#333}body.dark-theme .pagination-item:hover,body.dark-theme .pagination-item.active{background:#b3341a}body.dark-theme .no-posts{color:#ccc}.srd-index-link{display:inline-block;margin-top:1.25rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#b3341a,#862714);color:#fff;border-radius:6px;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,8%);border:2px solid transparent;transition:all .2s;text-decoration:none;cursor:pointer}.srd-index-link:hover{background:#b3341a;color:#fff;border-color:#b3341a}body.dark-theme .srd-index-item{background:rgba(30,20,20,.9);border-color:rgba(139,69,19,.25);box-shadow:0 8px 32px rgba(0,0,0,.28);color:#f5f5f5}body.dark-theme .srd-index-link{background:linear-gradient(135deg,#df4121,#b3341a);color:#f2b4a7}body.dark-theme .srd-index-link:hover{color:#f5f5f5}.grid-container{column-count:3;column-gap:2rem;max-width:1200px;margin:2rem auto 0;orphans:1;widows:1}@media(max-width:1024px){.grid-container{column-count:2;column-gap:1.5rem}}@media(max-width:600px){.grid-container{column-count:1;column-gap:0}}.srd-index-item{background:rgba(255,255,255,.5);border:2px solid #b3341a;border-radius:8px;padding:1.5rem;text-decoration:none;color:inherit;display:inline-block;width:100%;margin-bottom:2rem;break-inside:avoid;box-sizing:border-box;position:relative}@media(max-width:600px){.srd-index-item{margin-bottom:1.5rem}}.srd-index-item:hover{background:rgba(179,52,26,.2);box-shadow:0 4px 12px rgba(0,0,0,.1)}.card--tall{grid-row:span 2}.card--wide{grid-column:span 2}.srd-index-item h3{margin:0 0 .5rem;color:#b3341a;font-size:1.25rem}.srd-index-item h1{color:#111}.srd-index-item p{margin:0;color:#333;font-size:.9rem}body.dark-theme .srd-index-item{background:rgba(179,52,26,.1)}body.dark-theme .srd-index-item h1{color:#fff}body.dark-theme .srd-index-item p{color:#f5f5f5}.race-card{border:1px solid #e5e5e5;transition:box-shadow .2s ease}.race-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.breadcrumbs{color:#666}.breadcrumbs a{color:#06c}.breadcrumbs a:hover{color:#049}body.dark-theme .breadcrumbs a{color:#aaa}body.dark-theme .breadcrumbs a:hover{color:#fff}html,body{height:100%;margin:0;padding:0}body{background-color:#fff;color:#333;display:flex;flex-direction:column;padding-top:80px}main{padding:0;flex:1 0 auto;display:flex;flex-direction:column}.mid-gray{color:#333}body.dark-theme{background-color:#121212;color:#f5f5f5}body.dark-theme .mid-gray{color:#f5f5f5}body.dark-theme .theme-icon-light{display:block}body.dark-theme .theme-icon-dark{display:none}body.dark-theme .portfolio-tags{color:#f5f5f5}body.dark-theme a{color:#f5f5f5}body.dark-theme .cta{background-color:#b3341a}body.dark-theme .cta:hover{background-color:#862714}.hero-background{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;position:relative;min-height:600px;display:flex;align-items:center}.hero-overlay{background-color:rgba(0,0,0,.7);padding:4rem 0;width:100%}body.dark-theme .hero-overlay{background-color:rgba(0,0,0,.8)}.hero-container{display:flex;flex-direction:row;align-items:center;padding:2rem;max-width:1200px;margin:0 auto;gap:2rem;color:#fff}@media(max-width:768px){.hero-container{flex-direction:column;text-align:center}}.logo-container{flex:0 0 40%}@media(max-width:768px){.logo-container{flex:0 0 100%;margin-bottom:1rem}}.hero{position:relative}.hero-logo{width:100%;height:auto;max-width:400px}.hero-content{flex:0 0 60%}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2;color:#fff}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6;color:rgba(255,255,255,.9)}.hero-content .cta{display:inline-block;padding:.75rem 1.5rem;background-color:#b3341a;color:#fff;text-decoration:none;border-radius:4px;font-weight:700;transition:background-color .3s}.hero-content .cta:hover{background-color:#862714}.hero-discord-link{z-index:998;position:absolute;left:20px;bottom:10px;text-align:center}.hero-discord-link a{display:flex;background:#5865f2;color:#fff;font-weight:600;padding:2px 11px;border-radius:2em;font-size:1.15em;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:background .2s;justify-content:center;align-items:center}.products-section{padding:2rem 0 4rem;max-width:1200px;margin:0 auto}.products-section .section-title{font-size:2.5rem;font-family:cinzel,georgia,serif;color:#b3341a;text-align:center;margin-bottom:2.5rem;letter-spacing:.05em;text-shadow:2px 2px 4px rgba(0,0,0,8%)}.products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.products-section .product-card{background:rgba(255,255,255,.8);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12);border:2px solid rgba(139,69,19,.12);padding:2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.products-section .product-card:hover{box-shadow:0 16px 48px rgba(0,0,0,.18);border-color:#b3341a}.products-section .product-card .product-channels{font-size:2rem;text-align:center}.products-section .product-card .product-channels .product-channels-heading{margin:1rem 0;color:#b3341a}.products-section .product-card .product-channels .product-channel-btn{cursor:pointer;border-radius:5px;margin-bottom:.5em;display:flex;align-items:center;justify-content:center;width:100%;gap:.5em;transition:transform .2s,box-shadow .2s,border-color .2s}.products-section .product-card .product-channels .product-channel-btn:hover{transform:translateY(-8px)scale(1.02)}.products-section .product-card .product-image{width:100%;max-width:320px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.1);margin-bottom:1.25rem;background:#f8f5f0;object-fit:cover}.products-section .product-card .product-title{font-size:1.4rem;font-family:cinzel,georgia,serif;color:#b3341a;margin-bottom:.5rem;text-align:center;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,6%)}.products-section .product-card .product-description{font-size:1rem;color:#333;opacity:.92;margin-bottom:1.25rem;text-align:center}.products-section .product-card .product-link{display:inline-block;padding:.7rem 1.5rem;background:linear-gradient(135deg,#b3341a,#862714);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.1);border:2px solid transparent;transition:all .2s;margin-top:1.5rem}.products-section .product-card .product-link:hover{background:#b3341a;border-color:#b3341a}body.dark-theme .products-section .product-card{background:rgba(30,20,20,.8);border-color:rgba(139,69,19,.25);box-shadow:0 8px 32px rgba(0,0,0,.28)}body.dark-theme .products-section .product-card .product-channels .product-channels-heading{color:#b3341a}body.dark-theme .products-section .product-card .product-title,body.dark-theme .products-section .product-card .product-description{color:#f5f5f5}body.dark-theme .products-section .product-card .product-link{background:linear-gradient(135deg,#df4121,#b3341a);color:#f2b4a7}body.dark-theme .products-section .product-card .product-link:hover{color:#f5f5f5}body.dark-theme .portfolio .section-title{color:#333}body.dark-theme .portfolio .portfolio-item .portfolio-thumbnail img{box-shadow:0 4px 8px rgba(0,0,0,.3)}body.dark-theme .portfolio .portfolio-item .portfolio-thumbnail img:hover{box-shadow:0 8px 16px rgba(0,0,0,.4)}body.dark-theme .portfolio .portfolio-item .portfolio-content .portfolio-link{color:#333}body.dark-theme .portfolio .portfolio-item .portfolio-content .portfolio-link:hover{color:#df4121}body.dark-theme .portfolio .portfolio-item .portfolio-content .portfolio-link:hover .link-icon{color:#df4121}body.dark-theme .portfolio .portfolio-item .portfolio-content .link-icon{color:#333}footer{padding:2rem;text-align:center;background-color:#fff;flex-shrink:0}footer a{color:#b3341a;text-decoration:none}footer a:hover{text-decoration:underline}body.dark-theme footer{background-color:#121212}.image-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:1000;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;opacity:0;transition:opacity .3s ease-in-out}.image-popup.active{opacity:1}.image-popup .popup-content{position:relative;max-width:90%;max-height:90%;background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 0 20px rgba(0,0,0,.5);text-align:center;transform:scale(.9);opacity:0;transition:transform .3s ease-out,opacity .3s ease-out}.image-popup .popup-content.active{transform:scale(1);opacity:1}.image-popup .popup-content h3{margin-top:0;margin-bottom:15px;color:#f5f5f5;font-size:1.5rem}.image-popup .popup-content img{max-width:100%;max-height:70vh;border-radius:4px;display:block;margin:0 auto}.image-popup .popup-content .close-popup{position:absolute;top:10px;right:15px;font-size:28px;font-weight:700;color:#f5f5f5;cursor:pointer;transition:color .3s}.image-popup .popup-content .close-popup:hover{color:#b3341a}body.dark-theme .image-popup .popup-content{background-color:#121212}body.dark-theme .image-popup .popup-content h3{color:#333}body.dark-theme .image-popup .popup-content .close-popup{color:#333}body.dark-theme .image-popup .popup-content .close-popup:hover{color:#df4121}main#main-content{background-image:url(/images/RTG-parchment.webp);background-repeat:repeat;background-size:auto;background-position:0 0;min-height:100vh}body.section-dnd5e-srd main,body.section-dnd5e-srd main#main-content{background-image:url(/images/RTG-parchment.webp);background-repeat:repeat;background-size:auto;background-position:0 0}body.dark-theme main#main-content,body.dark-theme.section-dnd5e-srd main,body.dark-theme.section-dnd5e-srd main#main-content{background-image:url(/images/RTG-parchment-leather.webp);background-repeat:repeat;background-size:auto;background-position:0 0}.section{padding:2rem 0 0;position:relative}@media(min-width:768px){.section{padding:2rem 0 0}}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;font-family:cinzel,georgia,serif;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.1);position:relative}.section-title::after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#b3341a,transparent);border-radius:2px}@media(min-width:768px){.section-title{font-size:3rem}}.intro-text{font-family:cursive;font-size:2rem;line-height:1.8;color:#333;max-width:800px;margin:0 auto;text-align:center;font-style:italic;opacity:.9}body.dark-theme .intro-text{color:#f5f5f5}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-item{background:rgba(255,255,255,.9);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.1);border:2px solid rgba(139,69,19,.1);transition:all .3s ease;position:relative;overflow:hidden}.service-item:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.15);border-color:#b3341a}.service-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1))}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:cinzel,georgia,serif;position:relative;z-index:1}.service-description{font-size:1rem;line-height:1.6;color:#333;opacity:.8;position:relative;z-index:1}body.dark-theme .service-item{background:rgba(30,20,20,.9);border-color:rgba(139,69,19,.3)}body.dark-theme .service-title,body.dark-theme .service-description{color:#f5f5f5}.btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#b3341a,#862714);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.2);border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3);border-color:rgba(255,255,255,.3)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.mt-2{margin-top:2rem}.wide{width:100%}@media(max-width:768px){.section-title{font-size:2rem}.intro-text{font-size:1.1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-item{padding:1.5rem}}