.trendk-work-shell{min-height:100vh;background-color:var(--background);color:var(--foreground);font-size:15px;display:flex;flex-direction:column;align-items:center}.trendk-work-app{width:100%;display:flex;flex-direction:column;align-items:center}.trendk-main{width:100%;flex:1;background:#000;display:flex;flex-direction:column}.trendk-section{width:100%}.trendk-section-inner{max-width:1280px;margin:0 auto;padding:72px 32px 80px}.trendk-work-hero{background:#020202;position:relative;overflow:hidden;color:#fff}.trendk-work-hero:before{content:"";position:absolute;inset:-260px;background:radial-gradient(circle at 8% 0%,rgba(255,0,0,.9),transparent 55%),radial-gradient(circle at 85% 80%,rgba(255,0,0,.4),transparent 55%),radial-gradient(circle at 50% 40%,rgba(255,255,255,.06),transparent 60%);opacity:.9;filter:blur(40px);pointer-events:none}.trendk-work-hero-shell{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:56px}.trendk-work-hero-left{flex:1.2;display:flex;flex-direction:column;gap:18px}.trendk-hero-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--primary)}.trendk-hero-title{font-size:30px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0;max-width:620px;color:#fff}.trendk-hero-title span{color:var(--primary)}.trendk-hero-sub{font-size:14px;color:#ffffffc7;max-width:540px;line-height:1.7}.trendk-hero-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;font-size:12px;color:#ffffffb3}.trendk-hero-meta-pill{padding:6px 12px;border-radius:999px;background:#000000d9;border:1px solid rgba(255,255,255,.22)}.trendk-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.trendk-btn-primary{padding:10px 22px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--primary),#ff3232);color:var(--primary-foreground);font-size:14px;font-weight:500;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s}.trendk-btn-primary:hover{opacity:.9}.trendk-btn-secondary{padding:10px 18px;border-radius:var(--radius-lg);background:#000000d9;color:#fff;font-size:13px;font-weight:500;border:1px solid rgba(255,255,255,.22);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:border-color .2s}.trendk-btn-secondary:hover{border-color:#fff6}.trendk-hero-note{font-size:12px;color:#fff9;margin-top:8px;max-width:480px}.trendk-work-hero-right{flex:1;display:flex;flex-direction:column;gap:16px}.trendk-hero-feature-card{border-radius:18px;background:#000000e6;border:1px solid rgba(255,255,255,.18);padding:0;display:flex;flex-direction:column;color:#fff;transition:transform .2s,box-shadow .2s;overflow:hidden}.trendk-hero-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000080}.trendk-hero-feature-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.trendk-hero-feature-label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#ffffffb3}.trendk-hero-feature-tag{padding:4px 8px;border-radius:999px;background:#ff000029;font-size:11px;color:var(--primary-foreground)}.trendk-hero-feature-title{font-size:14px;font-weight:600;margin-top:4px}.trendk-hero-feature-summary{font-size:13px;color:#ffffffc7;line-height:1.6;margin-bottom:10px}.trendk-hero-feature-thumb{border-radius:12px;overflow:hidden;background:#000;position:relative;cursor:pointer;width:100%;height:300px;display:flex;align-items:center;justify-content:center}.trendk-hero-feature-thumb img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.trendk-hero-feature-card:hover .trendk-hero-feature-thumb img{transform:scale(1.05)}.trendk-hero-feature-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000000b3,#000000e6);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;opacity:0;transition:opacity .3s ease;z-index:1}.trendk-hero-feature-card:hover .trendk-hero-feature-overlay{opacity:1}.trendk-hero-feature-overlay a{pointer-events:auto}.trendk-hero-feature-metrics{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#ffffffc7;margin-bottom:10px}.trendk-hero-metric-pill{padding:6px 10px;border-radius:999px;background:#000000e6;border:1px solid rgba(255,255,255,.16)}.trendk-hero-feature-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:11px;color:#ffffffb3}.trendk-hero-feature-link{color:var(--primary);cursor:pointer;transition:opacity .2s}.trendk-hero-feature-link:hover{opacity:.8}.trendk-section-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--primary)}.trendk-section-title{font-size:22px;font-weight:600;margin:0;color:#fff}.trendk-section-sub{font-size:14px;color:#ffffffb3;max-width:520px;line-height:1.7}.trendk-work-grid-section{background:#020202;color:#fff}.trendk-work-grid-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.trendk-filter-row{display:flex;flex-wrap:wrap;gap:8px}.trendk-filter-pill{padding:6px 12px;border-radius:999px;background:#000000e6;border:1px solid rgba(255,255,255,.16);font-size:12px;color:#ffffffc7;cursor:pointer;transition:all .2s}.trendk-filter-pill:hover{border-color:#ffffff4d}.trendk-filter-pill--active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.trendk-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.trendk-work-card{border-radius:18px;background:#050505;border:1px solid rgba(255,255,255,.16);padding:12px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;cursor:pointer}.trendk-work-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0009;border-color:#ffffff3d}.trendk-work-card-thumb{border-radius:12px;overflow:hidden;background:#000;position:relative;height:200px;display:flex;align-items:center;justify-content:center}.trendk-work-card-thumb img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.trendk-work-card:hover .trendk-work-card-thumb img{transform:scale(1.05)}.trendk-work-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#000000b3,#000000e6);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;opacity:0;transition:opacity .3s ease}.trendk-work-card:hover .trendk-work-card-overlay{opacity:1}.trendk-work-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;font-size:10px}.trendk-work-card-tag{padding:4px 8px;border-radius:999px;background:#ff00002e;color:var(--primary-foreground)}.trendk-work-card-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:4px}.trendk-work-card-text{font-size:12px;color:#ffffffc7;line-height:1.5}.trendk-metrics{background:#000;color:#fff}.trendk-metrics-bar{border-radius:18px;background:#050505;border:1px solid rgba(255,255,255,.16);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.trendk-metrics-label{font-size:13px;color:#fffc;max-width:360px;line-height:1.6}.trendk-metrics-grid{display:flex;gap:20px;flex:1;justify-content:flex-end}.trendk-metric{display:flex;flex-direction:column;gap:2px}.trendk-metric-value{font-size:18px;font-weight:600;color:var(--primary)}.trendk-metric-label{font-size:12px;color:#ffffffb3}@media(max-width:1024px){.trendk-work-hero-shell{flex-direction:column;gap:32px}.trendk-work-hero-left,.trendk-work-hero-right{flex:1}.trendk-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trendk-metrics-bar{flex-direction:column;align-items:flex-start}.trendk-metrics-grid{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:768px){.trendk-section-inner{padding:48px 20px 60px}.trendk-hero-title{font-size:24px}.trendk-work-grid{grid-template-columns:1fr}.trendk-work-grid-header{flex-direction:column;align-items:flex-start}.trendk-metrics-grid{flex-direction:column;gap:16px}}@media(max-width:480px){.trendk-hero-title{font-size:20px}.trendk-hero-actions{flex-direction:column}.trendk-btn-primary,.trendk-btn-secondary{width:100%}}
