.tweet-section{width:100%;padding:10px 0 0;background:transparent}@media (min-width:768px){.tweet-section{padding:60px 0}}.tweet-header-section{text-align:center;margin-bottom:10px;padding:0 20px}@media (min-width:768px){.tweet-header-section{margin-bottom:40px}}.tweet-section-title{font-family:var(--font-lora),Georgia,serif;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:12px}.tweet-section-subtitle{font-family:var(--font-lora),Georgia,serif;font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}.tweet-carousel{width:100%;overflow:hidden;padding:10px 20px 20px;background:transparent;position:relative}.tweet-track{display:flex;gap:20px;padding:10px 0;animation:scroll-left 62.5s linear infinite;width:-moz-max-content;width:max-content}.tweet-track:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tweet-card{min-width:320px;max-width:360px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:20px;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:block;flex-shrink:0}.tweet-card>*{filter:grayscale(100%);transition:filter .3s ease}.tweet-card:hover>*{filter:grayscale(0)}.tweet-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.tweet-card-header{display:flex;align-items:center;margin-bottom:12px;position:relative}.tweet-avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;filter:grayscale(100%);transition:filter .3s ease;flex-shrink:0}.tweet-card:hover .tweet-avatar{filter:grayscale(0)}.tweet-user{margin-left:12px;display:flex;flex-direction:column;min-width:0;flex:1}.tweet-name{font-weight:600;color:#000;font-size:15px}.tweet-handle,.tweet-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tweet-handle{font-size:14px;color:#555}.tweet-x-logo{width:20px;height:20px;fill:#000;flex-shrink:0;margin-left:auto}.tweet-text{margin-top:10px;font-size:15px;line-height:1.5;color:#111;white-space:normal;word-wrap:break-word}@media (max-width:768px){.tweet-section{padding:40px 0}.tweet-section-title{font-size:1.75rem}.tweet-section-subtitle{font-size:1rem}.tweet-card{min-width:280px;max-width:320px}}