:root{--bg:#fafafa;--surface:#fff;--text:#1a1a1a;--text-secondary:#666;--text-tertiary:#999;--border:#e8e8e8;--border-light:#f2f2f2;--accent:#c4728a;--accent-hover:#b05d76;--accent-light:#c4728a14;--cat-fashion:#c4728a;--cat-beauty:#d4956b;--cat-travel:#6b9ac4;--cat-lifestyle:#8b9e6b;--cat-health:#7b9ea8;--affiliate:#c4728a;--affiliate-light:#fdf2f5;--header-bg:#fff;--footer-bg:#1a1a1a;--footer-text:#999;--max-width:1140px;--radius-sm:3px;--radius:6px;--radius-lg:10px;--shadow-sm:0 2px 6px #0000000d;--shadow-md:0 6px 20px #00000012;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-serif:"Playfair Display","Georgia","Times New Roman",serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--text);background:var(--bg);font-size:15px;line-height:1.65}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font)}h1{font-size:2rem;font-weight:800;line-height:1.2}h2{margin:1.75rem 0 .75rem;font-size:1.45rem;font-weight:700;line-height:1.3}h3{margin:1.5rem 0 .5rem;font-size:1.15rem;font-weight:650}p{margin-bottom:1.15rem}ul,ol{margin:0 0 1.15rem 1.4rem}blockquote{border-left:3px solid var(--accent);background:var(--accent-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:1.5rem 0;padding:.9rem 1.25rem;font-style:italic}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.main-content{grid-template-columns:1fr 320px;gap:2rem;padding:1.75rem 0 2.5rem;display:grid}@media (width<=960px){.main-content{grid-template-columns:1fr}}.site-header{background:var(--header-bg);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding:.85rem 1rem;display:flex}.site-logo{color:var(--text);font-size:1.5rem;font-weight:700;font-family:var(--font-serif);letter-spacing:.01em;white-space:nowrap}.site-logo span{color:var(--accent);font-style:italic}.site-nav{align-items:center;gap:0;display:flex}.site-nav a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:.4rem .7rem;font-size:.8rem;font-weight:600;transition:color .15s}.site-nav a:hover,.site-nav a.active{color:var(--accent);background:var(--accent-light)}.header-search{border:1px solid var(--border);background:var(--bg);border-radius:999px;align-items:center;margin-left:.5rem;display:flex;overflow:hidden}.header-search input{width:120px;font-size:.8rem;font-family:var(--font);color:var(--text);background:0 0;border:none;outline:none;padding:.35rem .65rem}.header-search button{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:.3rem .55rem;display:flex}.header-search button:hover{color:var(--accent)}.menu-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;font-size:1.4rem;display:none}@media (width<=768px){.menu-toggle{display:block}.site-nav{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;padding:.75rem;display:none;position:absolute;top:100%;left:0;right:0}.site-nav.open{display:flex}.site-nav a{padding:.65rem .75rem}.header-search{width:100%;margin-left:0}.header-search input{width:100%}}.section-block{margin-bottom:2rem}.section-heading{text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border);color:var(--text);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;display:flex}.section-heading:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.card-row{gap:1rem;display:grid}.card-row-3{grid-template-columns:repeat(3,1fr)}.mini-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-light);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.mini-card:hover{box-shadow:var(--shadow-md)}.mini-card-img{aspect-ratio:16/10;background:#e8e4e0;display:block;overflow:hidden}.mini-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.mini-card:hover .mini-card-img img{transform:scale(1.04)}.mini-card-body{flex-direction:column;flex:1;padding:.8rem .9rem .9rem;display:flex}.mini-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.3rem;font-size:.85rem;font-weight:650;line-height:1.3;display:-webkit-box;overflow:hidden}.mini-card-title a{color:var(--text)}.mini-card-title a:hover{color:var(--accent)}.mini-card-date{color:var(--text-tertiary);margin-top:auto;font-size:.72rem}@media (width<=768px){.card-row-3{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.card-row-3{grid-template-columns:1fr}}.articles-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.article-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-light);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-md)}.article-card-image{aspect-ratio:16/10;background:#e8e4e0;position:relative;overflow:hidden}.article-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.article-card:hover .article-card-image img{transform:scale(1.04)}.card-category-badge{z-index:2;position:absolute;top:8px;left:8px}.article-card-body{flex-direction:column;flex:1;padding:1rem 1.1rem 1.1rem;display:flex}.article-card-category{text-transform:uppercase;letter-spacing:.06em;color:#fff;border-radius:2px;width:fit-content;margin-bottom:.45rem;padding:.2rem .5rem;font-size:.65rem;font-weight:700;line-height:1.2;display:inline-block}.cat-fashion{background:var(--cat-fashion)}.cat-beauty{background:var(--cat-beauty)}.cat-travel{background:var(--cat-travel)}.cat-lifestyle{background:var(--cat-lifestyle)}.cat-health{background:var(--cat-health)}.cat-uncategorized{background:#9ca3af}.article-card-title{margin-bottom:.3rem;font-size:.95rem;font-weight:700;line-height:1.3}.article-card-title a{color:var(--text)}.article-card-title a:hover{color:var(--accent)}.article-card-excerpt{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.article-card-meta{color:var(--text-tertiary);margin-top:auto;font-size:.72rem}.sidebar{flex-direction:column;gap:1.25rem;display:flex}.sidebar-widget{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-light);padding:1.15rem}.sidebar-widget h3{text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--accent);color:var(--text);margin:0 0 .9rem;padding-bottom:.5rem;font-size:.9rem;font-weight:700}.sidebar-post{border-bottom:1px solid var(--border-light);gap:.65rem;margin-bottom:.85rem;padding-bottom:.85rem;display:flex}.sidebar-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-post-thumb{background:#e8e4e0;border-radius:2px;flex-shrink:0;width:70px;height:55px;overflow:hidden}.sidebar-post-thumb img{object-fit:cover;width:100%;height:100%}.sidebar-post-info{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.sidebar-post-title{font-size:.8rem;font-weight:600;line-height:1.35}.sidebar-post-title a{color:var(--text)}.sidebar-post-title a:hover{color:var(--accent)}.sidebar-post-date{color:var(--text-tertiary);margin-top:.2rem;font-size:.7rem}.article-single{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);max-width:780px;padding:2rem 2.5rem}.article-single h1{font-size:2rem;font-family:var(--font-serif);margin-bottom:.6rem}.article-featured-image{border-radius:var(--radius);width:100%;margin-bottom:1.5rem}.article-meta{border-bottom:1px solid var(--border-light);flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.article-meta time{color:var(--text-secondary);font-size:.85rem;font-weight:500}.article-body{color:#2a2a2a;font-size:1.05rem;line-height:1.75}.article-body p{margin-bottom:1.2rem}.article-body img{border-radius:var(--radius-sm);margin:1.25rem auto}.article-body a{font-weight:500}@media (width<=768px){.article-single{padding:1.25rem}.article-single h1{font-size:1.5rem}}.article-body a[rel=nofollow\ sponsored],.article-body a[href*=spartoo],.article-body a[href*=cgl\.],.article-body a[href*=awin1],.article-body a[href*=shareasale],.article-body a[href*=cj\.com],.article-body a[href*=amazon\.],.article-body a[href*=amzn\.to],.article-body a[href*=\?P],.article-body a[href*="?ref="],.article-body a[href*="?tag="]{background:linear-gradient(135deg, var(--affiliate), #d4859b);border-radius:999px;align-items:center;gap:.35rem;margin:.25rem .1rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 2px 10px #c4728a40;color:#fff!important;text-decoration:none!important}.article-body a[rel=nofollow\ sponsored]:hover,.article-body a[href*=spartoo]:hover,.article-body a[href*=cgl\.]:hover,.article-body a[href*=awin1]:hover,.article-body a[href*=shareasale]:hover,.article-body a[href*=cj\.com]:hover,.article-body a[href*=amazon\.]:hover,.article-body a[href*=amzn\.to]:hover,.article-body a[href*=\?P]:hover,.article-body a[href*="?ref="]:hover,.article-body a[href*="?tag="]:hover{filter:brightness(.9);transform:translateY(-1px);box-shadow:0 4px 16px #c4728a59;color:#fff!important}.pagination{justify-content:center;gap:.3rem;margin-top:2rem;display:flex}.pagination a,.pagination span{background:var(--surface);border:1px solid var(--border);min-width:34px;height:34px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;font-size:.82rem;font-weight:550;transition:all .15s;display:inline-flex}.pagination a:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination .current{background:var(--text);color:#fff;border-color:var(--text)}.page-static{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);max-width:780px;margin:2rem auto;padding:2.5rem}@media (width<=768px){.page-static{padding:1.5rem}}.category-header{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border-light);margin-bottom:1.5rem;padding:1.5rem 1.75rem}.category-header h1{margin-bottom:.15rem;font-size:1.5rem}.category-header p{color:var(--text-secondary);margin:0;font-size:.88rem}.breadcrumb{color:var(--text-tertiary);margin-bottom:.5rem;font-size:.8rem}.breadcrumb a{color:var(--text-secondary)}.breadcrumb a:hover{color:var(--accent)}.site-footer{background:var(--footer-bg);color:var(--footer-text);margin-top:auto;padding:3rem 0 0}.footer-inner{max-width:var(--max-width);grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin:0 auto;padding:0 1rem;display:grid}.footer-col h4{color:#e0e0e0;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.9rem;font-size:.9rem;font-weight:650}.footer-col a{color:var(--footer-text);padding:.2rem 0;font-size:.82rem;display:block}.footer-col a:hover{color:#e0e0e0}.footer-col p{color:var(--footer-text);font-size:.82rem;line-height:1.6}.footer-logo{font-family:var(--font-serif);color:#e0e0e0;margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.footer-bottom{text-align:center;color:#666;border-top:1px solid #ffffff0f;margin-top:2.5rem;padding:1.25rem 1rem;font-size:.76rem}@media (width<=768px){.footer-inner{grid-template-columns:1fr 1fr}}
