.tw-splash{background:var(--color-bg-light,#faf8f5);flex-direction:column;justify-content:center;align-items:center;gap:36px;padding:64px 24px;display:flex}.tw-splash--overlay{z-index:10000;opacity:1;pointer-events:none;transition:opacity .35s;position:fixed;inset:0}.tw-splash--overlay.tw-splash--hidden{opacity:0}.tw-splash--overlay.tw-splash--gone{display:none}.tw-splash--inline{min-height:70vh}.tw-splash__brand{flex-direction:column;align-items:center;gap:14px;display:flex}.tw-splash__logo{color:#1a1a1a;-webkit-user-select:none;user-select:none;opacity:0;width:clamp(200px,32vw,320px);height:auto;animation:.9s cubic-bezier(.22,1,.36,1) forwards tw-splash-rise;display:block}.tw-splash__tagline{font-family:var(--font-sans), Inter, sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--color-text-light,#6b6b6b);opacity:0;font-size:11px;animation:.9s cubic-bezier(.22,1,.36,1) .45s forwards tw-splash-rise}.tw-splash__progress{background:var(--color-border,#e0dcd6);opacity:0;border-radius:2px;width:clamp(160px,28vw,220px);height:2px;animation:.9s cubic-bezier(.22,1,.36,1) .9s forwards tw-splash-rise;position:relative;overflow:hidden}.tw-splash__progress-bar{background:var(--color-accent-green,#0e6b76);border-radius:2px;width:40%;height:100%;animation:1.8s cubic-bezier(.4,0,.2,1) infinite tw-splash-progress;display:block;position:absolute;top:0;left:0}@keyframes tw-splash-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tw-splash-progress{0%{transform:translate(-110%)}to{transform:translate(260%)}}@media (prefers-reduced-motion:reduce){.tw-splash__logo,.tw-splash__tagline,.tw-splash__progress{opacity:1;animation:none;transform:none}.tw-splash__progress-bar{opacity:.6;width:100%;animation:none}}
