@font-face{font-family:Manrope;src:url(/fonts/Manrope.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:optional}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--font-heading: "Manrope", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif}html,body{margin:0;padding:0;height:100%;background-color:#fef7ed}#app{height:100%;overflow:hidden}.layout-container{height:100%;display:flex;flex-direction:column;font-family:var(--font-body);background-color:#fef7ed}.site-header{flex-shrink:0;background:linear-gradient(135deg,#fffbf5,#fef3e2);border-bottom:1px solid #f5e6d3;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #78350f0d}.header-inner{padding:0 1.25em;height:3.75em;display:flex;align-items:center;justify-content:space-between}.site-logo{display:flex;align-items:center;gap:.625em;font-size:1.375rem;font-weight:700;color:#78350f;text-decoration:none;letter-spacing:-.03125em;font-family:var(--font-heading)}.site-logo:hover{color:#92400e}.site-logo-image{height:2em;width:auto}.desktop-nav{display:flex;align-items:center;gap:.5em}.nav-link{display:inline-flex;align-items:center;justify-content:center;padding:.5em 1em;font-size:.9375rem;font-weight:500;color:#92400e;text-decoration:none;border-radius:.5em;transition:background-color .2s,color .2s;cursor:pointer}.nav-link svg{flex-shrink:0}.nav-link:hover,.nav-link:focus{background-color:#fde8cd;color:#78350f}.nav-link.active{background-color:#fde8cd;color:#78350f;font-weight:600}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:.3125em;width:2.5em;height:2.5em;padding:.5em;background:none;border:none;cursor:pointer;border-radius:.5em}.hamburger-btn:hover{background-color:#fef3e2}.hamburger-line{display:block;width:1.5em;height:.125em;background-color:#78350f;border-radius:.125em;transition:transform .2s,opacity .2s}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:90}.mobile-nav{display:none;position:fixed;top:0;left:0;width:17.5em;max-width:80vw;height:100vh;background:linear-gradient(135deg,#fffbf5,#fef3e2);box-shadow:.25em 0 1em #0000001a;z-index:95;padding:5em 1.25em 1.25em;transform:translate(-100%);transition:transform .3s ease}.mobile-nav.open{transform:translate(0)}.mobile-nav-link{display:block;padding:1em 1.25em;font-size:1.125rem;font-weight:500;color:#92400e;text-decoration:none;border-radius:.75em;margin-bottom:.5em;transition:all .2s}.mobile-nav-link:hover,.mobile-nav-link:active{background-color:#fef3e2;color:#78350f}.mobile-nav-link.active{background-color:#fde8cd;color:#78350f;font-weight:600}.mobile-nav-icons{display:flex;align-items:center;gap:.25em}.nav-icon-btn{display:flex;align-items:center;justify-content:center;width:2.5em;height:2.5em;background:none;border:none;border-radius:.5em;cursor:pointer;color:#92400e;text-decoration:none;transition:background-color .2s,color .2s}.nav-icon-btn:hover,.nav-icon-btn:active,.nav-icon-btn.active{background-color:#fde8cd;color:#78350f}.nav-icon-btn svg{flex-shrink:0}.page-hero{padding:.625em 1.25em;max-width:87.5em;margin:0 auto;text-align:center}.hero-title{font-size:2rem;font-weight:700;color:#78350f;margin:0;font-family:var(--font-heading)}.hero-subtitle{font-size:1rem;color:#92400e;margin:0}.hero-count{display:flex;align-items:baseline;justify-content:center;gap:.375em;margin-top:.25em}.count-number{font-size:1.25rem;font-weight:700;color:#b45309;font-family:var(--font-heading)}.count-label{font-size:.875rem;color:#a16207;font-weight:500}.games-page{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.games-page .page-hero,.games-page .games-controls{flex-shrink:0}.games-controls{padding:0 1.25em;max-width:87.5em;margin:0 auto;display:flex;flex-direction:column;align-items:center}.mobile-controls-header{display:none}.desktop-filters{display:flex;flex-direction:column;align-items:center;width:100%}.mobile-filters-content{display:none}.games-content{flex:1;min-height:0;padding:1.25em 0 0;width:100%;box-sizing:border-box;overflow-y:auto}.virtual-list-container{height:100%}.responsive-container{min-height:100%;display:flex;flex-direction:column;font-family:system-ui,-apple-system,sans-serif;background-color:#fef7ed}.responsive-container.game-page{flex:1;min-height:0;overflow:hidden}.game-page .page-header,.game-page .game-header{flex-shrink:0}.game-page .game-content-desktop,.game-page .game-content-mobile{flex:1;min-height:0}.page-header{padding:1.25em;background-color:#fffbf5;border-bottom:1px solid #f5e6d3;position:sticky;top:0;z-index:10}.search-container{width:100%;max-width:31.25em;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1em;width:1.125em;height:1.125em;color:#92400e;opacity:.5;pointer-events:none;flex-shrink:0}.search-input{width:100%;padding:.75em 2.75em;font-size:.875rem;border:1px solid #e7d5c0;border-radius:999px;outline:none;transition:border-color .2s,box-shadow .2s,background-color .2s;box-sizing:border-box;background-color:#fffdf9}.search-input:focus{border-color:#d4a574;box-shadow:0 0 0 3px #d4a57426;background-color:#fff}.search-input::placeholder{color:#b08968}.search-clear{position:absolute;right:.5em;width:1.75em;height:1.75em;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;color:#92400e;opacity:.5;transition:opacity .2s,background-color .2s;flex-shrink:0}.search-clear:hover{opacity:1;background-color:#b453091a}.search-clear svg{width:.875em;height:.875em}.filters-container{display:flex;flex-direction:row;gap:1.25em;padding-top:.9375em;flex-wrap:wrap;justify-content:center}.filter-group{display:flex;align-items:center;gap:.625em}.filter-label{font-size:.875rem;font-weight:600;color:#92400e;white-space:nowrap}.filter-chips{display:flex;flex-wrap:wrap;gap:.375rem}.filter-chip{padding:.5em 1em;font-size:.8125rem;font-weight:600;line-height:1;border:1px solid #e7d5c0;border-radius:.75rem;background-color:#fffbf5;color:#78350f;cursor:pointer;transition:all .2s;font-family:inherit}.filter-chip:hover{border-color:#d4a574;background-color:#fef3e2}.filter-chip.active{padding:.5em 1em;background-color:#b45309;border-color:#92400e;color:#fff}.filter-chip.active:hover{background-color:#92400e;border-color:#78350f;filter:none}.filter-chip.small{padding:.375em .75em;font-size:.75rem}.filter-chip.small.active{padding:.375em .75em}.filter-chip:not(.active){padding:.5em 1em;background-color:#fffbf5;border-color:#e7d5c0;color:#78350f}.filter-chip.small:not(.active){padding:.375em .75em;background-color:#fff;border-color:#d4a574;color:#a16207}.filter-chip.small:not(.active):hover{background-color:#fef3e2;border-color:#b45309;color:#78350f}.sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.3125em 1.75em .3125em .75em;font-size:.75rem;font-weight:600;line-height:1;border:1px solid #e7d5c0;border-radius:1em;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2378350f' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5em center;background-size:.875em;color:#78350f;cursor:pointer;transition:all .2s;font-family:inherit;min-width:7.5em;text-align:center;text-align-last:center}.sort-select:hover{border-color:#d4a574;background-color:#fef3e2}.sort-select:focus{outline:none;border-color:#b45309;box-shadow:0 0 0 2px #b4530933}.filters-toggle-btn{display:flex;align-items:center;gap:.375em;padding:.3125em .75em;font-size:.75rem;font-weight:600;border:1px solid #e7d5c0;border-radius:1em;background-color:#fffbf5;color:#78350f;cursor:pointer;transition:all .2s;font-family:inherit}.filters-toggle-btn:hover{border-color:#d4a574;background-color:#fef3e2}.filters-toggle-btn.has-active{border-color:#b45309;background-color:#fde8cd}.filters-toggle-btn.expanded{background-color:#fde8cd;border-color:#d4a574}.filters-toggle-btn .filter-icon{width:.875em;height:.875em}.filters-toggle-btn .chevron-icon{width:.75em;height:.75em;transition:transform .2s ease}.filters-toggle-btn.expanded .chevron-icon{transform:rotate(180deg)}.advanced-filters{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;width:100%}.advanced-filters.expanded{max-height:31.25em;padding-top:.9375em}.advanced-filters-content{display:flex;flex-direction:column;gap:.75em;padding:.9375em;background-color:#fffdf9;border:1px solid #f5e6d3;border-radius:.75em}.advanced-filter-group{display:flex;flex-direction:column;gap:.5em}.advanced-filter-group.inline{flex-direction:row;align-items:center;flex-wrap:wrap}.advanced-filter-label{font-size:.8125rem;font-weight:600;color:#78350f;white-space:nowrap;min-width:6.25em}.advanced-filter-chips{display:flex;flex-wrap:wrap;gap:.375rem}.genre-chips{flex:1}.tristate-chips,.platform-chips{display:flex;flex-wrap:wrap;gap:.375rem}.platform-chips .filter-chip{display:flex;align-items:center;gap:.25rem}.platform-chips .filter-chip svg{flex-shrink:0}.main-content{flex:1;min-height:0;display:flex;flex-direction:column}.game-grid,.game-grid-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25em;padding:0 1em 1.25em;max-width:87.5em;margin:0 auto}.game-card{border:1px solid #f5e6d3;border-radius:.75em;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:block;background-color:#fffbf5;position:relative}.game-card:hover{transform:translateY(-.25em);box-shadow:0 .75em 1.25em -.375em #78350f1a}.game-card-image{width:100%;height:9.375em;object-fit:cover;display:block;background-color:#f5e6d3;color:transparent}.game-card-discount{position:absolute;top:.5em;right:.5em;font-size:1rem;font-weight:600;color:#166534;background-color:#bbf7d0;padding:.1875em .5em;border-radius:.25em;z-index:1}.game-card-content{padding:.9375em}.game-card-title{font-size:1rem;margin:0 0 .625em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#78350f;font-family:var(--font-heading)}.game-tags{display:flex;flex-wrap:wrap;gap:.3125em}.back-link{color:#b45309;text-decoration:none;font-size:1rem}.back-link:hover{text-decoration:underline;color:#92400e}.game-header{display:flex;flex-direction:row;align-items:flex-start;gap:1.5em;padding:1.5em;background-color:#fffbf5;border-bottom:1px solid #f5e6d3;max-width:87.5em;margin:0 auto;width:100%;box-sizing:border-box}.game-header-image{width:28.75em;aspect-ratio:460 / 215;object-fit:cover;border-radius:.75em;flex-shrink:0}.game-header-info{flex:1;min-width:0}.game-header-title{font-size:1.75rem;font-weight:700;margin:0 0 1em;color:#78350f;font-family:var(--font-heading)}.game-header-tags{display:flex;flex-wrap:wrap;gap:.5em}.game-header-tags .mod-chip:hover{opacity:.8}.game-header-title-row{display:flex;align-items:center;gap:.75em;margin-bottom:.75em}.game-header-title-row .game-header-title{margin:0}.steam-link{display:flex;align-items:center;justify-content:center;color:#1b2838;text-decoration:none;transition:color .2s ease;flex-shrink:0}.steam-link:hover{color:#66c0f4}.game-header-meta{display:flex;align-items:center;gap:1em;margin-bottom:.75em;flex-wrap:wrap}.price-display{display:flex;align-items:center;gap:.5em}.price-current{font-size:1.125rem;font-weight:600;color:#78350f}.price-current.discounted{color:#4ade80}.price-original{font-size:1.125rem;color:#9ca3af;text-decoration:line-through}.price-discount{font-size:1.125rem;font-weight:600;color:#166534;background-color:#bbf7d0;padding:.1875em .5em;border-radius:.25em}.platform-icons{display:flex;align-items:center;gap:.5em}.platform-icon{display:flex;align-items:center;justify-content:center;width:1.75em;height:1.75em;border-radius:.375em;transition:background-color .2s ease}.platform-icon.active{color:#78350f;background-color:#fde8cd}.platform-icon.inactive{color:#d1d5db;background-color:#f3f4f6}.genre-tags{display:flex;flex-wrap:wrap;gap:.375em;margin-bottom:.75em}.genre-tag{font-size:.75rem;padding:.1875em .625em;border-radius:.25em;background-color:#e5e7eb;color:#4b5563;font-weight:500}.comments-section{flex:1;padding:1.25em;max-width:56.25em;margin:0 auto;width:100%;box-sizing:border-box}.comments-title{flex-shrink:0;font-size:1.125rem;font-weight:600;margin:0;color:#92400e;font-family:var(--font-heading)}@keyframes search-slide-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.comment-content a,.comments-section a{color:#b45309;text-decoration:underline;text-underline-offset:2px;transition:color .2s,text-decoration-color .2s}.comment-content a:hover,.comments-section a:hover{color:#78350f;text-decoration-color:#78350f}.virtual-comment-list{height:37.5em;overflow-y:auto}.game-content-desktop{display:flex;flex:1;gap:1.5em;padding:1.25em;max-width:87.5em;margin:0 auto;width:100%;box-sizing:border-box;min-height:0;overflow:hidden}.game-content-desktop .comments-section{flex:2;min-width:0;padding:0;max-width:none;margin:0;display:flex;flex-direction:column;min-height:0;overflow:hidden}.downloads-section{flex:1;min-width:17.5em;max-width:22.5em;display:flex;flex-direction:column;min-height:0;overflow:hidden}.downloads-section .download-list{min-height:0}.downloads-title{flex-shrink:0;font-size:1.125rem;font-weight:600;margin:0 0 1em;height:2.5em;display:flex;align-items:center;color:#92400e;font-family:var(--font-heading)}.game-content-mobile{display:none}.downloads-section-mobile{padding:0 .9375em;background-color:#fffbf5;border-bottom:1px solid #f5e6d3}.downloads-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75em 0;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#92400e;font-family:var(--font-heading)}.downloads-toggle:hover{color:#78350f}.downloads-content-mobile{padding-bottom:.75em}.comments-section-mobile{display:none}.download-list{display:flex;flex-direction:column;gap:.5em}.download-item{display:flex;align-items:center;gap:.75em;padding:.75em;background-color:#fffdf9;border:1px solid #f5e6d3;border-radius:.5em;text-decoration:none;transition:all .2s}.download-item:hover{border-color:#d4a574;background-color:#fef3e2}.download-item:active{background-color:#fde8cd}@media(max-width:1023px){.game-grid,.game-grid-row{grid-template-columns:repeat(3,1fr)}.game-content-desktop{display:none}.game-content-mobile{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.comments-section-mobile{display:flex;flex-direction:column;flex:1;min-height:0;padding:.9375em}}@media(max-width:767px){.page-header{padding:.9375em}.hero-title,.hero-count,.page-hero{display:none}.games-page{padding-top:1em}.mobile-controls-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;gap:.625em}.mobile-hero-count{display:flex;align-items:baseline;gap:.25em}.mobile-hero-count .count-number{font-size:1rem;font-weight:700;color:#b45309;font-family:var(--font-heading)}.mobile-hero-count .count-label{font-size:.75rem;color:#a16207;font-weight:500}.mobile-controls-right{display:flex;align-items:center;gap:.5em}.mobile-controls-right .sort-group{margin-bottom:0}.desktop-filters{display:none}.mobile-filters-content{display:flex;flex-direction:column;gap:.75em;padding-bottom:.75em;margin-bottom:.75em;border-bottom:1px solid #f5e6d3}.mobile-filters-content .search-container{max-width:100%}.mobile-filters-content .filter-group{width:100%}.search-container{max-width:100%}.games-controls{padding:0 1em;align-items:stretch}.filters-container{justify-content:flex-start}.search-input{font-size:1rem;padding:.625em 2.5em}.search-icon{width:1.25em;height:1.25em}.search-clear{width:2em;height:2em}.search-clear svg{width:1em;height:1em}.filters-container{flex-direction:column;gap:.625em;padding-top:.625em}.filter-group{width:100%}.filter-label{font-size:.8125rem}.filter-chip{padding:.5em .875em;font-size:.75rem}.filter-chip.small{padding:.375em .625em;font-size:.6875rem}.filters-toggle-btn{padding:.625em .75em;font-size:.75rem;background-color:#fff;min-width:7.5em;justify-content:center;border-radius:9999px}.mobile-controls-right .sort-select{padding:.625em 1.5em;border-radius:9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;text-align-last:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2378350f' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5em center;background-size:.875em}.filters-toggle-btn .filter-icon{display:none}.filters-toggle-btn.has-active,.filters-toggle-btn.expanded{background-color:#fff}.advanced-filters.expanded{padding-top:.625em;max-height:50em}.advanced-filters-content{padding:.75em;gap:.625em}.advanced-filter-label{font-size:.75rem;min-width:5em}.games-controls{padding:0 1em}.games-content{padding:.625em}.game-grid,.game-grid-row{grid-template-columns:repeat(2,1fr);gap:.9375em}.game-header{flex-direction:column;align-items:center;gap:1em;padding:1em}.game-header-image{width:100%;max-width:28.75em;height:auto;aspect-ratio:460 / 215}.game-header-info{text-align:center;width:100%}.game-header-title{font-size:1.375rem;margin-bottom:.75em;word-break:break-word}.game-header-title-row,.game-header-meta{justify-content:center}.price-original,.price-current{font-size:1rem}.price-discount{font-size:1rem;padding:.125em .375em}.game-header-tags,.genre-tags{justify-content:center}.genre-tag,.game-header-tags span{font-size:.75rem;padding:.125em .5em}.back-link{font-size:1rem;padding:.5em 0;display:inline-block}.comments-section{padding:.9375em}.comments-title{font-size:1rem;margin-bottom:.75em;flex-shrink:0}}@media(max-width:479px){.games-controls{padding:0 .75em}.games-content{padding:.5em}.game-grid,.game-grid-row{grid-template-columns:1fr;padding:0 1em 1.25em}.game-card-content{padding:.75em}.game-card-title{font-size:.9375rem}.back-link{font-size:.75rem;padding:.25em 0}.page-header{padding:.5em}}@media(hover:none){.game-card:hover{transform:none;box-shadow:none}.game-card{min-height:2.75em}.back-link{min-height:2.75em;display:flex;align-items:center}}.virtual-comment-list::-webkit-scrollbar,.download-list::-webkit-scrollbar,.games-content>div::-webkit-scrollbar{width:.5em}.virtual-comment-list::-webkit-scrollbar-track,.download-list::-webkit-scrollbar-track,.games-content>div::-webkit-scrollbar-track{background:#fef3e2;border-radius:.25em}.virtual-comment-list::-webkit-scrollbar-thumb,.download-list::-webkit-scrollbar-thumb,.games-content>div::-webkit-scrollbar-thumb{background:#d4a574;border-radius:.25em}.virtual-comment-list::-webkit-scrollbar-thumb:hover,.download-list::-webkit-scrollbar-thumb:hover,.games-content>div::-webkit-scrollbar-thumb:hover{background:#b45309}@media print{.page-header,.search-container{display:none}.game-grid{display:block}.game-card{page-break-inside:avoid;margin-bottom:1.25em}}.tools-page{flex:1;padding:0 1.25em 2.5em;max-width:56.25em;margin:0 auto;width:100%;box-sizing:border-box}.tools-list{display:flex;flex-direction:column;gap:1em;padding:1.5em 0}.tool-card{display:flex;align-items:center;justify-content:space-between;padding:1.25em 1.5em;background-color:#fffbf5;border:1px solid #f5e6d3;border-radius:.75em;text-decoration:none;color:inherit;transition:all .2s}.tool-card:hover{border-color:#d4a574;box-shadow:0 .25em .75em #78350f14;transform:translateY(-.125em)}.tool-card-content{flex:1;min-width:0}.tool-name{font-size:1.125rem;font-weight:600;color:#78350f;margin:0 0 .375em;font-family:var(--font-heading)}.tool-description{font-size:1rem;color:#92400e;margin:0;line-height:1.5}.tool-arrow{flex-shrink:0;margin-left:1em;color:#b45309;opacity:.6;transition:opacity .2s,transform .2s}.tool-card:hover .tool-arrow{opacity:1;transform:translate(.125em,-.125em)}.empty-state{text-align:center;padding:3.75em 1.25em;color:#92400e}@media(max-width:767px){.hamburger-btn{display:flex}.desktop-nav{display:none}.mobile-menu-overlay,.mobile-nav{display:block}.header-inner{height:3.5em;padding:0 1em}.site-logo{font-size:1.25rem}.site-logo-text{display:none}.page-hero{padding:.5em 1em}.hero-title{font-size:1.625rem}.hero-subtitle{font-size:1.875rem}.tools-page{padding:0 1em 1.875em}.tool-card{padding:1em}.tool-name{font-size:1rem}.tool-description{font-size:.8125rem}}@media(max-width:479px){.tool-card{flex-direction:column;align-items:flex-start}.tool-arrow{display:none}}.font-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.25em;animation:font-modal-fade-in .2s ease-out}@keyframes font-modal-fade-in{0%{opacity:0}to{opacity:1}}.font-modal{background-color:#fffbf5;border-radius:1em;box-shadow:0 1.25em 3.75em #78350f33;max-width:43.75em;width:100%;max-height:85vh;display:flex;flex-direction:column;animation:font-modal-slide-up .3s ease-out}@keyframes font-modal-slide-up{0%{opacity:0;transform:translateY(1.25em)}to{opacity:1;transform:translateY(0)}}.font-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25em 1.5em;border-bottom:1px solid #f5e6d3}.font-modal-title{margin:0;font-size:1.25rem;font-weight:700;color:#78350f;font-family:var(--font-heading)}.font-modal-close{width:2.25em;height:2.25em;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:.5em;cursor:pointer;color:#92400e;transition:background-color .2s,color .2s}.font-modal-close:hover{background-color:#fef3e2;color:#78350f}.font-modal-tabs{display:flex;gap:.25em;padding:0 1.5em;border-bottom:1px solid #f5e6d3}.font-modal-tab{padding:.75em 1.25em;font-size:1.875rem;font-weight:500;color:#92400e;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s;margin-bottom:-1px}.font-modal-tab:hover{color:#78350f}.font-modal-tab.active{color:#78350f;border-bottom-color:#b45309;font-weight:600}.font-modal-content{flex:1;overflow-y:auto;padding:1.25em 1.5em}.font-presets{display:flex;flex-direction:column;gap:.5em}.font-presets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75em}.font-preset-card{padding:1em;background-color:#fff;border:2px solid #f5e6d3;border-radius:.75em;cursor:pointer;transition:all .2s;text-align:left}.font-preset-card:hover{border-color:#d4a574;background-color:#fef3e2}.font-preset-card.selected{border-color:#b45309;background-color:#fde8cd}.font-preset-name{font-size:.9375rem;font-weight:600;color:#78350f;margin-bottom:.25em;font-family:var(--font-heading)}.font-preset-desc{font-size:1.75rem;color:#92400e;margin-bottom:.5em}.font-preset-fonts{display:flex;flex-wrap:wrap;gap:.375em}.font-preset-font{font-size:.625rem;color:#a16207;background-color:#fef3e2;padding:.125em .375em;border-radius:.25em}.font-custom{display:flex;flex-direction:column;gap:1.25em}.font-custom-group{display:flex;flex-direction:column;gap:.5em}.font-custom-label{font-size:.8125rem;font-weight:600;color:#78350f}.font-custom-select{padding:.75em 2.5em .75em 1em;font-size:1.875rem;font-family:inherit;color:#78350f;background-color:#fff;border:2px solid #f5e6d3;border-radius:.625em;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2392400e' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75em center}.font-custom-select:hover{border-color:#d4a574}.font-custom-select:focus{outline:none;border-color:#b45309}.font-preview-box{padding:1.5em;background-color:#fff;border:1px solid #f5e6d3;border-radius:.75em;margin-top:.5em}.font-preview-heading{font-size:1.5rem;font-weight:700;color:#78350f;margin-bottom:.75em}.font-preview-body{font-size:1.875rem;line-height:1.6;color:#92400e}.font-settings-btn{width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:.5em;cursor:pointer;color:#92400e;transition:background-color .2s,color .2s}.font-settings-btn:hover{background-color:#fef3e2;color:#78350f}@media(max-width:767px){.font-modal{max-height:90vh;border-radius:.75em}.font-modal-header{padding:1em 1.25em}.font-modal-title{font-size:1.125rem}.font-modal-tabs{padding:0 1.25em}.font-modal-tab{padding:.625em 1em;font-size:.8125rem}.font-modal-content{padding:1em 1.25em}.font-presets-grid{grid-template-columns:1fr;gap:.625em}.font-preset-card{padding:.875em}}.lang-switcher-btn{width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:.5em;cursor:pointer;color:#92400e;transition:background-color .2s,color .2s}.lang-switcher-btn:hover{background-color:#fde8cd;color:#78350f}.lang-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.25em;animation:lang-modal-fade-in .2s ease-out}@keyframes lang-modal-fade-in{0%{opacity:0}to{opacity:1}}.lang-modal{background-color:#fffbf5;border-radius:1em;box-shadow:0 1.25em 3.75em #78350f33;max-width:25em;width:100%;animation:lang-modal-slide-up .3s ease-out}@keyframes lang-modal-slide-up{0%{opacity:0;transform:translateY(1.25em)}to{opacity:1;transform:translateY(0)}}.lang-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25em 1.5em;border-bottom:1px solid #f5e6d3}.lang-modal-title{margin:0;font-size:1.25rem;font-weight:700;color:#78350f;font-family:var(--font-heading)}.lang-modal-close{width:2.25em;height:2.25em;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:.5em;cursor:pointer;color:#92400e;transition:background-color .2s,color .2s}.lang-modal-close:hover{background-color:#fef3e2;color:#78350f}.lang-modal-content{padding:1em;display:flex;flex-direction:column;gap:.25em}.lang-option{display:flex;align-items:center;gap:.75em;padding:.75em 1em;background:none;border:2px solid transparent;border-radius:.625em;cursor:pointer;text-align:left;transition:all .2s;font-family:inherit}.lang-option:hover{background-color:#fef3e2;border-color:#f5e6d3}.lang-option.selected{background-color:#fde8cd;border-color:#d4a574}.lang-flag{font-size:1.5rem;line-height:1}.lang-name{font-size:1rem;font-weight:500;color:#78350f}.mobile-nav-divider{height:1px;background-color:#f5e6d3;margin:1em 0}@media(max-width:767px){.lang-modal-overlay{padding:0;align-items:stretch}.lang-modal{max-width:100%;width:100%;height:100%;border-radius:0;box-shadow:none}.lang-modal-header{padding:1em 1.25em}.lang-modal-title{font-size:1.125rem}.lang-modal-content{padding:.75em;flex:1}.lang-option{padding:.875em 1em}.lang-name{font-size:1rem}}.thanks-page{flex:1;padding:0 1.25em 2.5em;max-width:56.25em;margin:0 auto;width:100%;box-sizing:border-box}.thanks-content{display:flex;flex-direction:column;gap:2em;padding-top:1.5em}.thanks-section{background-color:#fffbf5;border:1px solid #f5e6d3;border-radius:1em;padding:1.5em}.thanks-section-title{font-size:1.25rem;font-weight:700;color:#78350f;margin:0 0 1em;font-family:var(--font-heading)}.thanks-text{font-size:.9375rem;color:#92400e;line-height:1.7;margin:0 0 .75em}.thanks-text:last-child{margin-bottom:0}.donate-section{background-color:#fffdf9;position:relative;overflow:hidden}.donate-section:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:linear-gradient(90deg,#ff64641a,#ffb4641a,#ffff641a,#64ff641a,#64c8ff1a,#b464ff1a,#ff64641a 50%,#ff64641a 50%,#ffb4641a,#ffff641a,#64ff641a,#64c8ff1a,#b464ff1a,#ff64641a);animation:donate-shimmer 8s linear infinite;pointer-events:none}@keyframes donate-shimmer{0%{transform:translate(-50%)}to{transform:translate(0)}}.donate-links{display:flex;flex-direction:column;gap:.75em;margin-top:1em}.donate-link{display:flex;flex-direction:column;gap:.25em;padding:1em 1.25em;background-color:#fffbf5;border:1px solid #f5e6d3;border-radius:.75em;text-decoration:none;transition:all .2s}.donate-link:hover{border-color:#d4a574;box-shadow:0 .25em .75em #78350f14;transform:translateY(-.125em)}.donate-link-name{font-size:1rem;font-weight:600;color:#78350f;font-family:var(--font-heading)}.donate-link-desc{font-size:.8125rem;color:#92400e}.feedback-section{background-color:#fffdf9}.feedback-form{display:flex;flex-direction:column;gap:1.25em;margin-top:1em}.form-group{display:flex;flex-direction:column;gap:.375em}.form-group label{font-size:1rem;font-weight:600;color:#78350f}.form-group input,.form-group textarea{padding:.75em 1em;font-size:.9375rem;font-family:inherit;color:#78350f;background-color:#fff;border:2px solid #f5e6d3;border-radius:.625em;outline:none;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#b08968}.form-group input:focus,.form-group textarea:focus{border-color:#d4a574;box-shadow:0 0 0 .1875em #d4a57426}.form-group textarea{resize:vertical;min-height:6.25em}.verification-container{display:flex;flex-direction:column;gap:.5em}.verification-label{font-size:1rem;font-weight:600;color:#78350f}.verification-hint{font-size:.9375rem;color:#92400e;margin:0 0 .5em}.verification-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5em;max-width:21.875em;margin:0 auto}.verification-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #f5e6d3;border-radius:.5em;cursor:pointer;transition:all .2s;padding:.5em}.verification-image:hover{border-color:#d4a574;background-color:#fef3e2}.verification-image.selected{border-color:#b45309;background-color:#fde8cd;box-shadow:0 0 0 .125em #b4530933}.verification-emoji{font-size:1.25rem;line-height:1;word-break:break-all;text-align:center}.verification-img{width:100%;height:100%;object-fit:cover;border-radius:.25em}.form-error{padding:.75em 1em;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5em;color:#dc2626;font-size:1rem}.form-success{padding:.75em 1em;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5em;color:#16a34a;font-size:1rem}.submit-btn{padding:.875em 1.5em;font-size:1rem;font-weight:600;font-family:var(--font-heading);color:#fff;background-color:#b45309;border:none;border-radius:.625em;cursor:pointer;transition:all .2s}.submit-btn:hover:not(:disabled){background-color:#92400e;transform:translateY(-.0625em)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:767px){.thanks-page{padding:0 1em 1.875em}.thanks-section{padding:1.25em}.thanks-section-title{font-size:1.125rem}.thanks-text{font-size:1rem}.donate-link{padding:.875em 1em}.form-group input,.form-group textarea{font-size:1rem}.verification-grid{max-width:100%}.verification-emoji{font-size:1rem}}
