.page{margin:0 auto;max-width:1100px;padding:28px 32px 48px}.page--tight{padding-top:24px}.page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.page-header h1{margin:0 0 6px;font-size:30px;font-weight:700;letter-spacing:-.03em}.page-subtitle{margin:0;max-width:48rem;color:var(--muted);font-size:14px;line-height:1.45}.page-actions{display:flex;flex-wrap:wrap;gap:10px}.local-loading-shell{min-height:min(42rem,calc(100vh - 5rem));display:grid;place-items:center;padding:2rem}.local-loading-card{display:inline-flex;align-items:center;gap:.9rem;max-width:min(100%,28rem);min-height:4.25rem;padding:.82rem .95rem;border:1px solid rgba(148,163,184,.13);border-radius:22px;background:radial-gradient(circle at 18% 20%,rgba(96,165,250,.14),transparent 38%),linear-gradient(180deg,rgba(17,27,46,.86),rgba(8,14,28,.76));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 22px 54px rgba(0,0,0,.2)}.local-loading-orbit{position:relative;flex:0 0 auto;width:2.35rem;height:2.35rem;border-radius:999px;background:radial-gradient(circle,rgba(191,219,254,.12),transparent 58%),rgba(15,23,42,.72);box-shadow:inset 0 0 0 1px rgba(148,163,184,.12),0 0 24px rgba(96,165,250,.1)}.local-loading-orbit:before{content:"";position:absolute;inset:.38rem;border-radius:inherit;border:1px solid rgba(148,163,184,.16)}.local-loading-orbit span{position:absolute;inset:.22rem;border-radius:inherit;border-color:rgba(96,165,250,.78) rgba(45,212,191,.42) transparent transparent;border-style:solid;border-width:2px;animation:local-loading-spin 1s linear infinite}.local-loading-orbit i{position:absolute;left:50%;top:50%;width:.42rem;height:.42rem;border-radius:999px;transform:translate(-50%,-50%);background:#dbeafe;box-shadow:0 0 18px rgba(96,165,250,.55)}.local-loading-copy{min-width:0}.local-loading-copy strong{display:block;color:#f8fafc;font-size:.9rem;line-height:1.25;letter-spacing:-.01em}.local-loading-copy p{margin:.18rem 0 0;color:color-mix(in srgb,var(--foreground) 62%,var(--muted-foreground));font-size:.78rem;line-height:1.35}.local-loading-card button{min-height:2.1rem;margin-left:.25rem;padding:0 .85rem;border:1px solid rgba(96,165,250,.28);border-radius:12px;background:linear-gradient(180deg,rgba(30,64,175,.4),rgba(30,64,175,.22));color:#eff6ff;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.local-loading-card button:hover{border-color:rgba(96,165,250,.48);background:linear-gradient(180deg,rgba(37,99,235,.48),rgba(30,64,175,.28));transform:translateY(-1px)}@keyframes local-loading-spin{to{transform:rotate(1turn)}}@media (max-width:720px){.local-loading-shell{min-height:18rem;padding:1rem}.local-loading-card{width:100%;align-items:flex-start}.local-loading-card button{margin-left:auto}}