.watchlist-section{background:#fff}.watchlist-section__header{margin-bottom:2rem}.watchlist-section__badge{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto .75rem;padding:.25rem .875rem;border-radius:8px;background:var(--brand-soft);color:var(--brand);font-size:.75rem;font-weight:600}.watchlist-section__grid{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.watchlist-section__grid{display:grid;grid-template-columns:1fr 20rem;align-items:start;gap:1.75rem}}@media (min-width:1280px){.watchlist-section__grid{grid-template-columns:1fr 22rem}}.watchlist-section__feed{display:flex;flex-direction:column;gap:1rem;min-width:0}.watchlist-section__list{display:flex;flex-direction:column;gap:.75rem}.watchlist-post{border-radius:10px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 4px 20px rgb(0 0 0/.04);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.watchlist-post:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(91,159,212,.08);border-color:rgba(91,159,212,.28)}.watchlist-post__link{display:block;color:inherit;text-decoration:none}.watchlist-post__link--compact{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.25rem}.watchlist-post--featured{background:linear-gradient(135deg,var(--brand-soft) 0,#fff 55%);border-color:rgba(91,159,212,.28)}.watchlist-post__media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f3f4f6}.watchlist-post__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.watchlist-post--featured:hover .watchlist-post__image{transform:scale(1.03)}.watchlist-post__media-badges{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.375rem}.watchlist-post__body{padding:1rem 1.125rem 1.25rem}@media (min-width:640px){.watchlist-post__body{padding:1.25rem 1.5rem 1.5rem}}.watchlist-post__meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.625rem}.watchlist-post__date{font-size:.75rem;color:#9ca3af}.watchlist-post__hot{align-items:center;gap:.25rem;padding:.25rem .625rem;background:#fef3c7;color:#d97706;font-weight:700}.watchlist-post__hot,.watchlist-post__pill{display:inline-flex;border-radius:8px;font-size:.6875rem}.watchlist-post__pill{padding:.2rem .625rem;background:rgb(255 255 255/.92);color:var(--brand);font-weight:600;box-shadow:0 2px 8px rgb(0 0 0/.08)}.watchlist-post__pill--sm{font-size:.625rem}.watchlist-post__title{font-size:.9375rem;font-weight:700;color:#1f2937;line-height:1.5;transition:color .2s}.watchlist-post:hover .watchlist-post__title{color:var(--brand)}.watchlist-post__title--featured{font-size:1.125rem;margin-bottom:.625rem}@media (min-width:768px){.watchlist-post__title--featured{font-size:1.25rem}}.watchlist-post__thumb{width:5.5rem;height:4rem;border-radius:.75rem;overflow:hidden;flex-shrink:0;background:#f3f4f6}.watchlist-post__thumb-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.watchlist-post__compact-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.375rem}.watchlist-post__compact-body{flex:1;min-width:0}.watchlist-post__tags{display:flex;gap:.25rem;flex-shrink:0}.watchlist-post__excerpt{font-size:.8125rem;color:#6b7280;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.watchlist-post__excerpt--featured{font-size:.875rem;-webkit-line-clamp:3;margin-bottom:.875rem}.watchlist-post__read{font-size:.8125rem;font-weight:600;color:var(--brand)}.watchlist-post__meta{margin-top:.5rem;font-size:.75rem;color:#9ca3af}.watchlist-section__aside{min-width:0}.watchlist-aside{position:sticky;top:1.5rem;padding:1.5rem;border-radius:10px;background:linear-gradient(160deg,var(--brand-soft) 0,var(--brand-soft) 45%,#fff 100%);border:1px solid rgba(91,159,212,.28);box-shadow:0 8px 32px rgba(91,159,212,.08)}.watchlist-aside__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:10px;background:var(--brand);color:#fff;box-shadow:0 8px 20px rgba(91,159,212,.3)}.watchlist-aside__title{font-size:1.0625rem;font-weight:800;color:#1f2937;margin-bottom:.5rem;line-height:1.5}.watchlist-aside__desc{font-size:.8125rem;color:#6b7280;line-height:1.75;margin-bottom:1.25rem}.watchlist-aside__features{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.watchlist-aside__features li{position:relative;padding-right:1.125rem;font-size:.8125rem;color:#4b5563;line-height:1.6}.watchlist-aside__features li:before{content:"";position:absolute;right:0;top:.55em;width:.375rem;height:.375rem;border-radius:8px;background:var(--brand)}.watchlist-aside__actions{display:flex;flex-direction:column;gap:.625rem}.watchlist-aside__btn{width:100%;text-align:center;font-size:.875rem!important;padding-top:.625rem!important;padding-bottom:.625rem!important}@media (max-width:1023px){.watchlist-section__aside{order:-1}.watchlist-aside{position:static}}