.lok-loading{z-index:9999;background:#0f0f12;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;display:flex;position:fixed;inset:0}.lok-loading__avatar-wrap{width:140px;height:140px;position:relative}.lok-loading__photo{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:50%;width:calc(100% - 20px);height:calc(100% - 20px);animation:2.4s ease-in-out infinite lok-pulse;position:absolute;inset:10px}.lok-loading__ring{width:100%;height:100%;animation:1.6s linear infinite lok-spin;position:absolute;inset:0}.lok-loading__ring circle{fill:none;stroke:#e0384a;stroke-width:4px;stroke-linecap:round;stroke-dasharray:180 160;stroke-dashoffset:0}.lok-loading__text{letter-spacing:.12em;color:#ffffff73;text-align:center;margin:0;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:300;animation:2.4s ease-in-out infinite lok-fade}@keyframes lok-spin{to{transform:rotate(360deg)}}@keyframes lok-pulse{0%,to{opacity:1}50%{opacity:.75}}@keyframes lok-fade{0%,to{opacity:.45}50%{opacity:.9}}:root{--app-primary:#9b2dff;--app-surface:#fff;--app-text:#1c1a1f}html{font-size:100%}*,:before,:after{box-sizing:border-box}body{min-height:100vh;color:var(--app-text);background-color:var(--app-surface);margin:0}#root{min-height:100vh}:focus-visible{outline:3px solid var(--app-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media (forced-colors:active){:focus-visible{outline-offset:2px;outline:2px solid buttontext}}.skip-link{z-index:9999;color:#fff;background:var(--app-primary);border-radius:0 0 .25rem;padding:.5rem .75rem;text-decoration:none;position:absolute;top:0;left:0;transform:translateY(-120%)}.skip-link:focus-visible{transform:translateY(0)}.sr-only{white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-shell{align-items:center;min-height:100vh;display:flex}.app-content{width:min(100% - 2rem,45rem);margin-inline:auto}.state-showcase{flex-direction:column;gap:1rem;padding:1rem 0 2rem;display:flex}.state-screen{padding:1rem}.state-screen-container{width:min(100%,44rem);margin-inline:auto}.state-screen-alert{background-color:#f7f6f8;border:1px solid #d7d4da;border-radius:.875rem;padding:1rem;box-shadow:0 8px 20px #0f0a1512}.state-screen-alert-danger{background-color:#fff5f6;border-color:#f7c2cb}.state-screen-alert-warning{background-color:#fffaf0;border-color:#ffdca4}.state-screen-alert-info{background-color:#f2f8ff;border-color:#bde4ff}.state-screen-alert-secondary{background-color:#f7f6f8;border-color:#d7d4da}.state-screen-row{align-items:flex-start;gap:.75rem;display:flex}.state-screen-icon{color:#fff;background-color:#1f1d24;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:700;line-height:1;display:inline-flex}.state-screen-content{width:100%}.state-screen-title{margin:0 0 .5rem;font-size:1.25rem;line-height:1.25}.state-screen-message{margin:0 0 .75rem}.state-screen-action{color:#1f1d24;cursor:pointer;background-color:#0000;border:1px solid #2c2a31;border-radius:.625rem;justify-content:center;align-items:center;min-height:2.75rem;padding:.625rem .875rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.state-screen-action:hover{background-color:#f5f4f6}.state-screen-action:focus-visible{outline:3px solid var(--app-primary);outline-offset:2px}.mobile-help-bar{z-index:1000;color:#fff;background:linear-gradient(135deg,#8318d6 0%,#be47ff 100%);border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.75rem 1rem;text-decoration:none;display:inline-flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 12px 30px #6810a361}.mobile-help-bar-label{opacity:.95;font-size:.85rem}.mobile-help-bar-value{font-size:1rem;font-weight:700}@media (width>=48rem){.state-showcase{gap:1.25rem;padding-top:1.25rem}.state-screen{padding-inline:1.25rem}.state-screen-alert{padding:1.25rem}.state-screen-row{gap:1rem}.mobile-help-bar{display:none}}
