.announcement-list{flex-direction:column;gap:1.25rem;display:flex}.announcement-card{background:linear-gradient(135deg,hsl(var(--card))0%,hsl(var(--card)/.97)100%);border:1px solid hsl(var(--border)/.6);cursor:pointer;border-radius:16px;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.4s ease-out backwards slideUp;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.announcement-card.status-draft,.announcement-card.status-published{border-color:hsl(var(--border)/.6)}.announcement-card:hover{box-shadow:0 8px 25px hsl(var(--primary)/.1),0 4px 10px #0000000f;border-color:hsl(var(--primary)/.3);transform:translateY(-4px)}.announcement-card:hover .announcement-title{color:hsl(var(--primary))}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.announcement-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.announcement-title{color:hsl(var(--foreground));flex:1;margin:0;font-size:1.75rem;font-weight:700;line-height:1.3;transition:color .2s}.announcement-status{text-transform:capitalize;white-space:nowrap;border-radius:9999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;display:inline-flex}.announcement-status .status-dot{fill:currentColor}.announcement-status.draft{background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px dashed hsl(var(--muted-foreground)/.3)}.announcement-status.published{color:#16a249;background:#16a2491f}.announcement-content-wrapper{max-height:600px;margin-bottom:1.25rem;position:relative;overflow:hidden}.announcement-content{color:hsl(var(--foreground)/.8);font-size:.9375rem;line-height:1.75}.announcement-content p{margin:0 0 .875rem}.announcement-content p:last-child{margin-bottom:0}.announcement-content img{border-radius:10px;max-width:100%;height:auto;margin:1rem 0;box-shadow:0 2px 8px #0000001a}.announcement-content a{color:hsl(var(--primary));text-underline-offset:2px;text-decoration:underline}.announcement-content h1,.announcement-content h2,.announcement-content h3,.announcement-content h4{color:hsl(var(--foreground));margin:1rem 0 .5rem;font-weight:600;line-height:1.3}.announcement-content ul,.announcement-content ol{margin:.5rem 0;padding-left:1.5rem}.announcement-content-fade{background:linear-gradient(to bottom,transparent 0%,hsl(var(--card)/.7)40%,hsl(var(--card))100%);pointer-events:none;justify-content:center;align-items:flex-end;height:100px;padding-bottom:.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.continue-reading{color:hsl(var(--primary));opacity:0;font-size:.8125rem;font-weight:500;transition:all .2s;transform:translateY(5px)}.announcement-card:hover .continue-reading{opacity:1;transform:translateY(0)}.announcement-footer{border-top:1px solid hsl(var(--border)/.5);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.announcement-footer-left{flex:1;align-items:center;gap:.5rem;min-width:fit-content;display:flex}.announcement-footer-right{color:hsl(var(--muted-foreground));align-items:center;gap:.5rem;margin-left:auto;font-size:.8125rem;display:flex}.announcement-date{white-space:nowrap;align-items:center;gap:.5rem;font-size:.8125rem;display:inline-flex}.announcement-date.published{color:hsl(var(--primary)/.8);font-weight:500}.announcement-date.created{color:hsl(var(--muted-foreground)/.8)}.announcement-empty{text-align:center;background:linear-gradient(135deg,hsl(var(--card))0%,hsl(var(--primary)/.03)100%);border:2px dashed hsl(var(--border));border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.announcement-empty-icon{background:linear-gradient(135deg,hsl(var(--primary)/.15)0%,hsl(var(--primary)/.05)100%);width:100px;height:100px;color:hsl(var(--primary));border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:2s ease-in-out infinite pulse-glow;display:flex}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 hsl(var(--primary)/.2)}50%{box-shadow:0 0 20px 10px hsl(var(--primary)/.1)}}.announcement-empty h3{color:hsl(var(--foreground));margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.announcement-empty p{color:hsl(var(--muted-foreground));max-width:320px;margin:0;line-height:1.6}.announcement-card.skeleton{cursor:default;animation:1.5s ease-in-out infinite pulse-skeleton,.4s ease-out backwards slideUp}.announcement-card.skeleton:hover{border-color:hsl(var(--border)/.6);transform:none;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.skeleton-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.skeleton-title{background:hsl(var(--muted));border-radius:6px;width:65%;height:28px}.skeleton-badge{background:hsl(var(--muted));border-radius:9999px;width:90px;height:28px}.skeleton-content{flex-direction:column;gap:.625rem;margin-bottom:1rem;display:flex}.skeleton-line{background:hsl(var(--muted));border-radius:4px;width:100%;height:18px}.skeleton-line.short{width:75%}.skeleton-footer{border-top:1px solid hsl(var(--border)/.5);padding-top:1rem}.skeleton-date{background:hsl(var(--muted));border-radius:4px;width:120px;height:16px}@keyframes pulse-skeleton{0%,to{opacity:1}50%{opacity:.5}}.announcement-loading-more{text-align:center;color:hsl(var(--muted-foreground));padding:1.5rem;font-size:.875rem}
