.local-spinner{position:absolute;top:50%;left:50%;width:32px;height:32px;margin:2rem 0 0 1rem;border:4px solid #ccc;border-top-color:#06f;border-radius:50%;animation:spin .8s linear infinite;z-index:10}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-tile{display:flex;flex-direction:column;gap:.5rem;background-color:#ddd;color:#fff;font-weight:600;border-radius:.5rem;padding:2rem;position:relative}.skeleton-pulse{animation:pulse 2s infinite}.skeleton-text{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-text-title,.skeleton-text-description{height:14px;border-radius:4px;background:linear-gradient(90deg,#ccc 25%,#999,#ccc 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.skeleton-text-title{width:60%}.skeleton-text-description{width:90%;height:10px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background-color:#f0f2f5;color:#1f2937}header{transition:padding .3s;background-size:cover;background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding-top:.1rem;padding-bottom:.1rem;text-align:center;position:sticky;top:0;width:100%;z-index:1000;box-shadow:0 4px 10px #00000080;clip-path:polygon(0 0,100% 0,100% 80%,90% 88%,65% 98%,50% 100%,35% 98%,10% 88%,0% 80%)}header h1{font-size:2.5rem;margin-bottom:.5rem}header p{font-size:1.2rem;opacity:.85;display:none}section{padding:4rem 2rem;max-width:1200px;margin:auto;opacity:1;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out}section.visible{opacity:1;transform:translateY(0)}h2{font-size:1.75rem;margin-bottom:1rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.project-wrapper{display:grid;grid-template-columns:auto;gap:1rem}.project-tile{background-color:#1e293b;color:#fff;font-weight:600;border-radius:.5rem;padding:2rem;cursor:pointer;position:relative;transition:all .4s ease}.project-tile small{margin-top:1rem;transition:all .4s ease;opacity:0;display:block;font-weight:100}.project-tile:hover small{opacity:1}.project-tile:hover{background-color:#334155;transform:scale(1.3);z-index:100}.load-more{display:flex;justify-content:center;align-items:center;padding:2rem 0}.load-more button{background:none;border:2px solid #111827;color:#111827;padding:.75rem 2rem;font-size:1rem;border-radius:0;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.load-more button:hover{background:#111827;color:#fff}ul.news-feed,ul.blog-feed{list-style:none;padding:0}ul.news-feed li,ul.blog-feed li{background:#fff;margin-bottom:1.5rem;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 10px #0000000d;transition:transform .3s}ul.news-feed li:hover,ul.blog-feed li:hover{transform:translateY(-4px)}.news-meta{font-size:.875rem;color:#6b7280;margin-top:.5rem}.badge{display:inline-block;background:#e5e7eb;color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;padding:.25rem .75rem;margin-left:.5rem}a.button{display:none}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}@media (min-width: 1281px){header{padding-top:4rem;padding-bottom:1rem}header p{display:block}header.small{padding-top:.1rem;padding-bottom:.1rem}header.small p{display:none}.project-wrapper{grid-template-columns:1fr 1fr 1fr 1fr}.tile{aspect-ratio:1/1}}
