.page-loader{gap:24px;display:grid}.loader-hero{border:1px solid var(--border);background:radial-gradient(circle at top right, #3b82f61f, transparent 28%),linear-gradient(180deg, var(--surface) 0%, var(--surface-strong) 100%);box-shadow:var(--shadow);border-radius:28px;gap:16px;padding:clamp(24px,5vw,36px);display:grid}.loader-title-group{gap:10px;display:grid}.loader-badge{border-radius:999px;width:120px;height:34px}.loader-title{border-radius:20px;width:min(460px,82%);height:clamp(42px,6vw,62px)}.loader-subtitle{border-radius:999px;width:min(620px,94%);height:24px}.loader-actions{flex-wrap:wrap;gap:12px;display:flex}.loader-action{border-radius:14px;width:170px;height:48px}.loader-label{color:var(--text-soft);font-size:.98rem}.loader-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px;display:grid}.loader-card{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface) 0%, var(--surface-strong) 100%);box-shadow:var(--shadow);border-radius:24px;gap:14px;padding:16px;display:grid}.loader-emoji{border-radius:20px;min-height:116px}.loader-line{border-radius:999px;height:16px}.loader-line.short{width:72%}.loader-card-actions{gap:10px;display:flex}.loader-button{border-radius:14px;flex:1 1 0;height:44px}.shimmer-block{background:#94a3b82e;position:relative;overflow:hidden}.shimmer-block:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff75 50%,#0000 100%);animation:1.2s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}body.dark .loader-hero,body.dark .loader-card{background:radial-gradient(circle at 100% 0,#3b82f61f,#0000 28%),linear-gradient(#0f172af5 0%,#111827fa 100%)}body.dark .shimmer-block{background:#334155e6}body.dark .shimmer-block:after{background:linear-gradient(90deg,#0000 0%,#94a3b847 50%,#0000 100%)}@keyframes shimmer{to{transform:translate(100%)}}@media (max-width:640px){.page-loader{gap:16px}.loader-hero{border-radius:20px;gap:12px;padding:18px}.loader-badge{width:96px;height:28px}.loader-title{border-radius:14px;height:36px}.loader-subtitle{height:18px}.loader-grid{grid-template-columns:1fr;gap:12px}.loader-actions,.loader-card-actions{display:grid}.loader-action{width:100%;height:40px}.loader-card{border-radius:18px;gap:10px;padding:12px}.loader-emoji{border-radius:16px;min-height:82px}.loader-line{height:14px}.loader-button{border-radius:12px;height:38px}}
