.loader-container{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:100px}.loader-triple-ring{position:relative;width:80px;height:80px}.loader-triple-ring .ring{position:absolute;width:100%;height:100%;border:4px solid transparent;border-top-color:#000;border-radius:50%;animation:loader-spin 1s linear infinite}.loader-triple-ring .ring:nth-child(2){width:90%;height:90%;top:5%;left:5%;border-top-color:#000c;animation-duration:1.5s}.loader-triple-ring .ring:nth-child(3){width:80%;height:80%;top:10%;left:10%;border-top-color:#00000080;animation-duration:3s}.loader-grid-dots{display:grid;grid-template-columns:repeat(3,16px);grid-template-rows:repeat(3,16px);gap:8px}.loader-grid-dots .dot{width:16px;height:16px;background:#000;border-radius:50%;position:relative;animation:loader-bounce-dots 1.8s ease-in-out infinite}.loader-grid-dots .dot:nth-child(1){animation-delay:0s}.loader-grid-dots .dot:nth-child(2){animation-delay:.1s}.loader-grid-dots .dot:nth-child(3){animation-delay:.2s}.loader-grid-dots .dot:nth-child(4){animation-delay:.3s}.loader-grid-dots .dot:nth-child(5){animation-delay:.4s}.loader-grid-dots .dot:nth-child(6){animation-delay:.5s}.loader-grid-dots .dot:nth-child(7){animation-delay:.6s}.loader-grid-dots .dot:nth-child(8){animation-delay:.7s}.loader-grid-dots .dot:nth-child(9){animation-delay:.8s}.loader-square-morph-container{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.loader-square-morph{width:60px;height:60px;background:#000;animation:loader-morph 2s ease-in-out infinite;position:relative}.loader-square-morph-container .particle{position:absolute;width:6px;height:6px;background:#000;border-radius:50%;opacity:0}.loader-square-morph-container .particle:nth-child(1){animation:loader-particle-tl 2s ease-in-out infinite}.loader-square-morph-container .particle:nth-child(2){animation:loader-particle-tr 2s ease-in-out infinite}.loader-square-morph-container .particle:nth-child(3){animation:loader-particle-bl 2s ease-in-out infinite}.loader-square-morph-container .particle:nth-child(4){animation:loader-particle-br 2s ease-in-out infinite}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader-bounce-dots{0%,80%,to{transform:translateY(0) scale(1);opacity:1}40%{transform:translateY(-20px) scale(1.3);opacity:.6}}@keyframes loader-morph{0%,to{border-radius:50%;transform:rotate(0)}25%{border-radius:20%;transform:rotate(90deg)}50%{border-radius:0%;transform:rotate(180deg)}75%{border-radius:20%;transform:rotate(270deg)}}@keyframes loader-particle-tl{0%,to{top:20px;left:20px;opacity:0;transform:scale(0)}25%{top:5px;left:5px;opacity:1;transform:scale(1)}50%{top:-10px;left:-10px;opacity:0;transform:scale(.5)}}@keyframes loader-particle-tr{0%,to{top:20px;right:20px;opacity:0;transform:scale(0)}25%{top:5px;right:5px;opacity:1;transform:scale(1)}50%{top:-10px;right:-10px;opacity:0;transform:scale(.5)}}@keyframes loader-particle-bl{0%,to{bottom:20px;left:20px;opacity:0;transform:scale(0)}25%{bottom:5px;left:5px;opacity:1;transform:scale(1)}50%{bottom:-10px;left:-10px;opacity:0;transform:scale(.5)}}@keyframes loader-particle-br{0%,to{bottom:20px;right:20px;opacity:0;transform:scale(0)}25%{bottom:5px;right:5px;opacity:1;transform:scale(1)}50%{bottom:-10px;right:-10px;opacity:0;transform:scale(.5)}}@media(prefers-reduced-motion:reduce){.loader-triple-ring .ring,.loader-grid-dots .dot,.loader-square-morph,.loader-square-morph-container .particle{animation:none}.loader-triple-ring .ring{border-top-color:#000;border-right-color:#000}.loader-grid-dots .dot{opacity:.5}.loader-square-morph{border-radius:50%}}.loader-triple-ring.small{width:20px;height:20px}.loader-triple-ring.small .ring{border-width:2px}.loader-grid-dots.small{grid-template-columns:repeat(3,12px);grid-template-rows:repeat(3,12px);gap:6px}.loader-grid-dots.small .dot{width:12px;height:12px}.loader-square-morph-container.small{width:60px;height:60px}.loader-square-morph-container.small .loader-square-morph{width:40px;height:40px}.skeleton{background:#e5e5e5;border-radius:4px;position:relative;overflow:hidden}.skeleton:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 25%,rgba(255,255,255,.8) 50%,rgba(255,255,255,.4) 75%,transparent 100%);animation:skeleton-shimmer 2s ease-in-out infinite}@keyframes skeleton-shimmer{0%{left:-100%}to{left:100%}}.skeleton-post-entry{padding:2rem 0;border-bottom:1px solid #e5e5e5}.skeleton-post-entry:first-child{padding-top:1rem}.skeleton-post-entry:last-child{border-bottom:none}.skeleton-post-meta{height:14px;width:180px;margin-bottom:.5rem}.skeleton-post-title{height:24px;width:70%;margin-bottom:.75rem}.skeleton-post-excerpt{display:flex;flex-direction:column;gap:8px;margin-bottom:.75rem}.skeleton-post-excerpt-line{height:16px}.skeleton-post-excerpt-line:nth-child(1){width:100%}.skeleton-post-excerpt-line:nth-child(2){width:95%}.skeleton-post-excerpt-line:nth-child(3){width:80%}.skeleton-post-author{height:14px;width:200px}.skeleton-ceo-entry{padding:1.5rem 0;border-bottom:1px solid #e5e5e5}.skeleton-ceo-entry:last-child{border-bottom:none}.skeleton-ceo-name{height:22px;width:180px;margin-bottom:.5rem}.skeleton-ceo-info{height:16px;width:250px;margin-bottom:.5rem}.skeleton-ceo-info:nth-child(3){width:120px}.skeleton-ceo-bio{display:flex;flex-direction:column;gap:6px;margin-top:.75rem}.skeleton-ceo-bio-line{height:14px}.skeleton-ceo-bio-line:nth-child(1){width:100%}.skeleton-ceo-bio-line:nth-child(2){width:90%}.skeleton-years{display:flex;gap:.5rem;min-height:40px;align-items:center}.skeleton-year-button{width:80px;height:34px;border-radius:4px}.skeleton-post-detail{margin-bottom:4rem}.skeleton-post-detail-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #ccc}.skeleton-back-link{height:14px;width:100px;margin-bottom:2rem}.skeleton-detail-meta{height:14px;width:200px;margin-bottom:1rem}.skeleton-detail-title{height:40px;width:80%;margin-bottom:1.5rem}.skeleton-detail-author{height:16px;width:280px;margin-top:1.5rem}.skeleton-post-content{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.skeleton-content-paragraph{display:flex;flex-direction:column;gap:8px}.skeleton-content-line{height:18px}.skeleton-content-line:nth-child(1){width:100%}.skeleton-content-line:nth-child(2){width:98%}.skeleton-content-line:nth-child(3){width:95%}.skeleton-content-line:nth-child(4){width:92%}.skeleton-content-line:nth-child(5){width:88%}@media(prefers-reduced-motion:reduce){.skeleton:before{animation:none;background:#ffffff4d;left:0;width:100%}}
