:root{
  --o3o-lock-bg:#fbfbfb;
  --o3o-lock-surface:#f4f4f4;
  --o3o-lock-text:#151515;
  --o3o-lock-muted:#8d8d8d;
  --o3o-lock-line:rgba(20,20,20,.075);
  --o3o-lock-button:#171717;
  --o3o-lock-button-text:#fff;
  --o3o-lock-error:#ff0000;
}html.o3o-lock-active,
body.o3o-lock-active{overflow:hidden!important;overscroll-behavior:none}.o3o-lock{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:flex;
  justify-content:center;
  overflow:auto;
  box-sizing:border-box;
  min-height:100dvh;
  padding:max(54px,calc(env(safe-area-inset-top) + 34px)) 24px max(32px,calc(env(safe-area-inset-bottom) + 24px));
  background:var(--o3o-lock-bg);
  color:var(--o3o-lock-text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}.o3o-lock[hidden]{display:none!important}.o3o-lock-shell{
  width:min(100%,390px);
  margin:auto 0;
}.o3o-lock-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:0 0 46px;
  text-align:center;
}.o3o-lock-icon{
  display:block;
  width:88px;
  height:88px;
  margin:0 0 18px;
  border-radius:22px;
  object-fit:cover;
  user-select:none;
  -webkit-user-drag:none;
}.o3o-lock-title{
  margin:0;
  font-size:34px;
  line-height:1;
  font-weight:650;
  letter-spacing:-1.35px;
}.o3o-lock-view{display:none}.o3o-lock-view.is-active{display:block}.o3o-lock-fields{
  display:flex;
  flex-direction:column;
  gap:12px;
}.o3o-lock-field{
  position:relative;
  display:block;
  min-height:56px;
}.o3o-lock-input{
  width:100%;
  height:56px;
  box-sizing:border-box;
  margin:0;
  padding:0 17px;
  border:1px solid rgba(20,20,20,.07);
  border-radius:16px;
  outline:0;
  background:rgba(244,244,244,.78);
  color:#171717;
  font:500 15.5px/1.2 -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
  letter-spacing:-.15px;
  caret-color:#171717;
  appearance:none;
  -webkit-appearance:none;
  box-shadow:none;
  transition:background-color .16s ease,border-color .16s ease;
}.o3o-lock-input::placeholder{color:#aaa;opacity:1;font-weight:450}.o3o-lock-input:focus{background:#f7f7f7;border-color:rgba(20,20,20,.13)}.o3o-lock-input::-ms-reveal,.o3o-lock-input::-ms-clear{display:none}.o3o-lock-input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #f5f5f5 inset;-webkit-text-fill-color:#171717}.o3o-lock-switch{
  height:60px;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}.o3o-lock-link{
  border:0;
  padding:0;
  background:none;
  color:#5f5f5f;
  font:500 13px/1.35 -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
  letter-spacing:-.1px;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}.o3o-lock-link-muted{color:#5f5f5f}.o3o-lock-link-keyword{color:#000;font-weight:600}.o3o-lock-link:active{opacity:.52}.o3o-lock-primary{
  width:100%;
  height:55px;
  border:0;
  border-radius:17px;
  background:var(--o3o-lock-button);
  color:var(--o3o-lock-button-text);
  font:650 15px/1 -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
  letter-spacing:-.1px;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}.o3o-lock-primary:active{transform:scale(.992);opacity:.9}.o3o-lock-primary:disabled{opacity:.42;cursor:default;transform:none}.o3o-lock-status{
  min-height:18px;
  margin:14px 2px 0;
  color:var(--o3o-lock-error);
  font-size:12px;
  line-height:1.5;
  text-align:center;
}@media (max-width:380px){
  .o3o-lock{padding-left:20px;padding-right:20px}
  .o3o-lock-brand{margin-bottom:39px}
  .o3o-lock-icon{width:82px;height:82px;border-radius:21px}
  .o3o-lock-title{font-size:32px}
}@media (prefers-reduced-motion:no-preference){
  .o3o-lock-view.is-active{animation:o3o-lock-in .22s cubic-bezier(.2,.7,.2,1)}
  @keyframes o3o-lock-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
}