@import "https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:#0d0d12;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem 1rem;display:flex}.center{flex-direction:column;align-items:center;gap:1.75rem;width:100%;max-width:680px;display:flex}.card{background:#0f1020;border:1px solid #1a1a2e;border-radius:16px;flex-direction:column;justify-content:center;gap:1.5rem;width:100%;min-height:220px;padding:2.5rem 2rem;display:flex}@media (width>=600px){.card{min-height:280px;padding:3.5rem 3rem}}.content{color:#a8a8d8;font-family:Patrick Hand,cursive;font-size:clamp(1.3rem,4vw,2rem);line-height:1.85}.author{color:#c084a0;text-align:right;font-family:Patrick Hand,cursive;font-size:clamp(1rem,3vw,1.5rem)}.skeleton{flex-direction:column;gap:.85rem;display:flex}.sk-line,.sk-author{background:linear-gradient(90deg,#141428 25%,#1e1e40 50%,#141428 75%) 0 0/200% 100%;border-radius:4px;height:16px;animation:1.4s infinite shimmer}.sk-line.long{width:100%}.sk-line.medium{width:78%}.sk-line.short{width:52%}.sk-author{align-self:flex-end;width:32%;height:13px;margin-top:.4rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:.3s fadeIn}.fade-out{opacity:0;transition:opacity .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.btn{color:#0d0d12;cursor:pointer;background:#c084a0;border:none;border-radius:50px;padding:.55rem 2rem;font-family:Patrick Hand,cursive;font-size:1rem;transition:opacity .2s}.btn:hover{opacity:.85}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.3;cursor:not-allowed}
