body.ty-images-theme{background:#0e0f11;color:#f7f3f4}.ty-images-hero{min-height:240px;display:grid;place-items:center;text-align:center;padding:35px 16px;background:radial-gradient(circle at 50% 25%,#c15b7950,transparent 38%),linear-gradient(135deg,#1c1519,#101114);border-bottom:1px solid #2b2c31}.ty-images-hero>div{max-width:650px}.ty-images-icon{width:60px;height:60px;display:grid;place-items:center;margin:0 auto 12px;border-radius:18px;background:#ed7d9a1f;border:1px solid #ed7d9a55;color:#ed7d9a;font-size:24px}.ty-images-hero p{margin:0 0 4px;color:#ed7d9a;font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:700}.ty-images-hero h1{margin:0;color:#fff;font-size:clamp(32px,5vw,50px);letter-spacing:-.04em;font-weight:800}.ty-images-hero h2{margin:10px 0 0;color:#aaa5a8;font-size:13px;font-weight:400;line-height:1.6}.ty-images-page{padding:28px 0 48px}.ty-images-layout{width:min(1200px,calc(100% - 30px));margin:auto;display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px}.ty-interests{height:max-content;position:sticky;top:82px;padding:16px;background:#191a1e;border:1px solid #2b2c31;border-radius:12px}.ty-interests-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.ty-interests-heading>div{display:flex;align-items:center;gap:7px}.ty-interests-heading>div>span{color:#ed7d9a}.ty-interests-heading h2{margin:0;font-size:14px}.ty-interests-heading small{color:#777;font-size:9px}.ty-interest-list{display:grid;gap:3px}.ty-interest-list a{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;padding:6px;border-radius:7px;color:#d5d0d2}.ty-interest-list a:hover{background:#24252a;color:#fff}.ty-interest-list i{width:24px;height:24px;display:grid;place-items:center;background:#392c37;border-radius:6px;color:#ed7d9a;font-style:normal;overflow:hidden}.ty-interest-list i img{width:100%;height:100%;object-fit:contain}.ty-interest-list span{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ty-interest-list b{font-size:9px;color:#888}.ty-share-story{min-height:46px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;background:linear-gradient(135deg,#f08ba4,#dc6788);color:#fff!important;font-size:11px;font-weight:700}.ty-images-content{min-width:0}.ty-images-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.ty-images-title p{margin:0 0 3px;color:#ed7d9a;font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.ty-images-title h2{margin:0;font-size:20px;color:#fff}.ty-images-title>span{color:#888;font-size:10px}.ty-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.ty-image-card{min-width:0;overflow:hidden;background:#191a1e;border:1px solid #2b2c31;border-radius:12px;transition:transform .2s,border-color .2s}.ty-image-card:hover{transform:translateY(-3px);border-color:#59404a}.ty-image-preview{height:205px;display:block;position:relative;overflow:hidden;background:#09090a}.ty-image-preview:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#101114bb);pointer-events:none}.ty-image-preview>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.ty-image-card:hover .ty-image-preview>img{transform:scale(1.035)}.ty-image-category,.ty-image-preview>small{position:absolute;z-index:2;bottom:9px;padding:4px 7px;border-radius:5px;background:#111216d9;color:#fff;font-size:8px}.ty-image-category{left:9px}.ty-image-preview>small{right:9px}.ty-image-copy{padding:13px}.ty-image-card-top{display:flex;justify-content:space-between;align-items:center}.ty-image-card-top>span{color:#aaa;font-size:9px}.ty-image-card-top form{margin:0}.ty-image-card-top button{width:34px;height:34px;border:0;border-radius:50%;background:#25262b;color:#ed7d9a;font-size:16px;touch-action:manipulation}.ty-image-copy h3{height:39px;margin:6px 0;font-size:14px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ty-image-copy h3 a{color:#f5f1f2}.ty-image-copy>p{height:38px;margin:0 0 9px;color:#999397;font-size:10px;line-height:1.55;overflow:hidden}.ty-open-story{color:#ccc!important;font-size:10px;font-weight:600}.ty-open-story b{color:#ed7d9a;font-size:14px}.ty-images-pagination{margin-top:22px}.ty-images-pagination .pagination{justify-content:center}.ty-images-empty{grid-column:1/-1;text-align:center;padding:60px 20px;background:#191a1e;border:1px solid #2b2c31;border-radius:12px;color:#aaa}.ty-images-empty i{font-size:36px;color:#ed7d9a}@media(max-width:1000px){.ty-images-layout{grid-template-columns:1fr}.ty-interests{position:static;padding:13px}.ty-interest-list{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.ty-interest-list::-webkit-scrollbar{display:none}.ty-interest-list a{flex:0 0 auto;min-width:135px;background:#222328;border:1px solid #303137}.ty-share-story{max-width:220px}.ty-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){body.ty-images-theme{touch-action:pan-y pinch-zoom}.ty-images-hero{min-height:190px}.ty-images-page{padding:15px 0 32px}.ty-images-layout{width:calc(100% - 18px);gap:16px}.ty-interests-heading{margin-bottom:8px}.ty-interest-list{margin:0 -13px;padding:0 13px}.ty-share-story{max-width:none;width:100%;min-height:48px}.ty-images-title{align-items:center}.ty-images-title h2{font-size:17px}.ty-images-title>span{display:none}.ty-image-grid{grid-template-columns:1fr;gap:12px}.ty-image-preview{height:auto;aspect-ratio:4/3}.ty-image-copy{padding:14px}.ty-image-copy h3{height:auto;font-size:16px}.ty-image-copy>p{height:auto;max-height:44px;font-size:11px}.ty-open-story{font-size:12px}.ty-image-card-top button{width:40px;height:40px}.ty-images-content,.ty-image-grid,.ty-image-card{max-width:100%;overflow-x:hidden}}
