:root{--bg-primary:#faf9fc;--pastel-lavender:#eae5f8;--text-main:#252830;--text-muted:#656c7a;--card-bg:#ffffffc7;--card-border:#fffffff2;--card-shadow:0 16px 36px -12px #beb9d733, 0 4px 16px #00000005;--font-family-display:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;min-height:100dvh;font-family:var(--font-family-body);background-color:var(--bg-primary);color:var(--text-main);-webkit-font-smoothing:antialiased;overflow:hidden auto}.container{z-index:1;width:100%;min-height:100vh;flex-direction:column;justify-content:space-between;gap:1.25rem;min-height:100dvh;padding:1.25rem 3.5rem;display:flex;position:relative}.header{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:1rem;justify-content:space-between;align-items:center;padding:.55rem 1.5rem;display:flex}.logo{font-family:var(--font-family-display);color:var(--text-main);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.logo-sparkle{color:#9381c4;font-size:1.05rem}.github-btn{color:var(--text-main);background:#fff;border:1px solid #d7d2ebb3;border-radius:.75rem;align-items:center;gap:.45rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex;box-shadow:0 2px 8px #00000008}.github-btn:hover{background:var(--pastel-lavender);color:#241a40;border-color:#b9aae1e6}.github-icon{color:var(--text-main)}.main-content{flex:1;align-items:center;gap:3.5rem;display:flex}.image-box{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);width:46%;max-width:540px;height:100%;min-height:380px;max-height:520px;box-shadow:var(--card-shadow);border-radius:1.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.art-image{object-fit:cover;width:100%;height:100%;transition:opacity .4s;display:block}.art-image.hidden{opacity:0}.content{flex-direction:column;flex:1;justify-content:center;gap:1.25rem;padding:.5rem 0;display:flex}.category-tag{background:var(--pastel-lavender);color:#554486;letter-spacing:.06em;text-transform:uppercase;border-radius:2rem;align-self:flex-start;align-items:center;gap:.45rem;min-height:1.8rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.tag-icon{color:#8370b6;font-size:.85rem}.heading{font-family:var(--font-family-display);color:var(--text-main);letter-spacing:-.025em;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:600;line-height:1.1}.description{color:var(--text-muted);max-width:620px;font-size:1.05rem;line-height:1.7}.footer{color:var(--text-muted);justify-content:center;align-items:center;padding:.5rem 0 1rem;font-size:.85rem;display:flex}.heart{color:#e57373;display:inline-block}.skeleton-box,.skeleton-pill,.skeleton-text,.skeleton-line{background:linear-gradient(90deg,#ede8f8 25%,#f7f3ff 50%,#ede8f8 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeletonShimmer}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-heading{border-radius:.75rem;width:80%;height:3.5rem}.skeleton-pill{border-radius:2rem;width:160px;height:1.8rem}.skeleton-line{border-radius:.5rem;width:100%;height:1.1rem;margin-bottom:.6rem}.skeleton-line.short{width:65%;margin-bottom:0}@media (max-width:900px){.container{padding:1.5rem}.main-content{flex-direction:column;gap:1.5rem}.image-box{width:100%;max-width:100%;height:240px}.heading{font-size:2.5rem}.description{font-size:1rem}}
