.hero h1,.site-title{color:var(--primary-color)}.category-card,.listing-card{overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.category-card:hover,.listing-card:hover{transform:translateY(-5px)}:root{--primary-color:#2d3436;--secondary-color:#636e72;--accent-color:#0984e3;--text-color:#2d3436;--light-bg:#f5f6fa;--white:#ffffff;--border-color:#dfe6e9;--shadow:0 2px 4px rgba(0,0,0,0.05)}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text-color);background:var(--light-bg)}.category-card,.hero,.listing-card,.seo-etiket,.seo-footer,header{background:var(--white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:.3s}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}header{box-shadow:var(--shadow);position:sticky;top:0;z-index:100;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.5rem;font-weight:600}nav{display:flex;gap:2rem}nav a{color:var(--secondary-color);font-weight:500;padding:.5rem 0;position:relative}nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-color);transition:width .3s}nav a.active::after,nav a:hover::after{width:100%}.hero{padding:4rem 0;text-align:center;margin-bottom:2rem}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.2rem;color:var(--secondary-color);max-width:600px;margin:0 auto}.categories-grid,.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin:2rem 0}.listing-card{border-radius:8px;transition:transform .3s,box-shadow .3s}.listing-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.listing-image{width:100%;height:250px;object-fit:cover}.category-content,.listing-content{padding:1.5rem}.listing-title{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-color);line-height:1.4}.listing-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.listing-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.listing-type{padding:.25rem .75rem;border-radius:4px;font-weight:500}.listing-type.vip{background:#fef3c7;color:#92400e}.listing-type.gold{background:#fef9c3;color:#854d0e}.category-card{border-radius:8px;transition:transform .3s}.category-image{width:100%;height:200px;object-fit:cover}.category-content h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-color)}.seo-etiket,.seo-footer{padding:3rem 0;margin:2rem 0}.seo-etiket h2,.seo-footer h2{font-size:2rem;color:var(--text-color);margin-bottom:1.5rem;text-align:center;position:relative}.seo-etiket h2::after,.seo-footer h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:var(--primary-color);border-radius:3px}.seo-etiket p,.seo-footer p{color:#666;line-height:1.8;text-align:justify;max-width:800px;margin:0 auto}footer{background:var(--text-color);color:var(--white);padding:3rem 0;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{color:var(--white);margin-bottom:1rem;font-size:1.2rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--white);opacity:.8;transition:opacity .3s}.footer-section a:hover{opacity:1}@media (max-width:1200px){.container{max-width:960px}}@media (max-width:992px){.container{max-width:720px}.hero h1{font-size:2rem}}@media (max-width:768px){.container{max-width:540px}.header-content{flex-direction:column;gap:1rem}nav{flex-wrap:wrap;justify-content:center}.hero{padding:3rem 0}.hero h1{font-size:1.8rem}.categories-grid,.listings-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.seo-etiket h2,.seo-footer h2{font-size:1.6rem}}@media (max-width:576px){.hero h1{font-size:1.5rem}.categories-grid,.listings-grid{grid-template-columns:1fr}.listing-meta{flex-direction:column;gap:.5rem;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}@media print{.hero,footer,header{display:none}body{color:#000;background:#fff}.container{max-width:100%;padding:0}a{text-decoration:underline}}