/* O3O base.css — selectors scoped only; declarations and cascade retained. */
.o3o-phone-root .global-image-placeholder{background:var(--global-image-placeholder);background-image:none;}.o3o-phone-root .global-avatar-placeholder, .o3o-phone-root .line-avatar-placeholder, .o3o-phone-root .yt-global-avatar, .o3o-phone-root .td-global-avatar, .o3o-phone-root .x-global-avatar{display:block;width:100%;height:100%;pointer-events:none;}.o3o-phone-root{--global-avatar-bg:#e6e6e6;--global-image-placeholder:var(--cover);--o3o-input-radius:16px;--o3o-long-button-radius:var(--o3o-input-radius);--o3o-long-button-height:50px;--o3o-stage-width:100vw;--o3o-drawer-max:720px;--o3o-fw-350:350;--o3o-fw-400:400;--o3o-fw-450:450;--o3o-fw-500:500;--o3o-fw-520:520;--o3o-fw-550:550;--o3o-fw-560:560;--o3o-fw-570:570;--o3o-fw-580:580;--o3o-fw-590:590;--o3o-fw-600:600;--o3o-fw-620:620;--o3o-fw-630:630;--o3o-fw-650:650;--o3o-fw-660:660;--o3o-fw-670:670;--o3o-fw-680:680;--o3o-fw-700:700;--o3o-fw-720:720;--o3o-fw-730:730;--o3o-fw-740:740;--o3o-fw-750:750;--o3o-fw-760:760;--o3o-fw-780:780;--o3o-fw-790:790;--o3o-fw-800:800;--o3o-fw-820:820;--o3o-fw-840:840;--o3o-fw-850:850;--o3o-fw-900:900;--o3o-fw-950:950;--o3o-main-title-weight:var(--o3o-fw-500);--o3o-status-surface:#f2f2f2;--o3o-page-start:20px;}

.o3o-phone-root.o3o-app-scroll-lock{overflow:hidden;}
/* Global form interaction normalization */
.o3o-phone-root input, .o3o-phone-root textarea, .o3o-phone-root select{-webkit-tap-highlight-color:transparent;}
.o3o-phone-root input:focus, .o3o-phone-root input:focus-visible, .o3o-phone-root textarea:focus, .o3o-phone-root textarea:focus-visible, .o3o-phone-root select:focus, .o3o-phone-root select:focus-visible{outline:none;box-shadow:none;}

/* Global scrollbar policy: visual bars are hidden, native scrolling remains enabled. */
.o3o-phone-root .launcher, .o3o-phone-root .launcher *{scrollbar-width:none;}
.o3o-phone-root .launcher::-webkit-scrollbar, .o3o-phone-root .launcher *::-webkit-scrollbar{width:0;height:0;}

/* Shared Apple Account authorization transition for app sign-in.
   This is a real full-viewport transition page, not a dialog/sheet. */
.o3o-phone-root .apple-app-auth-layer{
  position:fixed;
  inset:0;
  display:none;
  z-index:5000;
  overflow:hidden;
  background:#f5f5f7;
  font-family:var(--user-font-family,-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif);
  -webkit-font-smoothing:antialiased;
  transition:opacity .18s ease;
}
.o3o-phone-root .apple-app-auth-layer.is-presented{display:flex;pointer-events:auto;opacity:1;}
.o3o-phone-root .apple-app-auth-layer.is-external{opacity:0;pointer-events:none;}
.o3o-phone-root .apple-app-auth-backdrop{position:absolute;inset:0;background:#f5f5f7;}
.o3o-phone-root .apple-app-auth-stage{position:absolute;inset:0;width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;}
.o3o-phone-root .apple-app-auth-page{
  position:absolute;
  inset:0;
  display:none;
  box-sizing:border-box;
  width:100%;
  height:100%;
  min-width:0;
  min-height:100vh;
  min-height:100dvh;
  padding:calc(18px + env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom));
  background:#f5f5f7;
  color:#111;
  text-align:center;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  opacity:.2;
  transform:translate3d(100%,0,0);
  transition:opacity .22s ease,transform .42s cubic-bezier(.22,.9,.24,1);
  will-change:transform,opacity
;}
.o3o-phone-root .apple-app-auth-page.is-active{display:flex;flex-direction:column;align-items:stretch;}
.o3o-phone-root .apple-app-auth-page.is-entered{opacity:1;transform:translate3d(0,0,0);}
.o3o-phone-root .apple-app-auth-page.is-leaving{opacity:.7;transform:translate3d(100%,0,0);}
.o3o-phone-root .is-apple-authorizing{
  transition:transform .36s cubic-bezier(.22,.9,.24,1),filter .36s ease;
  transform:scale(.985);
  filter:brightness(.94)
;}
.o3o-phone-root .apple-app-auth-apple{
  order:0;
  height:34px;
  margin:8px auto 0;
  color:#111;
  display:grid;
  place-items:center
;}
.o3o-phone-root .apple-app-auth-apple svg{display:block;width:25px;height:34px;fill:currentColor;}
.o3o-phone-root .apple-app-auth-brand{
  order:1;
  width:76px;
  height:76px;
  flex:0 0 76px;
  border-radius:19px;
  margin:54px auto 20px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#111;
  box-shadow:0 .5px 0 rgba(0,0,0,.08),0 8px 26px rgba(0,0,0,.08)
;}
.o3o-phone-root .apple-app-auth-brand svg{display:block;width:43px;height:43px;fill:currentColor;}
.o3o-phone-root .apple-app-auth-brand-line{background:#06c755;color:#fff;}
.o3o-phone-root .apple-app-auth-brand-tinder{background:linear-gradient(145deg,#ff4458,#ff6036);color:#fff;}
.o3o-phone-root .apple-app-auth-brand-amazon{background:#fff;color:#111;}
.o3o-phone-root .apple-app-auth-brand-x{background:#000;color:#fff;}
.o3o-phone-root .apple-app-auth-page h2{
  order:2;
  margin:0 auto;
  max-width:340px;
  font-size:28px;
  line-height:1.12;
  letter-spacing:-.75px;
  font-weight:var(--o3o-fw-720);
  color:#111
;}
.o3o-phone-root .apple-app-auth-copy{
  order:3;
  max-width:320px;
  margin:12px auto 0;
  font-size:14px;
  line-height:1.43;
  color:#6e6e73
;}
.o3o-phone-root .apple-app-auth-account{
  order:4;
  width:100%;
  min-height:68px;
  margin:32px auto 0;
  box-sizing:border-box;
  padding:10px 14px;
  border-radius:16px;
  display:flex;
  align-items:center;
  text-align:left;
  gap:12px;
  background:#fff;
  box-shadow:inset 0 0 0 .5px rgba(60,60,67,.14)
;}
.o3o-phone-root .apple-app-auth-avatar{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:50%;
  overflow:hidden;
  background:#e6e6e6
;}
.o3o-phone-root .apple-app-auth-avatar svg{display:block;width:100%;height:100%;}
.o3o-phone-root .apple-app-auth-account>span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px;}
.o3o-phone-root .apple-app-auth-account strong{font-size:15px;line-height:1.2;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.o3o-phone-root .apple-app-auth-account small{font-size:12px;line-height:1.25;color:#8e8e93;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.o3o-phone-root .apple-app-auth-status{
  order:5;
  min-height:32px;
  margin:10px 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#8e8e93;
  font-size:12px
;}
.o3o-phone-root .apple-app-auth-spinner{
  width:12px;
  height:12px;
  border-radius:50%;
  border:1.5px solid rgba(0,0,0,.14);
  border-top-color:#007aff;
  display:none;
  animation:appleAppAuthSpin .7s linear infinite
;}
.o3o-phone-root .apple-app-auth-page[data-auth-state="busy"] .apple-app-auth-spinner{display:block;}
.o3o-phone-root .apple-app-auth-page[data-auth-state="success"] .apple-app-auth-status{color:#248a3d;}
.o3o-phone-root .apple-app-auth-page[data-auth-state="error"] .apple-app-auth-status{color:#d70015;}
.o3o-phone-root .apple-app-auth-primary{
  order:6;
  width:100%;
  height:var(--o3o-long-button-height);
  min-height:var(--o3o-long-button-height);
  margin-top:auto;
  border:0;
  border-radius:var(--o3o-long-button-radius);
  background:#000;
  color:#fff;
  font:inherit;
  font-size:16px;
  font-weight:var(--o3o-fw-650);
  cursor:pointer;
  -webkit-tap-highlight-color:transparent
;}
.o3o-phone-root .apple-app-auth-primary:disabled{opacity:.55;}
.o3o-phone-root .apple-app-auth-cancel{
  position:absolute;
  z-index:3;
  top:calc(12px + env(safe-area-inset-top));
  right:14px;
  width:auto;
  height:38px;
  margin:0;
  padding:0 8px;
  border:0;
  background:transparent;
  color:#007aff;
  font:inherit;
  font-size:16px;
  font-weight:var(--o3o-fw-500);
  cursor:pointer;
  -webkit-tap-highlight-color:transparent
;}
.o3o-phone-root .apple-app-auth-success{
  position:absolute;
  z-index:8;
  inset:0;
  display:grid;
  place-items:center;
  background:#f5f5f7;
  opacity:0;
  visibility:hidden;
  transform:scale(.985);
  transition:opacity .18s ease,transform .26s cubic-bezier(.2,.9,.3,1),visibility .18s ease
;}
.o3o-phone-root .apple-app-auth-page[data-auth-state="success"] .apple-app-auth-success{opacity:1;visibility:visible;transform:scale(1);}
.o3o-phone-root .apple-app-auth-success svg{
  width:82px;
  height:82px;
  border-radius:50%;
  padding:21px;
  box-sizing:border-box;
  background:#34c759;
  stroke:#fff;
  stroke-width:2.4;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  animation:appleAppAuthCheck .34s cubic-bezier(.2,.9,.3,1)
;}
@keyframes appleAppAuthSpin{to{transform:rotate(360deg)}}
@keyframes appleAppAuthCheck{0%{transform:scale(.64);opacity:0}100%{transform:scale(1);opacity:1}}
@media  (max-height:650px){
  .o3o-phone-root .apple-app-auth-brand{margin-top:26px}
  .o3o-phone-root .apple-app-auth-account{margin-top:20px}
  .o3o-phone-root .apple-app-auth-page h2{font-size:25px}
}
@media  (prefers-reduced-motion:reduce){
  .o3o-phone-root .apple-app-auth-layer, .o3o-phone-root .apple-app-auth-page, .o3o-phone-root .is-apple-authorizing, .o3o-phone-root .apple-app-auth-success{transition:none}
  .o3o-phone-root .apple-app-auth-spinner, .o3o-phone-root .apple-app-auth-success svg{animation:none}
}

.o3o-phone-root .is-apple-external-source{opacity:0;pointer-events:none;transition:opacity .22s ease;}


.o3o-phone-root::before{content:"";position:fixed;left:0;right:0;top:0;height:max(env(safe-area-inset-top),0px);background:var(--o3o-status-surface);pointer-events:none;z-index:4999;transition:background-color .22s ease;}

/* IndexedDB version-upgrade diagnostic: visible only when another client blocks Dexie.open(). */
.o3o-phone-root .o3o-db-blocked-diagnostic{position:fixed;z-index:2147483600;left:50%;top:max(18px,env(safe-area-inset-top));width:min(calc(100vw - 36px),420px);transform:translateX(-50%);box-sizing:border-box;padding:13px 15px 14px;border:1px solid rgba(0,0,0,.09);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.13);color:#111;font:500 13px/1.45 -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;text-align:left}
.o3o-phone-root .o3o-db-blocked-diagnostic strong{display:block;font-size:14px;font-weight:700;letter-spacing:-.01em}
.o3o-phone-root .o3o-db-blocked-diagnostic span{display:block;margin-top:3px;color:#6f6f74;font-size:11px;font-weight:500;word-break:break-all}
.o3o-phone-root .o3o-db-blocked-diagnostic p{margin:7px 0 0;color:#3a3a3c;font-size:12px;font-weight:500}

/* O3O desktop.css — selectors scoped only; declarations and cascade retained. */
.o3o-phone-root{--desktop-bg:#f2f2f2;--ink:#111;--cover:#ccc;--app-size:60px;--app-radius:15px;--desktop-icon-ink:#777;--line-green:#06c755;--page-pad:20px;--section-gap:20px;--o3o-frost-bg:rgba(255,255,255,.20);--o3o-frost-border:rgba(255,255,255,.40);--o3o-frost-shadow:0 1px 3px rgba(0,0,0,.10),0 1px 2px -1px rgba(0,0,0,.10);--o3o-frost-blur:12px;--o3o-separator-shadow:rgba(0,0,0,.23);--music-control-ink:rgba(84,84,84,.84);--second-music-panel-shell:#ececec;}
.o3o-phone-root *{box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
.o3o-phone-root, .o3o-phone-root{margin:0;min-height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%;background:var(--desktop-bg);color:var(--ink);font-family:var(--user-font-family,-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Segoe UI",Arial,sans-serif);}
.o3o-phone-root{display:flex;justify-content:center;overflow-x:hidden;}
.o3o-phone-root button, .o3o-phone-root input{font:inherit;}
.o3o-phone-root button{border:0;padding:0;background:none;color:inherit;}
.o3o-phone-root .fa-svg{display:block;width:1em;height:1em;fill:currentColor;}
.o3o-phone-root .launcher{width:100%;max-width:none;min-height:100vh;min-height:100dvh;padding:calc(20px + env(safe-area-inset-top)) var(--page-pad) calc(20px + env(safe-area-inset-bottom));display:flex;flex-direction:column;}
.o3o-phone-root .home-page{flex:1;display:flex;flex-direction:column;min-height:0;padding-top:0;}
.o3o-phone-root .profile-widget{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:18px;background:var(--cover);flex:0 0 auto;}
.o3o-phone-root .profile-cover{position:absolute;inset:0 0 auto;height:52%;background:var(--cover);background-size:cover;background-position:center;cursor:pointer;}
.o3o-phone-root .profile-info{position:absolute;left:0;right:0;bottom:0;height:51.5%;border-radius:16px 16px 0 0;display:flex;flex-direction:column;align-items:center;padding:67px 20px 12px;}
.o3o-phone-root .profile-avatar{position:absolute;z-index:4;left:50%;top:48.5%;transform:translate(-50%,-50%);width:116px;height:116px;border-radius:50%;background:#E6E6E6 center/cover no-repeat;border:2px solid #fff;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 0 12px rgba(0,0,0,.18);}
.o3o-phone-root .profile-avatar-placeholder{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;flex:0 0 auto;}
.o3o-phone-root .profile-avatar.has-image .profile-avatar-placeholder{display:none;}
.o3o-phone-root .profile-name{font-size:18px;font-weight:var(--o3o-fw-900);line-height:1.08;letter-spacing:-.55px;text-align:center;}
.o3o-phone-root .profile-handle{margin-top:5px;color:#c4c4c4;font-size:10.5px;font-weight:var(--o3o-fw-650);line-height:1.08;text-align:center;}
.o3o-phone-root .profile-bio{margin-top:11px;width:100%;font-size:11.5px;font-weight:var(--o3o-fw-720);line-height:1.3;text-align:center;white-space:normal;overflow:visible;word-break:break-word;}
.o3o-phone-root .profile-location{margin-top:10px;display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:var(--o3o-fw-600);color:#333;}
.o3o-phone-root .profile-location .fa-svg{font-size:15px;color:#c9c9c9;}
.o3o-phone-root .editable-copy{outline:none;cursor:text;-webkit-user-select:text;user-select:text;min-width:1px;min-height:1.15em;}
.o3o-phone-root .editable-copy:empty::before{content:attr(data-placeholder);color:rgba(17,17,17,.26);font:inherit;white-space:pre-wrap;}
.o3o-phone-root .profile-handle.editable-copy:empty::before{color:rgba(196,196,196,.68);}
.o3o-phone-root .content-row{margin-top:var(--section-gap);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:14px;align-items:stretch;flex:0 0 auto;}
.o3o-phone-root .app-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);column-gap:12px;row-gap:12px;align-items:stretch;}
.o3o-phone-root .app-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;color:#242424;}
.o3o-phone-root .app-icon, .o3o-phone-root .dock-icon{width:var(--app-size);height:var(--app-size);border-radius:var(--app-radius);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--desktop-icon-ink);flex:0 0 auto;}
.o3o-phone-root .app-icon .fa-svg{font-size:30px;max-width:32px;max-height:32px;}
.o3o-phone-root .app-item[data-app="tinder"] .app-icon{overflow:hidden;color:var(--desktop-icon-ink);}
.o3o-phone-root .app-item[data-app="tinder"] .app-icon .tinder-official-flame{display:block;width:31px;height:31px;flex:0 0 31px;fill:currentColor;}
.o3o-phone-root .dock-icon[data-dock="phone"], .o3o-phone-root .dock-icon[data-dock="mail"]{background:#fff;color:var(--desktop-icon-ink);}
.o3o-phone-root .dock-icon[data-dock="settings"]{background:#fff;color:var(--desktop-icon-ink);}
.o3o-phone-root .dock-icon[data-dock="mail"] .sf-symbol-message{display:block;width:33px;height:33px;flex:0 0 33px;fill:currentColor;}
.o3o-phone-root .app-item[data-app="amazon"] .app-icon{overflow:hidden;color:var(--desktop-icon-ink);}
.o3o-phone-root .app-item[data-app="amazon"] .amazon-brand-vector{display:block;width:34px;height:39px;fill:currentColor;flex:0 0 auto;}
.o3o-phone-root .app-item[data-app="x"] .app-icon{overflow:hidden;}
.o3o-phone-root .app-item[data-app="x"] .app-icon .official-x-logo{display:block;width:30px;height:30px;object-fit:contain;filter:none;flex:0 0 30px;}
.o3o-phone-root .app-item[data-app="line"] .app-icon{overflow:hidden;}
.o3o-phone-root .line-official-mark{display:block;width:40px;height:40px;flex:0 0 40px;background:transparent;}
.o3o-phone-root .line-launcher-logo{display:block;width:100%;height:100%;overflow:visible;color:var(--desktop-icon-ink);}
.o3o-phone-root .line-logo-face{fill:currentColor;}
.o3o-phone-root .app-name{width:100%;font-size:14px;font-weight:var(--o3o-fw-500);line-height:1.05;white-space:nowrap;text-align:center;}
.o3o-phone-root .music-card{height:100%;border-radius:18px;padding:12px;display:flex;flex-direction:column;overflow:hidden;min-width:0;}
.o3o-phone-root .music-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex:0 0 auto;}
.o3o-phone-root .album{position:relative;width:64px;height:64px;border-radius:15px;background:#dedede;cursor:pointer;flex:0 0 64px;}
.o3o-phone-root .music-icon{display:flex;align-items:flex-start;justify-content:flex-end;color:var(--music-control-ink);font-size:22px;line-height:1;padding-top:1px;}
.o3o-phone-root .music-copy{margin-top:9px;min-width:0;display:flex;flex-direction:column;gap:4px;}
.o3o-phone-root .track-title{font-size:clamp(12px,3.45vw,15px);font-weight:var(--o3o-fw-850);line-height:1.12;white-space:normal;overflow:visible;word-break:break-word;}
.o3o-phone-root .track-sub{color:#929292;font-size:clamp(10px,2.7vw,12.5px);font-weight:var(--o3o-fw-650);line-height:1.18;white-space:normal;overflow:visible;word-break:break-word;}
.o3o-phone-root .power{margin-top:auto;padding-top:7px;}
.o3o-phone-root .power-label{color:#969696;font-size:clamp(10px,2.7vw,12.5px);font-weight:var(--o3o-fw-650);line-height:1.05;}
.o3o-phone-root .power-bar{position:relative;height:20px;border-radius:7px;background:#d2d2d2;overflow:hidden;margin-top:4px;}
.o3o-phone-root .power-fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:7px;background:#9b9b9b;transition:width .28s ease;}
.o3o-phone-root .power-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:clamp(11px,3vw,13px);font-weight:var(--o3o-fw-850);line-height:20px;text-shadow:0 1px 2px rgba(0,0,0,.18);pointer-events:none;}
.o3o-phone-root .desktop-spacer{flex:1;min-height:34px;}
.o3o-phone-root .dock-wrap{flex:0 0 auto;padding:0 5px;}
.o3o-phone-root .dock{min-height:84px;padding:11px 13px;border-radius:22px;background:var(--o3o-frost-bg);-webkit-backdrop-filter:blur(var(--o3o-frost-blur));backdrop-filter:blur(var(--o3o-frost-blur));border:1px solid var(--o3o-frost-border);box-shadow:var(--o3o-frost-shadow);display:flex;align-items:center;justify-content:space-between;gap:8px;}
.o3o-phone-root .dock-icon{flex:0 0 60px;}
.o3o-phone-root .dock-icon .fa-svg{font-size:31px;max-width:32px;max-height:32px;}
.o3o-phone-root .dock-icon[data-dock="phone"] .phone-fa-home{display:block;width:32px;height:32px;flex:0 0 32px;fill:currentColor;}
.o3o-phone-root .dock-icon[data-dock="youtube"] .youtube-dock-mark{display:block;width:38px;height:30px;flex:0 0 38px;background:transparent;color:var(--desktop-icon-ink);}
.o3o-phone-root .youtube-launcher-logo{display:block;width:100%;height:100%;overflow:visible;}
.o3o-phone-root .youtube-logo-face{fill:currentColor;}
.o3o-phone-root .image-slot{touch-action:manipulation;overflow:hidden;cursor:pointer;}
.o3o-phone-root .slot-image{position:absolute;inset:0;width:100%;height:100%;display:none;object-fit:cover;object-position:center;pointer-events:none;}
.o3o-phone-root .slot-image.is-visible{display:block;}
.o3o-phone-root .native-image-input{display:none;}




.o3o-phone-root[data-desktop-theme="default"] .app-icon:not(.has-theme-icon), .o3o-phone-root[data-desktop-theme="default"] .dock-icon:not(.has-theme-icon){background:#fff;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;color:var(--desktop-icon-ink);}
.o3o-phone-root[data-desktop-theme="frosted-glass"] .app-icon, .o3o-phone-root[data-desktop-theme="frosted-glass"] .dock-icon{position:relative;width:var(--app-size);height:var(--app-size);border-radius:var(--app-radius);overflow:hidden;background:rgba(255,255,255,.20);border:1px solid rgba(255,255,255,.40);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.10),0 1px 2px -1px rgba(0,0,0,.10);color:var(--desktop-icon-ink);transition:transform 180ms cubic-bezier(.2,.8,.2,1),background-color 160ms ease,box-shadow 180ms ease;}
.o3o-phone-root[data-desktop-theme="frosted-glass"] .app-item[data-app="x"] .app-icon:not(.has-theme-icon) .official-x-logo{filter:none;}
.o3o-phone-root[data-desktop-theme="frosted-glass"] .app-item[data-app="tinder"] .app-icon:not(.has-theme-icon){color:var(--desktop-icon-ink);}
.o3o-phone-root[data-desktop-theme="frosted-glass"] .dock-icon[data-dock="phone"]:not(.has-theme-icon), .o3o-phone-root[data-desktop-theme="frosted-glass"] .dock-icon[data-dock="mail"]:not(.has-theme-icon){color:var(--desktop-icon-ink);}
.o3o-phone-root[data-desktop-theme="frosted-glass"] .dock-icon[data-dock="settings"]:not(.has-theme-icon){color:var(--desktop-icon-ink);}
.o3o-phone-root[data-desktop-theme="frosted-glass"] .app-icon:active, .o3o-phone-root[data-desktop-theme="frosted-glass"] .dock-icon:active{transform:scale(.92);background:rgba(255,255,255,.30);box-shadow:0 1px 2px rgba(0,0,0,.08);}
.o3o-phone-root[data-desktop-theme="frosted-glass"] .app-name{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.55),0 0 7px rgba(0,0,0,.16);}
@media  (prefers-reduced-motion:reduce){.o3o-phone-root[data-desktop-theme="frosted-glass"] .app-icon, .o3o-phone-root[data-desktop-theme="frosted-glass"] .dock-icon{transition:none}
}
.o3o-phone-root .app-icon.has-theme-icon, .o3o-phone-root .dock-icon.has-theme-icon{position:relative;overflow:hidden;width:var(--app-size);height:var(--app-size);border-radius:var(--app-radius);background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;}
.o3o-phone-root .theme-icon-override{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;border-radius:inherit;background:transparent;z-index:10;pointer-events:none;}
.o3o-phone-root .theme-icon-preview>.dock-icon[data-theme-preview-dock="phone"] .phone-fa-home{display:block;width:32px;height:32px;flex:0 0 32px;fill:currentColor;}
.o3o-phone-root .theme-icon-preview>.dock-icon[data-theme-preview-dock="mail"] .sf-symbol-message{display:block;width:33px;height:33px;flex:0 0 33px;fill:currentColor;}
.o3o-phone-root .theme-icon-preview>.dock-icon[data-theme-preview-dock="youtube"] .youtube-dock-mark{display:block;width:38px;height:30px;flex:0 0 38px;background:transparent;color:var(--desktop-icon-ink);}
.o3o-phone-root .theme-icon-preview>.app-item{display:block;min-width:60px;width:60px;gap:0;transform:scale(.76);transform-origin:center;}
.o3o-phone-root .theme-icon-preview>.app-item .app-name{display:none;}

.o3o-phone-root .theme-icon-preview>.app-item.second-app-item{display:block;min-width:60px;width:60px;gap:0;}

.o3o-phone-root .theme-icon-preview>.dock-icon{transform:scale(.76);transform-origin:center;}

.o3o-phone-root .desktop-pages-viewport{position:relative;align-self:stretch;flex:1;min-height:626px;width:calc(100% + (var(--page-pad) * 2));margin-inline:calc(var(--page-pad) * -1);overflow:hidden;}
.o3o-phone-root .desktop-pages-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:auto;touch-action:pan-x pan-y;}
.o3o-phone-root .desktop-pages-track::-webkit-scrollbar{display:none;}
.o3o-phone-root .desktop-page{flex:0 0 100%;width:100%;height:100%;min-width:0;padding-inline:var(--page-pad);scroll-snap-align:start;scroll-snap-stop:always;}
.o3o-phone-root .desktop-page-indicator{height:22px;flex:0 0 22px;display:flex;align-items:center;justify-content:center;gap:7px;pointer-events:auto;}
.o3o-phone-root .desktop-page-dot{width:7px;height:7px;border-radius:999px;background:#d0d0d0;box-shadow:none;transition:width .28s cubic-bezier(.2,.8,.2,1),background-color .28s ease,transform .2s ease;}
.o3o-phone-root .desktop-page-dot.is-active{width:14px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.07);}
.o3o-phone-root .desktop-page-dot:active{transform:scale(.9);}

.o3o-phone-root .second-home-page{--desktop-two-row-height:178px;--second-icon-ink:var(--desktop-icon-ink);}
.o3o-phone-root .wide-two-widget{width:100%;height:var(--desktop-two-row-height);flex:0 0 var(--desktop-two-row-height);}
.o3o-phone-root .second-top-widget{display:flex;flex-direction:column;align-items:center;}
.o3o-phone-root .second-battery-row{height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;}
.o3o-phone-root .second-battery-pill{width:112px;height:42px;border-radius:21px;background:#fff;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 1px 3px rgba(0,0,0,.07);padding:0 16px;display:flex;flex-direction:column;justify-content:center;color:#292929;}
.o3o-phone-root .second-battery-pill strong{font-size:14px;font-weight:var(--o3o-fw-720);line-height:1.05;letter-spacing:-.15px;}
.o3o-phone-root .second-battery-pill span{margin-top:2px;font-size:9px;font-weight:var(--o3o-fw-620);line-height:1;color:#737373;}
.o3o-phone-root .second-battery-ring{display:block;width:42px;height:42px;flex:0 0 42px;overflow:visible;}
.o3o-phone-root .second-battery-ring circle{fill:none;stroke-width:6.1;}
.o3o-phone-root .second-battery-ring-track{stroke:#e4e4e4;}
.o3o-phone-root .second-battery-ring-value{stroke:var(--music-control-ink);stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;transform:rotate(-90deg);transform-origin:21px 21px;transition:stroke-dashoffset .3s ease;}
.o3o-phone-root .second-clock-stack{position:relative;width:100%;height:104px;flex:0 0 104px;}
.o3o-phone-root .second-clock-layer, .o3o-phone-root .second-clock-capsule{position:absolute;height:80px;border-radius:40px;background:#fff;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;}
.o3o-phone-root .second-clock-layer{pointer-events:none;box-shadow:0 1px 2px rgba(0,0,0,.06),0 1px 1px -1px rgba(0,0,0,.05);}
.o3o-phone-root .second-clock-layer-1{z-index:3;top:16px;left:11px;right:11px;opacity:.58;}
.o3o-phone-root .second-clock-layer-2{z-index:2;top:8px;left:22px;right:22px;opacity:.34;}
.o3o-phone-root .second-clock-layer-3{z-index:1;top:0;left:33px;right:33px;opacity:.17;}
.o3o-phone-root .second-clock-capsule{z-index:4;inset:24px 0 auto;display:grid;grid-template-columns:58px minmax(0,1fr) minmax(82px,auto);align-items:center;gap:12px;padding:0 16px 0 10px;color:#303030;box-shadow:0 1px 3px rgba(0,0,0,.08);}
.o3o-phone-root .second-clock-avatar{position:relative;width:58px;height:58px;border-radius:50%;background:#e6e6e6;justify-self:start;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.o3o-phone-root .second-clock-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.o3o-phone-root .second-clock-title{max-width:100%;font-size:13px;font-weight:var(--o3o-fw-650);line-height:1.14;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.o3o-phone-root .second-clock-date{margin-top:7px;font-size:10.5px;font-weight:var(--o3o-fw-650);color:#616161;white-space:nowrap;}
.o3o-phone-root .second-clock-stats{min-width:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;}
.o3o-phone-root .second-clock-time{font-variant-numeric:tabular-nums;font-size:29px;font-weight:var(--o3o-fw-820);line-height:1;letter-spacing:-1px;}
.o3o-phone-root .second-clock-stats span{margin-top:7px;font-size:9.5px;font-weight:var(--o3o-fw-650);color:#666;white-space:nowrap;}

.o3o-phone-root .second-content-row{height:var(--desktop-two-row-height);margin-top:var(--section-gap);}
.o3o-phone-root .second-content-row .second-app-grid, .o3o-phone-root .second-content-row .second-music-card{height:var(--desktop-two-row-height);}
.o3o-phone-root .second-app-grid{grid-template-rows:repeat(2,minmax(0,1fr));}
.o3o-phone-root .second-app-item{gap:7px;}
.o3o-phone-root .second-app-item .app-icon{background:#fff;color:var(--second-icon-ink);}
.o3o-phone-root .second-app-item .second-app-glyph{width:30px;height:30px;font-size:30px;max-width:30px;max-height:30px;position:relative;z-index:2;}
.o3o-phone-root .second-app-item:nth-child(3) .second-app-glyph{width:29px;height:29px;}
.o3o-phone-root .second-app-item:nth-child(4) .second-app-glyph{width:28px;height:28px;}
.o3o-phone-root .second-app-item .app-name{font-size:13px;}

.o3o-phone-root .second-music-card{position:relative;border-radius:18px;padding:10px 10px 9px;display:flex;flex-direction:column;overflow:hidden;min-width:0;}
.o3o-phone-root .second-headphone-labels{height:25px;display:grid;grid-template-columns:1fr 1fr;gap:7px;align-items:start;position:relative;z-index:5;}
.o3o-phone-root .second-headphone-labels span{justify-self:center;max-width:72px;padding:5px 7px 6px;border-radius:10px;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.08);font-size:9.5px;font-weight:var(--o3o-fw-650);line-height:1;white-space:nowrap;color:#333;}
.o3o-phone-root .second-headphone-stage{position:relative;height:70px;flex:0 0 70px;margin-top:-1px;}
.o3o-phone-root .second-ear-disc{position:absolute;top:-3px;width:50px;height:50px;border-radius:50%;padding:3px;background:transparent;border:2px solid var(--second-music-panel-shell);z-index:3;overflow:visible;box-shadow:none;}
.o3o-phone-root .second-ear-disc.is-left{left:14px;}
.o3o-phone-root .second-ear-disc.is-right{right:14px;}
.o3o-phone-root .second-ear-photo{position:relative;display:block;width:100%;height:100%;border-radius:50%;background:#ececec;overflow:hidden;border:0;}
.o3o-phone-root .second-ear-node{position:absolute;top:15.5px;width:7px;height:7px;border-radius:50%;background:var(--music-control-ink);display:block;z-index:5;pointer-events:none;}
.o3o-phone-root .second-ear-node.is-left{left:5.5px;}
.o3o-phone-root .second-ear-node.is-right{right:5.5px;}
.o3o-phone-root .second-ear-cable{position:absolute;top:16px;width:64px;height:70px;overflow:visible;z-index:2;pointer-events:none;}
.o3o-phone-root .second-ear-cable.is-left{left:4px;}
.o3o-phone-root .second-ear-cable.is-right{right:4px;}
.o3o-phone-root .second-ear-cable path{fill:none;stroke:var(--music-control-ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;}
.o3o-phone-root .second-mini-player{position:relative;z-index:4;margin-top:auto;border-radius:11px;background:var(--second-music-panel-shell);border:0;box-shadow:none;padding:6px 8px 7px;color:rgba(78,78,78,.92);-webkit-backdrop-filter:none;backdrop-filter:none;}
.o3o-phone-root .second-player-title{display:flex;align-items:center;justify-content:center;gap:5px;font-size:10px;font-weight:var(--o3o-fw-650);line-height:1;color:rgba(84,84,84,.84);}
.o3o-phone-root .second-player-title .fa-svg{position:absolute;right:8px;width:10px;height:10px;}
.o3o-phone-root .second-player-progress{position:relative;height:2px;margin-top:7px;border-radius:99px;background:rgba(98,98,98,.16);overflow:hidden;}
.o3o-phone-root .second-player-progress span{display:block;width:72%;height:100%;border-radius:inherit;background:rgba(78,78,78,.56);}
.o3o-phone-root .second-player-times{display:flex;align-items:center;justify-content:space-between;margin-top:2px;font-size:6.5px;font-weight:var(--o3o-fw-650);color:rgba(84,84,84,.84);line-height:1;}
.o3o-phone-root .second-player-controls{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;justify-items:center;margin-top:5px;color:var(--music-control-ink);}
.o3o-phone-root .second-player-controls .fa-svg{width:10px;height:10px;}
.o3o-phone-root .second-player-controls .fa-backward-step, .o3o-phone-root .second-player-controls .fa-forward-step{width:11px;height:11px;}
.o3o-phone-root .second-player-controls .fa-pause{width:11px;height:11px;}

.o3o-phone-root .second-memory-widget{position:relative;margin-top:var(--section-gap);overflow:hidden;border-radius:18px;background:#d8d8d8;}
.o3o-phone-root .second-memory-progress{position:absolute;inset:0 auto 0 0;width:27%;padding:14px 12px 13px;background:#d8d8d8;color:#fff;display:flex;flex-direction:column;}
.o3o-phone-root .second-memory-avatar{position:relative;display:flex;width:35px;height:35px;border-radius:50%;background:#e6e6e6;overflow:hidden;align-items:center;justify-content:center;}
.o3o-phone-root .second-progress-spacer{flex:1;}
.o3o-phone-root .second-progress-line{--second-weather-mark-size:16px;display:flex;align-items:center;gap:6px;}
.o3o-phone-root .second-progress-orbs{position:relative;width:calc(var(--second-weather-mark-size) * 1.48);height:var(--second-weather-mark-size);flex:0 0 calc(var(--second-weather-mark-size) * 1.48);}
.o3o-phone-root .second-progress-orbs i{position:absolute;top:0;width:var(--second-weather-mark-size);height:var(--second-weather-mark-size);border-radius:50%;display:block;}
.o3o-phone-root .second-progress-orbs .is-back{left:0;background:#777;}
.o3o-phone-root .second-progress-orbs .is-front{right:0;background:#ececec;border:1px solid rgba(255,255,255,.72);}
.o3o-phone-root .second-progress-line strong{font-size:16px;font-weight:var(--o3o-fw-820);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.35px;}
.o3o-phone-root .second-memory-progress time{margin-top:11px;font-size:10.5px;font-weight:var(--o3o-fw-650);line-height:1;color:rgba(255,255,255,.92);font-variant-numeric:tabular-nums;}
.o3o-phone-root .second-memory-gallery{--second-gallery-gap:16px;position:absolute;inset:0 0 0 auto;width:76.5%;border-radius:16px 0 0 16px;padding:18px var(--second-gallery-gap) 11px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--second-gallery-gap);align-items:center;}
.o3o-phone-root .second-memory-card{min-width:0;text-align:center;color:#3a3a3a;display:flex;flex-direction:column;align-items:stretch;}
.o3o-phone-root .second-memory-placeholder{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:14px;background:#d1d1d1;overflow:hidden;}
.o3o-phone-root .second-memory-placeholder.is-alt{background:#bfbfbf;}
.o3o-phone-root .second-memory-meta{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:4px;min-height:30px;padding:4px 3px 2px;white-space:nowrap;overflow:hidden;position:relative;z-index:2;touch-action:manipulation;}
.o3o-phone-root .second-memory-meta span{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#777;}
.o3o-phone-root .second-memory-meta b{min-width:0;min-height:22px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;font-size:7.5px;font-weight:var(--o3o-fw-750);line-height:1;padding:0 3px;}
.o3o-phone-root .second-memory-caption-box{width:100%;min-height:26px;margin-top:4px;border-radius:8px;background:#f2f2f2;overflow:hidden;position:relative;z-index:3;touch-action:manipulation;pointer-events:auto;}.o3o-phone-root .second-memory-card small{display:flex;align-items:center;justify-content:center;width:100%;min-height:26px;margin:0;padding:4px 6px;font-size:6.5px;line-height:1;color:#ababab;position:relative;z-index:2;touch-action:manipulation;}
.o3o-phone-root .launcher.is-settings .desktop-pages-viewport, .o3o-phone-root .launcher.is-settings .desktop-page-indicator, .o3o-phone-root .launcher.is-apple-account .desktop-pages-viewport, .o3o-phone-root .launcher.is-apple-account .desktop-page-indicator, .o3o-phone-root .launcher.is-phone .desktop-pages-viewport, .o3o-phone-root .launcher.is-phone .desktop-page-indicator, .o3o-phone-root .launcher.is-messages .desktop-pages-viewport, .o3o-phone-root .launcher.is-messages .desktop-page-indicator, .o3o-phone-root .launcher.is-x .desktop-pages-viewport, .o3o-phone-root .launcher.is-x .desktop-page-indicator{display:none;}
@media (max-width:360px){.o3o-phone-root .second-home-page{--desktop-two-row-height:170px}
.o3o-phone-root .desktop-pages-viewport{min-height:602px}
.o3o-phone-root .second-clock-capsule{grid-template-columns:54px minmax(0,1fr) minmax(78px,auto);gap:8px;padding-left:9px}
.o3o-phone-root .second-clock-avatar{width:54px;height:54px}
.o3o-phone-root .second-clock-title{font-size:11.5px}
.o3o-phone-root .second-clock-time{font-size:26px}
.o3o-phone-root .second-app-item .app-name{font-size:12px}
.o3o-phone-root .second-ear-disc.is-left{left:13px}
.o3o-phone-root .second-ear-disc.is-right{right:13px}
.o3o-phone-root .second-ear-cable.is-left{left:1px}
.o3o-phone-root .second-ear-cable.is-right{right:1px}
.o3o-phone-root .second-ear-node.is-left{left:4px}
.o3o-phone-root .second-ear-node.is-right{right:4px}
}
@media (prefers-reduced-motion:reduce){.o3o-phone-root .desktop-page-dot{transition:none}
.o3o-phone-root .desktop-pages-track{scroll-behavior:auto}
}

.o3o-phone-root .second-avatar-placeholder{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;z-index:0;}
.o3o-phone-root .second-clock-avatar.has-image .second-avatar-placeholder, .o3o-phone-root .second-memory-avatar.has-image .second-avatar-placeholder{display:none;}
.o3o-phone-root .second-clock-avatar .slot-image, .o3o-phone-root .second-memory-avatar .slot-image, .o3o-phone-root .second-memory-placeholder .slot-image{border-radius:inherit;}
.o3o-phone-root .second-clock-avatar .slot-image, .o3o-phone-root .second-memory-avatar .slot-image{z-index:1;}
.o3o-phone-root .second-ear-placeholder{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;}
.o3o-phone-root .second-ear-disc.has-image .second-ear-placeholder{display:none;}
.o3o-phone-root .second-ear-photo .slot-image{border-radius:50%;z-index:1;}

.o3o-phone-root[data-desktop-theme="default"] .profile-info, .o3o-phone-root[data-desktop-theme="default"] .music-card, .o3o-phone-root[data-desktop-theme="default"] .second-music-card, .o3o-phone-root[data-desktop-theme="default"] .second-memory-gallery, .o3o-phone-root[data-desktop-theme="default"] .second-battery-pill, .o3o-phone-root[data-desktop-theme="default"] .second-clock-layer, .o3o-phone-root[data-desktop-theme="default"] .second-clock-capsule{background:#fff;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;}

.o3o-phone-root[data-desktop-theme="default"] .profile-info{box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 -9px 16px -12px var(--o3o-separator-shadow);}

.o3o-phone-root[data-desktop-theme="default"] .second-memory-gallery{box-shadow:-11px 0 18px -13px var(--o3o-separator-shadow);}

.o3o-phone-root[data-desktop-theme="frosted-glass"] .profile-info, .o3o-phone-root[data-desktop-theme="frosted-glass"] .music-card, .o3o-phone-root[data-desktop-theme="frosted-glass"] .second-music-card, .o3o-phone-root[data-desktop-theme="frosted-glass"] .second-memory-gallery{background:var(--o3o-frost-bg);border:1px solid var(--o3o-frost-border);-webkit-backdrop-filter:blur(var(--o3o-frost-blur));backdrop-filter:blur(var(--o3o-frost-blur));box-shadow:var(--o3o-frost-shadow);}

.o3o-phone-root[data-desktop-theme="frosted-glass"] .profile-info{border-radius:16px 16px 0 0;box-shadow:var(--o3o-frost-shadow),0 -9px 16px -12px var(--o3o-separator-shadow);}

.o3o-phone-root[data-desktop-theme="frosted-glass"] .second-memory-gallery{border-left:1px solid rgba(255,255,255,.68);box-shadow:var(--o3o-frost-shadow),-11px 0 18px -13px var(--o3o-separator-shadow);}

.o3o-phone-root[data-desktop-theme="frosted-glass"] .second-battery-pill, .o3o-phone-root[data-desktop-theme="frosted-glass"] .second-clock-layer, .o3o-phone-root[data-desktop-theme="frosted-glass"] .second-clock-capsule{background:var(--o3o-frost-bg);border:1px solid var(--o3o-frost-border);-webkit-backdrop-filter:blur(var(--o3o-frost-blur));backdrop-filter:blur(var(--o3o-frost-blur));}

.o3o-phone-root[data-desktop-theme="frosted-glass"] .second-clock-layer, .o3o-phone-root[data-desktop-theme="frosted-glass"] .second-clock-capsule{box-shadow:var(--o3o-frost-shadow);}

.o3o-phone-root[data-desktop-theme="frosted-glass"] .profile-widget, .o3o-phone-root[data-desktop-theme="frosted-glass"] .second-memory-widget{background:transparent;}


/* Global responsive desktop/tablet layout — no phone-width lock on larger viewports. */
@media  (min-width:700px){
  .o3o-phone-root{--page-pad:clamp(28px,4vw,52px);--section-gap:clamp(20px,2.6vw,28px);--app-size:clamp(60px,7.2vw,78px);--app-radius:calc(var(--app-size) * .25)}
  .o3o-phone-root .launcher{width:100%;max-width:none;padding-top:calc(clamp(20px,3vh,30px) + env(safe-area-inset-top));padding-bottom:calc(clamp(20px,3vh,30px) + env(safe-area-inset-bottom))}
  .o3o-phone-root .desktop-pages-viewport{min-height:0;width:calc(100% + (var(--page-pad) * 2));}
  .o3o-phone-root .desktop-page{overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;padding-bottom:12px}
  .o3o-phone-root .desktop-page::-webkit-scrollbar{display:none}
  .o3o-phone-root .home-page{width:min(100%,980px);margin-inline:auto}
  .o3o-phone-root .profile-widget{aspect-ratio:16/9;min-height:360px;max-height:560px}
  .o3o-phone-root .profile-cover{height:53%}
  .o3o-phone-root .profile-info{height:51%;padding-top:clamp(64px,8vw,82px);padding-inline:clamp(24px,4vw,48px)}
  .o3o-phone-root .profile-avatar{width:clamp(112px,14vw,138px);height:clamp(112px,14vw,138px)}
  .o3o-phone-root .content-row{column-gap:clamp(18px,2.8vw,30px)}
  .o3o-phone-root .app-grid{column-gap:clamp(12px,2vw,22px);row-gap:clamp(12px,2vw,22px)}
  .o3o-phone-root .app-item, .o3o-phone-root .second-app-item{gap:9px}
  .o3o-phone-root .app-name, .o3o-phone-root .second-app-item .app-name{font-size:clamp(13px,1.8vw,15px)}
  .o3o-phone-root .dock-wrap{width:min(100%,1280px);margin-inline:auto;padding-inline:5px}
  .o3o-phone-root .dock{min-height:clamp(84px,10vw,98px);padding-inline:clamp(14px,2.3vw,24px)}
  .o3o-phone-root .dock-icon{flex-basis:var(--app-size)}
  .o3o-phone-root .second-home-page{width:min(100%,980px)}
  .o3o-phone-root .second-top-widget{height:210px;flex-basis:210px}
  .o3o-phone-root .second-content-row{height:230px}
  .o3o-phone-root .second-content-row .second-app-grid, .o3o-phone-root .second-content-row .second-music-card{height:230px}
  .o3o-phone-root .second-memory-widget{height:310px;flex-basis:310px}
  .o3o-phone-root .second-memory-gallery{padding-top:16px;padding-bottom:12px}
  .o3o-phone-root .second-memory-placeholder{width:min(100%,220px);margin-inline:auto}
  .o3o-phone-root .second-memory-meta{min-height:34px}
  .o3o-phone-root .second-memory-meta b{font-size:clamp(8px,1.1vw,10px);min-height:24px}
  .o3o-phone-root .second-memory-card small{font-size:clamp(7px,1vw,9px);min-height:30px}
}
@media  (min-width:1000px){
  .o3o-phone-root .profile-widget{height:min(430px,48dvh);min-height:360px;aspect-ratio:auto}
  .o3o-phone-root .dock-wrap{width:min(100%,1280px)}
  .o3o-phone-root .second-memory-widget{height:330px;flex-basis:330px}
  .o3o-phone-root .second-memory-placeholder{width:min(100%,230px)}
}
@media  (min-width:1000px) and (max-height:950px){
  .o3o-phone-root .second-top-widget{height:180px;flex-basis:180px}
  .o3o-phone-root .second-content-row{height:190px}
  .o3o-phone-root .second-content-row .second-app-grid, .o3o-phone-root .second-content-row .second-music-card{height:190px}
  .o3o-phone-root .second-memory-widget{height:260px;flex-basis:260px}
  .o3o-phone-root .second-memory-placeholder{width:min(100%,170px)}
}

.o3o-phone-root .launcher.has-custom-wallpaper{background-size:cover;background-position:center;background-repeat:no-repeat}

.o3o-phone-root[data-desktop-theme="default"] .app-icon.has-theme-icon, .o3o-phone-root[data-desktop-theme="default"] .dock-icon.has-theme-icon, .o3o-phone-root[data-desktop-theme="frosted-glass"] .app-icon.has-theme-icon, .o3o-phone-root[data-desktop-theme="frosted-glass"] .dock-icon.has-theme-icon{background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;}
@media  (max-width:380px){.o3o-phone-root{--page-pad: 15px;--section-gap: 20px;}.o3o-phone-root .profile-widget{border-radius: 16px;}.o3o-phone-root .profile-info{border-radius: 14px 14px 0 0;padding: 61px 16px 12px;}.o3o-phone-root .profile-avatar{width: 102px;height: 102px;}.o3o-phone-root .profile-name{font-size: 17px;}.o3o-phone-root .profile-handle{font-size: 10px;}.o3o-phone-root .profile-bio{font-size: 11px;margin-top: 10px;}.o3o-phone-root .profile-location{font-size: 11px;margin-top: 9px;}.o3o-phone-root .content-row{column-gap: 12px;}.o3o-phone-root .app-grid{column-gap: 10px;row-gap: 10px;}.o3o-phone-root .music-card{padding: 10px;border-radius: 16px;}.o3o-phone-root .album{width: 58px;height: 58px;flex-basis: 58px;border-radius: 14px;}.o3o-phone-root .music-icon{font-size: 20px;}}

/* O3O settings.css — selectors scoped only; declarations and cascade retained. */
.o3o-phone-root .settings-page{display:none;min-height:100vh;min-height:100dvh;margin:-20px calc(var(--page-pad) * -1);padding:20px 20px 30px;background:#f2f2f7;color:#111;overflow-y:auto;}
.o3o-phone-root .launcher.is-settings{padding-bottom:0;}
.o3o-phone-root .launcher.is-settings .home-page, .o3o-phone-root .launcher.is-settings .dock-wrap{display:none;}
.o3o-phone-root .launcher.is-settings .settings-page{display:block;}
.o3o-phone-root .settings-title{
  display: inline-block;
  margin: 0;
  font-size: 32px;
  font-weight:var(--o3o-fw-500);
  line-height: 1.05;
  letter-spacing: -1.15px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.o3o-phone-root .settings-profile-card, .o3o-phone-root .settings-group{
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.o3o-phone-root .settings-avatar{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  overflow: hidden;
  position: relative;
}
.o3o-phone-root .settings-avatar-placeholder{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  flex: 0 0 auto;
}
.o3o-phone-root .settings-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.o3o-phone-root .settings-avatar.has-image img{
  display: block;
}
.o3o-phone-root .settings-avatar.has-image .settings-avatar-placeholder{
  display: none;
}
.o3o-phone-root .settings-profile-copy{
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.o3o-phone-root .settings-profile-name{
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  line-height: 1.18;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o3o-phone-root .settings-profile-sub{
  font-size: var(--font-preview-en-size);
  font-weight: var(--font-preview-en-weight);
  color: #6e6e73;
  line-height: 1.25;
  white-space: normal;
}
.o3o-phone-root .settings-row{
  min-height: 50px;
  padding: 7px 14px 7px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  cursor: pointer;
}
.o3o-phone-root .settings-row + .settings-row::before{
  content: "";
  position: absolute;
  left: 53px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.2);
}
.o3o-phone-root .settings-icon{
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  color: #fff;
}
.o3o-phone-root .settings-icon .fa-svg{
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}
.o3o-phone-root .settings-row-label{
  font-size: 16px;
  font-weight:var(--o3o-fw-400);
  line-height: 1.15;
  letter-spacing: -0.18px;
}
.o3o-phone-root .settings-chevron{
  width: 9px;
  height: 15px;
  margin-left: auto;
  flex: 0 0 9px;
  color: #c7c7cc;
  display: block;
  fill: currentColor;
}
.o3o-phone-root .settings-language-row{
  overflow: hidden;
}
.o3o-phone-root .settings-language-row .settings-row-label{
  flex: 1;
  min-width: 0;
}
.o3o-phone-root .settings-language-value{
  margin-left: auto;
  color: #8e8e93;
  font-size: 14px;
  line-height: 1.15;
  white-space: nowrap;
}
.o3o-phone-root .settings-language-row .settings-chevron{
  margin-left: 0;
}
.o3o-phone-root .settings-language-select{
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: menulist;
}
.o3o-phone-root .icon-language{
  background: #007aff;
}
.o3o-phone-root .icon-notify{ background: #ff3b30; }
.o3o-phone-root .icon-cloud-control{ background: #ff9500; }
.o3o-phone-root .icon-api{ background: #0a84ff; }
.o3o-phone-root .icon-image{ background: #af52de; }
.o3o-phone-root .icon-minimax{ background: #ffb21f; }
.o3o-phone-root .icon-worldbook{ background: #00a699; }
.o3o-phone-root .icon-theme{ background: #ff2d55; }
.o3o-phone-root .icon-font{ background: #5856d6; }
.o3o-phone-root .icon-floating{ background: #5ac8fa; }
.o3o-phone-root .icon-data{ background: #34c759; }
.o3o-phone-root .icon-about{ background: #8e8e93; }
.o3o-phone-root .settings-profile-card{
  margin-top: 10px;
  min-height: 86px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .apple-account-page{
  display: none;
  min-height: 100vh;
  min-height: 100dvh;
  margin: -20px calc(var(--page-pad) * -1);
  background: #f2f2f7;
  color: #111;
  overflow-y: auto;
  padding: 16px 18px 36px;
}
.o3o-phone-root .apple-account-page.is-auth{
  background: #fff;
}
.o3o-phone-root .apple-account-page.is-auth .apple-account-nav{
  background: rgba(255, 255, 255, 0.92);
}
.o3o-phone-root .launcher.is-apple-account .home-page, .o3o-phone-root .launcher.is-apple-account .dock-wrap, .o3o-phone-root .launcher.is-apple-account .settings-page{
  display: none;
}
.o3o-phone-root .launcher.is-apple-account .apple-account-page{
  display: block;
}
.o3o-phone-root .apple-account-nav{
  height: 40px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  position: sticky;
  top: -16px;
  z-index: 12;
  background: rgba(242, 242, 247, 0.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.o3o-phone-root .apple-back{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #111;
  cursor: pointer;
}
.o3o-phone-root .apple-back svg{
  width: 9px;
  height: 16px;
  fill: currentColor;
}
.o3o-phone-root .apple-nav-title{
  text-align: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  letter-spacing: -0.25px;
}
.o3o-phone-root .apple-account-view{
  display: none;
}
.o3o-phone-root .apple-account-view.is-active{
  display: block;
}
.o3o-phone-root .apple-signin-hero{
  text-align: center;
  padding: 25px 10px 18px;
}
.o3o-phone-root .apple-orbit{
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border: 6px dotted #70aef3;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0a84ff;
  background: #fff;
}
.o3o-phone-root .apple-orbit svg{
  width: 28px;
  height: 38px;
  fill: currentColor;
}
.o3o-phone-root .apple-signin-title{
  font-size: 31px;
  font-weight:var(--o3o-fw-700);
  letter-spacing: -1px;
  line-height: 1.08;
}
.o3o-phone-root .apple-signin-copy{
  max-width: 310px;
  margin: 10px auto 0;
  color: #3c3c43;
  font-size: 15px;
  line-height: 1.38;
}
.o3o-phone-root .apple-account-group{
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
}
.o3o-phone-root .apple-form-card{
  margin-top: 12px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  display: grid;
  gap: 10px;
}
.o3o-phone-root .apple-field{
  min-height: 52px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 16px;
  background: #f2f2f7;
  border-radius: 12px;
}
.o3o-phone-root .apple-field + .apple-field::before{
  display: none;
}
.o3o-phone-root .apple-field input, .o3o-phone-root .apple-field select{
  width: 100%;
  height: 52px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 16px;
  padding: 0;
  min-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.o3o-phone-root .apple-field input::placeholder{
  color: #8e8e93;
  opacity: 1;
}
.o3o-phone-root .apple-field select{
  appearance: none;
  -webkit-appearance: none;
}
.o3o-phone-root .apple-primary-button{
  width: 100%;
  height: var(--o3o-long-button-height);
  border-radius: var(--o3o-long-button-radius);
  margin-top: 14px;
  background: #007aff;
  color: #fff;
  font-size: 16px;
  font-weight:var(--o3o-fw-600);
  cursor: pointer;
}
.o3o-phone-root .apple-link-button{
  display: block;
  width: 100%;
  margin: 15px auto 0;
  color: #007aff;
  font-size: 15px;
  font-weight:var(--o3o-fw-500);
  text-align: center;
  cursor: pointer;
}
.o3o-phone-root .apple-secondary-button{
  width: 100%;
  height: var(--o3o-long-button-height);
  border-radius: var(--o3o-long-button-radius);
  margin-top: 10px;
  background: #fff;
  color: #007aff;
  font-size: 16px;
  font-weight:var(--o3o-fw-500);
  cursor: pointer;
}
.o3o-phone-root .apple-form-error{
  min-height: 18px;
  margin-top: 9px;
  color: #ff3b30;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}
.o3o-phone-root .apple-register-head{
  text-align: center;
  padding: 20px 4px 8px;
}
.o3o-phone-root .apple-register-head h2{
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  font-weight:var(--o3o-fw-700);
  letter-spacing: -0.8px;
}
.o3o-phone-root .apple-register-head p{
  margin: 8px auto 0;
  max-width: 320px;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.38;
}
.o3o-phone-root .apple-phone-line{
  gap: 8px;
}
.o3o-phone-root .apple-field input.apple-dial-code{
  width: 46px;
  flex: 0 0 46px;
  color: #6e6e73;
  font-size: 15px;
  text-align: left;
}
.o3o-phone-root .apple-verify-button{
  height: 32px;
  padding: 0 10px;
  border-radius: 7px;
  background: #e9f3ff;
  color: #007aff;
  font-size: 13px;
  font-weight:var(--o3o-fw-600);
  white-space: nowrap;
  cursor: pointer;
  flex: 0 0 auto;
}
.o3o-phone-root .apple-code-hint{
  min-height: 18px;
  margin: 7px 8px 0;
  color: #6e6e73;
  font-size: 12px;
  text-align: center;
}
.o3o-phone-root .apple-profile-header{
  text-align: center;
  padding: 18px 0 22px;
}
.o3o-phone-root .apple-profile-avatar{
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 12px;
  background: #e6e6e6;
  overflow: hidden;
  position: relative;
}
.o3o-phone-root .apple-profile-avatar .apple-profile-placeholder{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.o3o-phone-root .apple-profile-avatar img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.o3o-phone-root .apple-profile-avatar.has-image img{
  display: block;
}
.o3o-phone-root .apple-profile-avatar.has-image .apple-profile-placeholder{
  display: none;
}
.o3o-phone-root .apple-profile-name{
  font-size: 28px;
  font-weight:var(--o3o-fw-700);
  line-height: 1.08;
  letter-spacing: -0.8px;
}

.o3o-phone-root .apple-account-groups{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.o3o-phone-root .apple-account-row{
  min-height: 52px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  cursor: pointer;
}
.o3o-phone-root .apple-account-row + .apple-account-row::before{
  content: "";
  position: absolute;
  left: 54px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.18);
}
.o3o-phone-root .apple-account-icon{
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #8e8e93;
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
}
.o3o-phone-root .apple-account-icon svg{
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.o3o-phone-root .apple-account-label{
  font-size: 16px;
  flex: 1;
}
.o3o-phone-root .apple-account-value{
  font-size: 13px;
  color: #8e8e93;
  max-width: 44%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o3o-phone-root .apple-account-row .settings-chevron{
  margin-left: 3px;
}
.o3o-phone-root .apple-switch-account, .o3o-phone-root .apple-signout{
  width: 100%;
  height: var(--o3o-long-button-height);
  border-radius: var(--o3o-long-button-radius);
  font-size: 16px;
  font-weight:var(--o3o-fw-600);
  cursor: pointer;
}
.o3o-phone-root .apple-switch-account{
  margin-top: 18px;
  background: #0a84ff;
  color: #fff;
}
.o3o-phone-root .apple-signout{
  margin-top: 10px;
  background: #fff;
  color: #ff3b30;
}
.o3o-phone-root .apple-account-switch-layer{
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  width: var(--o3o-stage-width);
  transform: translateX(-50%);
  z-index: 130;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .apple-account-switch-layer.is-open{
  display: flex;
}
.o3o-phone-root .apple-account-switch-sheet{
  width: min(100%, var(--o3o-drawer-max));
  background: #f2f2f7;
  border-radius: 24px 24px 0 0;
  padding: 8px 14px 0;
  transform: translateY(100%);
  transition: transform 0.28s cubic-bezier(0.2, 0.82, 0.25, 1);
  box-shadow: 0 -1px 0 rgba(60, 60, 67, 0.08);
  display: flex;
  flex-direction: column;
}
.o3o-phone-root .apple-account-switch-layer.is-open .apple-account-switch-sheet{
  transform: translateY(0);
}
.o3o-phone-root .apple-account-switch-head{
  height: 44px;
  display: grid;
  place-items: center;
}
.o3o-phone-root .apple-account-switch-title{
  text-align: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  letter-spacing: -0.22px;
}
.o3o-phone-root .apple-account-switch-list{
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 4px;
  max-height: 48dvh;
  overflow-y: auto;
}
.o3o-phone-root .apple-account-switch-empty{
  padding: 24px 16px;
  text-align: center;
  color: #8e8e93;
  font-size: 14px;
  line-height: 19px;
}
.o3o-phone-root .apple-account-choice{
  min-height: 66px;
  padding: 8px 9px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}
.o3o-phone-root .apple-account-choice + .apple-account-choice::before{
  content: "";
  position: absolute;
  left: 64px;
  right: 39px;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.16);
}
.o3o-phone-root .apple-account-choice.is-current{
  background: rgba(118, 118, 128, 0.12);
}
.o3o-phone-root .apple-account-choice.is-current::before, .o3o-phone-root .apple-account-choice.is-current + .apple-account-choice::before{
  display: none;
}
.o3o-phone-root .apple-account-choice-avatar{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e6e6e6;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.o3o-phone-root .apple-account-choice-avatar svg, .o3o-phone-root .apple-account-choice-avatar img{
  position: absolute;
  inset: 0;
  width: 44px;
  height: 44px;
  display: block;
  object-fit: cover;
}
.o3o-phone-root .apple-account-choice-avatar img{
  display: none;
}
.o3o-phone-root .apple-account-choice-avatar.has-image img{
  display: block;
}
.o3o-phone-root .apple-account-choice-avatar.has-image svg{
  display: none;
}
.o3o-phone-root .apple-account-choice-copy{
  min-width: 0;
}
.o3o-phone-root .apple-account-choice-name{
  font-size: 16px;
  font-weight:var(--o3o-fw-600);
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o3o-phone-root .apple-account-choice-phone{
  margin-top: 2px;
  color: #8e8e93;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o3o-phone-root .apple-account-choice-remove{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8e8e93;
  cursor: pointer;
  justify-self: end;
  background: transparent;
}
.o3o-phone-root .apple-account-choice-remove svg{
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.o3o-phone-root .apple-account-switch-footer{
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
}
.o3o-phone-root .apple-account-register-new{
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background: #0a84ff;
  color: #fff;
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  cursor: pointer;
}
.o3o-phone-root .apple-account-confirm-layer{
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  width: var(--o3o-stage-width);
  transform: translateX(-50%);
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.26);
}
.o3o-phone-root .apple-account-confirm-layer.is-open{
  display: flex;
}
.o3o-phone-root .apple-account-confirm{
  width: 270px;
  background: rgba(248, 248, 248, 0.94);
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(28px) saturate(165%);
  backdrop-filter: blur(28px) saturate(165%);
  transform: scale(0.96);
  transition: transform 0.18s ease;
}
.o3o-phone-root .apple-account-confirm-layer.is-open .apple-account-confirm{
  transform: scale(1);
}
.o3o-phone-root .apple-account-confirm-copy{
  padding: 19px 18px 17px;
}
.o3o-phone-root .apple-account-confirm-title{
  font-size: 17px;
  line-height: 22px;
  font-weight:var(--o3o-fw-600);
  color: #111;
}
.o3o-phone-root .apple-account-confirm-text{
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
  color: #3c3c43;
}
.o3o-phone-root .apple-account-confirm-actions{
  height: 45px;
  border-top: 0.5px solid rgba(60, 60, 67, 0.28);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.o3o-phone-root .apple-account-confirm-actions button{
  font-size: 17px;
  font-weight:var(--o3o-fw-400);
  background: transparent;
  cursor: pointer;
}
.o3o-phone-root .apple-account-confirm-actions button + button{
  border-left: 0.5px solid rgba(60, 60, 67, 0.28);
}
.o3o-phone-root .apple-account-confirm-cancel{
  color: #007aff;
}
.o3o-phone-root .apple-account-confirm-actions .apple-account-confirm-remove{
  color: #ff3b30;
  font-weight:var(--o3o-fw-600);
}
.o3o-phone-root .apple-account-icon.aa-icloud{
  background: #fff;
  color: #0a84ff;
  box-shadow: inset 0 0 0 0.5px rgba(60, 60, 67, 0.16);
}
.o3o-phone-root .apple-account-icon.aa-family{
  background: #eaf6ff;
  color: #0a84ff;
  box-shadow: inset 0 0 0 0.5px rgba(10, 132, 255, 0.14);
}
.o3o-phone-root .apple-account-icon.aa-find{
  background: #34c759;
  color: #fff;
}
.o3o-phone-root .apple-account-icon.aa-media{
  background: #0a84ff;
  color: #fff;
}
.o3o-phone-root .apple-personal-sheet-layer{
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  width: var(--o3o-stage-width);
  transform: translateX(-50%);
  z-index: 120;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .apple-personal-sheet-layer.is-open{
  display: flex;
}
.o3o-phone-root .apple-personal-sheet{
  width: min(100%, var(--o3o-drawer-max));
  height: auto;
  max-height: min(82dvh, 680px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #f2f2f7;
  border-radius: 24px 24px 0 0;
  padding: 7px 14px 0;
  transform: translateY(100%);
  transition: transform 0.28s cubic-bezier(0.2, 0.82, 0.25, 1);
  box-shadow: 0 -1px 0 rgba(60, 60, 67, 0.08);
  display: flex;
  flex-direction: column;
}
.o3o-phone-root .apple-personal-sheet-layer.is-open .apple-personal-sheet{
  transform: translateY(0);
}
.o3o-phone-root .apple-sheet-grabber{
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: #c7c7cc;
  margin: 2px auto 7px;
}
.o3o-phone-root .apple-sheet-head{
  height: 40px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  flex: 0 0 40px;
}
.o3o-phone-root .apple-sheet-title{
  text-align: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  letter-spacing: -0.22px;
}
.o3o-phone-root .apple-sheet-done{
  width: 100%;
  height: var(--o3o-long-button-height);
  border-radius: var(--o3o-long-button-radius);
  background: #007aff;
  color: #fff;
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o3o-phone-root .apple-sheet-footer{
  margin-top: 0;
  padding: 9px 0 calc(10px + env(safe-area-inset-bottom));
  flex: 0 0 auto;
}
.o3o-phone-root .apple-sheet-avatar-wrap{
  width: 116px;
  height: 116px;
  margin: 6px auto 12px;
  position: relative;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .apple-sheet-avatar{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e6e6e6;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .apple-sheet-avatar .apple-sheet-avatar-placeholder{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.o3o-phone-root .apple-sheet-avatar img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.o3o-phone-root .apple-sheet-avatar.has-image img{
  display: block;
}
.o3o-phone-root .apple-sheet-avatar.has-image .apple-sheet-avatar-placeholder{
  display: none;
}
.o3o-phone-root .apple-sheet-camera{
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0a84ff;
  color: #fff;
  border: 2px solid #f2f2f7;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.o3o-phone-root .apple-sheet-camera svg{
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.o3o-phone-root .apple-personal-form{
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
}
.o3o-phone-root .apple-personal-group{
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.o3o-phone-root .apple-personal-field{
  min-height: 48px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  position: relative;
}
.o3o-phone-root .apple-personal-field + .apple-personal-field::before{
  content: "";
  position: absolute;
  left: 12px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.2);
}
.o3o-phone-root .apple-personal-label{
  font-size: 16px;
  color: #111;
  line-height: 20px;
}
.o3o-phone-root .apple-personal-field input, .o3o-phone-root .apple-personal-field textarea{
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 16px;
  line-height: 21px;
  padding: 14px 0;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
}
.o3o-phone-root .apple-personal-field input{
  text-align: right;
}
.o3o-phone-root .apple-personal-field textarea{
  resize: none;
  min-height: 86px;
  padding: 8px 0 11px;
  text-align: left;
}
.o3o-phone-root .apple-personal-setting-group .apple-personal-field{
  min-height: 112px;
}
.o3o-phone-root .apple-personal-setting-group .apple-personal-field textarea{
  min-height: 82px;
}
.o3o-phone-root .apple-personal-field.is-multiline{
  grid-template-columns: 1fr;
  align-items: start;
  padding-top: 11px;
}
.o3o-phone-root .apple-personal-field.is-multiline .apple-personal-label{
  font-size: 13px;
  color: #8e8e93;
  margin-bottom: 2px;
}
.o3o-phone-root .apple-personal-field.is-multiline::before{
  left: 14px;
}
.o3o-phone-root .apple-personal-field input::placeholder, .o3o-phone-root .apple-personal-field textarea::placeholder{
  color: #c7c7cc;
  opacity: 1;
}
.o3o-phone-root .apple-personal-error{
  min-height: 0;
  padding: 0 7px;
  color: #ff3b30;
  font-size: 12px;
  line-height: 16px;
}
.o3o-phone-root .apple-personal-error:empty{
  display: none;
}
.o3o-phone-root .apple-personal-avatar-input{
  position: fixed;
  left: -100px;
  top: -100px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.o3o-phone-root .api-config-drawer{
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  font-family:var(--user-font-family,-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC",
    sans-serif);
  -webkit-font-smoothing: antialiased;
}
.o3o-phone-root .api-config-drawer.is-open{
  display: flex;
}
.o3o-phone-root .api-drawer-panel{
  width: min(100%, var(--o3o-drawer-max));
  height: auto;
  max-height: min(72dvh, 620px);
  display: flex;
  flex-direction: column;
  background: #f2f2f7;
  color: #111;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.34s cubic-bezier(0.22, 0.8, 0.24, 1);
  box-shadow: 0 -12px 38px rgba(0, 0, 0, 0.15);
  touch-action: pan-y;
}
.o3o-phone-root .api-config-drawer.is-open .api-drawer-panel{
  transform: translateY(0);
}
.o3o-phone-root .api-drawer-grabber, .o3o-phone-root .api-sheet-handle{
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: #c7c7cc;
  margin: 7px auto 2px;
  flex: 0 0 auto;
  touch-action: none;
}
.o3o-phone-root .api-drawer-head{
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: rgba(242, 242, 247, 0.9);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 0.5px solid rgba(60, 60, 67, 0.12);
  flex: 0 0 auto;
}
.o3o-phone-root .api-drawer-title{
  text-align: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  letter-spacing: -0.3px;
}
.o3o-phone-root .api-content{
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 14px 5px;
}
.o3o-phone-root .api-card{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}
.o3o-phone-root .api-field, .o3o-phone-root .api-action{
  min-height: 44px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.o3o-phone-root .api-field + .api-field::before, .o3o-phone-root .api-action + .api-action::before{
  content: "";
  position: absolute;
  left: 12px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.2);
}
.o3o-phone-root .api-label{
  width: 94px;
  flex: 0 0 94px;
  font-size: 16px;
}
.o3o-phone-root .api-input{
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #007aff;
  font: inherit;
  font-size: 16px;
  text-align: right;
  padding: 7px 0;
}
.o3o-phone-root .api-input:focus, .o3o-phone-root .api-input:focus-visible{
  outline: none;
  box-shadow: none;
}
.o3o-phone-root .api-key-wrap{
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.o3o-phone-root .api-key-wrap .api-input{
  width: 100%;
}
.o3o-phone-root .api-action{
  border: 0;
  width: 100%;
  background: #fff;
  color: #007aff;
  font: inherit;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.o3o-phone-root .api-action:disabled{
  color: #aeaeb2;
}
.o3o-phone-root .api-action-main{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.o3o-phone-root .api-action-icon{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
  stroke: none;
}
.o3o-phone-root .api-action:disabled .api-action-icon{
  opacity: 0.65;
}
.o3o-phone-root .api-action .api-action-note{
  margin-left: auto;
  color: #8e8e93;
  font-size: 13px;
  max-width: 52%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o3o-phone-root .api-model-button{
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #007aff;
  font: inherit;
  font-size: 16px;
  text-align: right;
  padding: 7px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.o3o-phone-root .api-model-button.is-empty{
  color: #8e8e93;
}
.o3o-phone-root .api-status{
  min-height: 18px;
  margin: 0 10px 7px;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.35;
}
.o3o-phone-root .api-status:empty{
  display: none;
}
.o3o-phone-root .api-status.is-ok{
  color: #248a3d;
}
.o3o-phone-root .api-status.is-error{
  color: #d70015;
}

.o3o-phone-root .api-drawer-footer{
  flex: 0 0 auto;
  padding: 7px 14px calc(7px + env(safe-area-inset-bottom));
  background: rgba(242, 242, 247, 0.94);
  border-top: 0.5px solid rgba(60, 60, 67, 0.12);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
}
.o3o-phone-root .api-bottom-save{
  width: 100%;
  height: var(--o3o-long-button-height);
  border: 0;
  border-radius: var(--o3o-long-button-radius);
  background: #007aff;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight:var(--o3o-fw-600);
  cursor: pointer;
}
.o3o-phone-root .api-bottom-save:disabled{
  opacity: 0.45;
}
.o3o-phone-root .api-sheet-layer{
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
}
.o3o-phone-root .api-sheet-layer.is-open{
  display: flex;
}
.o3o-phone-root .api-sheet-panel{
  width: min(100%, var(--o3o-drawer-max));
  max-height: 76dvh;
  background: #f2f2f7;
  border-radius: 18px 18px 0 0;
  padding: 0 12px calc(14px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.22, 0.8, 0.24, 1);
  overflow: auto;
}
.o3o-phone-root .api-sheet-layer.is-open .api-sheet-panel{
  transform: translateY(0);
}
.o3o-phone-root .api-model-dialog-layer{
  align-items: center;
  padding: 22px;
}
.o3o-phone-root .api-model-dialog-panel{
  width: min(calc(100vw - 44px), 386px);
  max-height: min(68dvh, 590px);
  border-radius: 22px;
  padding: 16px 12px 14px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
  transform: translateY(12px) scale(0.96);
  opacity: 0;
  transition: transform 0.24s cubic-bezier(0.2, 0.82, 0.25, 1), opacity 0.18s ease;
}
.o3o-phone-root .api-model-dialog-layer.is-open .api-model-dialog-panel{
  transform: translateY(0) scale(1);
  opacity: 1;
}
.o3o-phone-root .api-model-dialog-panel .api-sheet-title{
  padding: 1px 0 13px;
}
.o3o-phone-root .api-model-dialog-panel .api-model-list{
  max-height: min(46dvh, 410px);
}
.o3o-phone-root .api-sheet-handle{
  margin-top: 8px;
  margin-bottom: 8px;
}
.o3o-phone-root .api-sheet-title{
  text-align: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  padding: 5px 0 12px;
}
.o3o-phone-root .api-sheet-copy{
  text-align: center;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.45;
  padding: 4px 15px 14px;
}
.o3o-phone-root .api-sheet-copy.is-ok{
  color: #248a3d;
}
.o3o-phone-root .api-sheet-copy.is-error{
  color: #d70015;
}
.o3o-phone-root .api-sheet-input-wrap{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 2px 0 12px;
}
.o3o-phone-root .api-sheet-input{
  width: 100%;
  height: 48px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 13px;
  font: inherit;
  font-size: 16px;
  color: #111;
}
.o3o-phone-root .api-sheet-primary{
  width: 100%;
  height: var(--o3o-long-button-height);
  border: 0;
  border-radius: var(--o3o-long-button-radius);
  background: #007aff;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight:var(--o3o-fw-600);
  margin-bottom: 2px;
}
.o3o-phone-root .api-search{
  height: 38px;
  border-radius: 10px;
  background: #e3e3e8;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  margin: 0 0 10px;
}
.o3o-phone-root .api-search svg{
  width: 15px;
  height: 15px;
  fill: #8e8e93;
}
.o3o-phone-root .api-search input{
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
}
.o3o-phone-root .api-search input:focus, .o3o-phone-root .api-search input:focus-visible{
  outline: none;
  box-shadow: none;
}
.o3o-phone-root .api-model-list, .o3o-phone-root .api-preset-list{
  background: #fff;
  border-radius: 10px;
  overflow: auto;
  max-height: calc(76dvh - 118px);
}
.o3o-phone-root .api-model-option, .o3o-phone-root .api-preset-load{
  width: 100%;
  min-height: 48px;
  border: 0;
  background: #fff;
  padding: 10px 13px;
  text-align: left;
  font: inherit;
  font-size: 15px;
  position: relative;
  overflow-wrap: anywhere;
}
.o3o-phone-root .api-model-option + .api-model-option::before, .o3o-phone-root .api-preset-row + .api-preset-row::before{
  content: "";
  position: absolute;
  left: 13px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.18);
}
.o3o-phone-root .api-model-option.is-selected{
  color: #007aff;
  font-weight:var(--o3o-fw-600);
}
.o3o-phone-root .api-model-empty, .o3o-phone-root .api-preset-empty{
  padding: 26px 14px;
  text-align: center;
  color: #8e8e93;
  font-size: 14px;
}
.o3o-phone-root .api-preset-row{
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  min-height: 50px;
}
.o3o-phone-root .api-preset-load{
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}
.o3o-phone-root .api-preset-delete{
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #ff3b30;
  flex: 0 0 46px;
}
.o3o-phone-root .api-preset-delete svg{
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.o3o-phone-root .api-confirm-layer{
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.22);
}
.o3o-phone-root .api-confirm-layer.is-open{
  display: flex;
}
.o3o-phone-root .api-confirm-box{
  width: min(270px, calc(100vw - 44px));
  background: rgba(248, 248, 248, 0.96);
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 8px 34px rgba(0, 0, 0, 0.16);
}
.o3o-phone-root .api-confirm-body{
  padding: 19px 18px 17px;
}
.o3o-phone-root .api-confirm-title{
  font-size: 17px;
  font-weight:var(--o3o-fw-600);
  line-height: 1.25;
}
.o3o-phone-root .api-confirm-message{
  font-size: 13px;
  color: #3c3c43;
  margin-top: 5px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.o3o-phone-root .api-confirm-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid rgba(60, 60, 67, 0.28);
}
.o3o-phone-root .api-confirm-actions button{
  height: 44px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 17px;
  color: #007aff;
}
.o3o-phone-root .api-confirm-actions button + button{
  border-left: 0.5px solid rgba(60, 60, 67, 0.28);
}
.o3o-phone-root .api-confirm-actions .is-danger{
  color: #ff3b30;
  font-weight:var(--o3o-fw-600);
}
@media  (max-width: 380px) {
  .o3o-phone-root .api-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .o3o-phone-root .api-label{
    width: 86px;
    flex-basis: 86px;
  }
  .o3o-phone-root .api-card{
    border-radius: 9px;
  }
  .o3o-phone-root .api-drawer-footer{
    padding-left: 15px;
    padding-right: 15px;
  }
  .o3o-phone-root .settings-page{
    padding-left: 15px;
    padding-right: 15px;
  }
  .o3o-phone-root .settings-title{
    margin-left: 21px;
    font-size: 32px;
    font-weight:var(--o3o-fw-500);
  }
  .o3o-phone-root .settings-profile-card{
    margin-top: 10px;
  }
  .o3o-phone-root .apple-account-page{
    padding-left: 15px;
    padding-right: 15px;
  }
  .o3o-phone-root .apple-signin-hero{
    padding-top: 20px;
  }
  .o3o-phone-root .apple-signin-title{
    font-size: 29px;
  }
}
.o3o-phone-root .api-temp-wrap{
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}
.o3o-phone-root .api-temp-value{
  width: 34px;
  text-align: right;
  color: #3c3c43;
  font-variant-numeric: tabular-nums;
  font-size: 16px;
}
.o3o-phone-root .font-drawer-layer{
  position: fixed;
  inset: 0;
  z-index: 1190;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  font-family:var(--user-font-family,-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC",
    sans-serif);
  -webkit-font-smoothing: antialiased;
}
.o3o-phone-root .font-drawer-layer.is-open{
  display: flex;
}
.o3o-phone-root .font-drawer-panel{
  width: min(100%, var(--o3o-drawer-max));
  height: min(84dvh, 740px);
  max-height: calc(100dvh - max(18px, env(safe-area-inset-top)));
  display: flex;
  flex-direction: column;
  background: #f2f2f7;
  color: #111;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.22, 0.8, 0.24, 1);
  box-shadow: 0 -10px 34px rgba(0, 0, 0, 0.14);
  touch-action: pan-y;
}
.o3o-phone-root .font-drawer-layer.is-open .font-drawer-panel{
  transform: translateY(0);
}
.o3o-phone-root .font-drawer-grabber{
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: #c7c7cc;
  margin: 7px auto 2px;
  flex: 0 0 auto;
  touch-action: none;
}
.o3o-phone-root .font-drawer-title{
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-650);
  letter-spacing: -0.24px;
  flex: 0 0 46px;
}
.o3o-phone-root .font-drawer-content{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 18px calc(20px + env(safe-area-inset-bottom));
  scrollbar-width: none;
}
.o3o-phone-root .font-drawer-content::-webkit-scrollbar{
  display: none;
}
.o3o-phone-root .font-group{
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 8px 0 14px;
}
.o3o-phone-root .font-preview-panel{
  --font-preview-family: var(--user-font-family, -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Segoe UI", Arial, sans-serif);
  --font-preview-cn-size: 31px;
  --font-preview-en-size: 12px;
  --font-preview-cn-weight: var(--o3o-fw-500);
  --font-preview-en-weight: var(--o3o-fw-400);
  min-height: 154px;
  padding: 22px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  font-family: var(--font-preview-family);
}
.o3o-phone-root .font-preview-cn{
  max-width: 100%;
  font-size: var(--font-preview-cn-size);
  font-weight: var(--font-preview-cn-weight);
  line-height: 1.22;
  letter-spacing: 0.02em;
  white-space: normal;
  overflow-wrap: anywhere;
}
.o3o-phone-root .font-preview-en{
  margin-top: 9px;
  color: #8e8e93;
  font-size: 12px;
  font-weight:var(--o3o-fw-400);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.o3o-phone-root .font-control-row, .o3o-phone-root .font-source-row{
  min-height: 52px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.o3o-phone-root .font-control-row + .font-control-row::before, .o3o-phone-root .font-source-row + .font-source-row::before{
  content: "";
  position: absolute;
  left: 13px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.16);
}
.o3o-phone-root .font-control-label, .o3o-phone-root .font-source-label{
  width: 76px;
  flex: 0 0 76px;
  font-size: 15px;
  font-weight:var(--o3o-fw-500);
  letter-spacing: -0.15px;
}
.o3o-phone-root .font-control-range{
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 11px;
}
.o3o-phone-root .font-control-value{
  width: 42px;
  flex: 0 0 42px;
  text-align: right;
  color: #8e8e93;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.o3o-phone-root .font-list{
  display: flex;
  flex-direction: column;
  padding: 4px;
}
.o3o-phone-root .font-list-row{
  width: 100%;
  min-height: 58px;
  padding: 8px 9px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  text-align: left;
  color: #111;
  font: inherit;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .font-list-row + .font-list-row::before{
  content: "";
  position: absolute;
  left: 9px;
  right: 39px;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.16);
}
.o3o-phone-root .font-list-row.is-selected{
  background: rgba(118, 118, 128, 0.12);
}
.o3o-phone-root .font-list-row.is-selected::before, .o3o-phone-root .font-list-row.is-selected + .font-list-row::before{
  display: none;
}
.o3o-phone-root .font-list-copy{
  min-width: 0;
}
.o3o-phone-root .font-list-name{
  display: block;
  font-size: 15px;
  font-weight:var(--o3o-fw-600);
  line-height: 1.18;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o3o-phone-root .font-list-meta{
  display: block;
  margin-top: 3px;
  color: #8e8e93;
  font-size: 10.5px;
  font-weight:var(--o3o-fw-400);
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o3o-phone-root .font-list-remove{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8e8e93;
  cursor: pointer;
  justify-self: end;
  background: transparent;
}
.o3o-phone-root .font-list-remove svg{
  width: 13px;
  height: 13px;
  fill: currentColor;
  display: block;
}
.o3o-phone-root .font-list-spacer{
  width: 28px;
  height: 28px;
  display: block;
}
.o3o-phone-root .font-source-input{
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 15px;
  text-align: right;
  padding: 7px 0;
}
.o3o-phone-root .font-source-input::placeholder{
  color: #c7c7cc;
}
.o3o-phone-root .font-source-file{
  min-width: 0;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.o3o-phone-root .font-file-button{
  max-width: 100%;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0a84ff;
  font: inherit;
  font-size: 14px;
  font-weight:var(--o3o-fw-500);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.o3o-phone-root .font-file-button svg{
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex: 0 0 17px;
}
.o3o-phone-root .font-file-button-label{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o3o-phone-root .font-apply-button{
  width: 100%;
  height: var(--o3o-long-button-height);
  min-height: var(--o3o-long-button-height);
  border: 0;
  border-radius: var(--o3o-long-button-radius);
  background: #0a84ff;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight:var(--o3o-fw-650);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .font-apply-button:active{
  opacity: 0.78;
}
.o3o-phone-root .font-status{
  min-height: 17px;
  margin: -5px 3px 9px;
  color: #8e8e93;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}
.o3o-phone-root .font-status.is-error{
  color: #ff3b30;
}
.o3o-phone-root .font-hidden-file{
  position: fixed;
  left: -100px;
  top: -100px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.o3o-phone-root .font-drawer-layer, .o3o-phone-root .font-drawer-layer *{
  font-family:var(--user-font-family,-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC",
    sans-serif);
}
.o3o-phone-root .theme-drawer-layer{
  position: fixed;
  inset: 0;
  z-index: 1180;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  font-family:var(--user-font-family,-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC",
    sans-serif);
  -webkit-font-smoothing: antialiased;
}
.o3o-phone-root .theme-drawer-layer.is-open{
  display: flex;
}
.o3o-phone-root .theme-drawer-panel{
  width: min(100%, var(--o3o-drawer-max));
  height: min(78dvh, 690px);
  max-height: calc(100dvh - max(18px, env(safe-area-inset-top)));
  display: flex;
  flex-direction: column;
  background: #f2f2f7;
  color: #111;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.22, 0.8, 0.24, 1);
  box-shadow: 0 -10px 34px rgba(0, 0, 0, 0.14);
  touch-action: pan-y;
}
.o3o-phone-root .theme-drawer-layer.is-open .theme-drawer-panel{
  transform: translateY(0);
}
.o3o-phone-root .theme-drawer-grabber{
  width: 36px;
  height: 5px;
  border-radius: 999px;
  background: #c7c7cc;
  margin: 7px auto 2px;
  flex: 0 0 auto;
  touch-action: none;
}
.o3o-phone-root .theme-drawer-title{
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-650);
  letter-spacing: -0.24px;
  flex: 0 0 46px;
}
.o3o-phone-root .theme-drawer-content{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 18px calc(20px + env(safe-area-inset-bottom));
  scrollbar-width: none;
}
.o3o-phone-root .theme-drawer-content::-webkit-scrollbar{
  display: none;
}
.o3o-phone-root .theme-wallpaper-block{
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px 12px 12px;
  margin: 8px 0 14px;
}
.o3o-phone-root .theme-wallpaper-head{
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.o3o-phone-root .theme-item-name{
  font-size: 16px;
  font-weight:var(--o3o-fw-500);
  letter-spacing: -0.18px;
  min-width: 0;
}
.o3o-phone-root .theme-actions{
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.o3o-phone-root .theme-action{
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  color: #007aff;
  cursor: pointer;
  line-height: 1;
}
.o3o-phone-root .theme-action.reset{
  color: #ff3b30;
}
.o3o-phone-root .theme-action .theme-action-icon, .o3o-phone-root .theme-action > svg{
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: none;
  pointer-events: none;
}
.o3o-phone-root .theme-action:focus-visible{
  outline: 2px solid rgba(10, 132, 255, 0.32);
  outline-offset: 1px;
}
.o3o-phone-root .theme-wallpaper-preview{
  width: 100%;
  height: 130px;
  border-radius: 12px;
  background: #d1d1d6 center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.o3o-phone-root .theme-wallpaper-preview::after{
  content: "Home Screen";
  position: absolute;
  left: 10px;
  bottom: 9px;
  padding: 4px 7px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 10px;
  font-weight:var(--o3o-fw-600);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.o3o-phone-root .theme-mode-row{
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  padding: 8px 0 0;
  border-top: 0.5px solid rgba(60, 60, 67, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #111;
}
.o3o-phone-root .theme-mode-select{
  min-width: 132px;
  max-width: 60%;
  height: 34px;
  border: 0;
  background: transparent;
  color: #007aff;
  font: inherit;
  font-size: 15px;
  font-weight:var(--o3o-fw-500);
  text-align: right;
  cursor: pointer;
}
.o3o-phone-root .theme-mode-select:focus-visible{
  outline: 2px solid rgba(10, 132, 255, 0.32);
  outline-offset: 1px;
}
.o3o-phone-root .theme-icon-list{
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 12px;
}
.o3o-phone-root .theme-icon-row{
  min-height: 66px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  position: relative;
}
.o3o-phone-root .theme-icon-row + .theme-icon-row::before{
  content: "";
  position: absolute;
  left: 61px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.18);
}
.o3o-phone-root .theme-icon-preview{
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  overflow: visible;
}
.o3o-phone-root .theme-icon-row-copy{
  min-width: 0;
  font-size: 16px;
  font-weight:var(--o3o-fw-500);
  letter-spacing: -0.18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.o3o-phone-root .settings-account-group{
  margin-top: 10px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.o3o-phone-root .settings-account-group .settings-profile-card-combined{
  margin-top: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.o3o-phone-root .settings-groups{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.o3o-phone-root input[type="range"], .o3o-phone-root .ui-slim-range{
  width: 100%;
  min-width: 0;
  flex: 1;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  touch-action: pan-x;
}
.o3o-phone-root .api-search svg.lucide-search{
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #8e8e93;
  stroke-width: 2;
}

/* Apple account-scoped profile + local sign-in security */
.o3o-phone-root .apple-personal-field.is-multiline.compact textarea{
  min-height: 72px;
}

.o3o-phone-root .apple-personal-setting{
  min-height: 112px;
}

.o3o-phone-root .apple-security-sheet-layer{
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  width: var(--o3o-stage-width);
  transform: translateX(-50%);
  z-index: 140;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  -webkit-tap-highlight-color: transparent;
}

.o3o-phone-root .apple-security-sheet-layer.is-open{
  display: flex;
}

.o3o-phone-root .apple-security-sheet{
  width: min(100%, var(--o3o-drawer-max));
  max-height: calc(100dvh - 18px);
  background: #f2f2f7;
  border-radius: 24px 24px 0 0;
  padding: 8px 14px calc(16px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  transition: transform 0.28s cubic-bezier(0.2, 0.82, 0.25, 1);
  box-shadow: 0 -1px 0 rgba(60, 60, 67, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.o3o-phone-root .apple-security-sheet-layer.is-open .apple-security-sheet{
  transform: translateY(0);
}

.o3o-phone-root .apple-security-content{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 2px;
  scrollbar-width: none;
}

.o3o-phone-root .apple-security-content::-webkit-scrollbar{
  display: none;
}

.o3o-phone-root .apple-security-group{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

.o3o-phone-root .apple-security-row{
  min-height: 52px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-size: 16px;
}

.o3o-phone-root .apple-security-row + .apple-security-row::before, .o3o-phone-root .apple-security-group
  > .apple-security-action
  + .apple-security-action::before{
  content: "";
  position: absolute;
  left: 14px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.18);
}

.o3o-phone-root .apple-security-row > span{
  flex: 1;
  min-width: 0;
}

.o3o-phone-root .apple-security-row > strong, .o3o-phone-root .apple-security-password strong{
  max-width: 58%;
  font-size: 14px;
  font-weight:var(--o3o-fw-500);
  color: #6e6e73;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.o3o-phone-root .apple-security-password{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  max-width: 62%;
}

.o3o-phone-root .apple-security-password strong{
  max-width: none;
}

.o3o-phone-root .apple-security-action{
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  background: #fff;
  color: #007aff;
  font: inherit;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.o3o-phone-root .apple-security-action.is-danger{
  color: #ff3b30;
}

.o3o-phone-root .apple-security-action:disabled{
  color: #c7c7cc;
  cursor: default;
}

.o3o-phone-root .apple-security-section-label{
  padding: 0 14px 6px;
  color: #8e8e93;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

.o3o-phone-root .apple-security-devices{
  padding: 0;
}

.o3o-phone-root .apple-security-device{
  padding: 12px 14px;
  position: relative;
}

.o3o-phone-root .apple-security-device + .apple-security-device::before{
  content: "";
  position: absolute;
  left: 14px;
  right: 0;
  top: 0;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.18);
}

.o3o-phone-root .apple-security-device-main{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.o3o-phone-root .apple-security-device-main strong{
  font-size: 15px;
  font-weight:var(--o3o-fw-600);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.o3o-phone-root .apple-security-current{
  padding: 2px 6px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #007aff;
  font-size: 10px;
  font-weight:var(--o3o-fw-600);
  white-space: nowrap;
}

.o3o-phone-root .apple-security-device-meta{
  margin-top: 4px;
  color: #8e8e93;
  font-size: 12px;
  line-height: 16px;
}

.o3o-phone-root .apple-security-device-empty{
  padding: 22px 14px;
  text-align: center;
  color: #8e8e93;
  font-size: 13px;
}

.o3o-phone-root .apple-security-status{
  min-height: 18px;
  padding: 0 8px 6px;
  color: #8e8e93;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.o3o-phone-root .apple-security-confirm-layer{
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.28);
}

.o3o-phone-root .apple-security-confirm-layer.is-open{
  display: flex;
}

.o3o-phone-root .apple-security-confirm{
  width: min(290px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  background: rgba(248, 248, 248, 0.96);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(28px) saturate(165%);
  backdrop-filter: blur(28px) saturate(165%);
  transform: scale(0.96);
  transition: transform 0.18s ease;
}

.o3o-phone-root .apple-security-confirm-layer.is-open .apple-security-confirm{
  transform: scale(1);
}

.o3o-phone-root .apple-security-confirm-copy{
  padding: 19px 18px 17px;
}

.o3o-phone-root .apple-security-confirm-title{
  font-size: 17px;
  line-height: 22px;
  font-weight:var(--o3o-fw-600);
  color: #111;
}

.o3o-phone-root .apple-security-confirm-text{
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
  color: #3c3c43;
}

.o3o-phone-root .apple-security-confirm-fields{
  margin-top: 12px;
  display: grid;
  gap: 8px;
  text-align: left;
}

.o3o-phone-root .apple-security-confirm-fields:empty{
  display: none;
}

.o3o-phone-root .apple-security-confirm-fields label{
  display: grid;
  gap: 4px;
}

.o3o-phone-root .apple-security-confirm-fields label span{
  padding-left: 2px;
  color: #8e8e93;
  font-size: 11px;
}

.o3o-phone-root .apple-security-confirm-fields input{
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 0.5px solid rgba(60, 60, 67, 0.2);
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
}

.o3o-phone-root .apple-security-confirm-fields input:focus, .o3o-phone-root .apple-security-confirm-fields input:focus-visible{
  border-color: rgba(60, 60, 67, 0.2);
  outline: none;
  box-shadow: none;
}

.o3o-phone-root .apple-security-confirm-error{
  min-height: 0;
  color: #ff3b30;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.o3o-phone-root .apple-security-confirm-error:empty{
  display: none;
}

.o3o-phone-root .apple-security-confirm .apple-account-confirm-remove:not(.is-destructive){
  color: #007aff;
}

.o3o-phone-root .apple-security-confirm .apple-account-confirm-remove.is-destructive{
  color: #ff3b30;
}

.o3o-phone-root .data-drawer-layer{
  position: fixed;
  inset: 0;
  z-index: 1270;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.24);
  font-family:var(--user-font-family,-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", sans-serif);
  -webkit-font-smoothing: antialiased;
}
.o3o-phone-root .data-drawer-layer.is-open{
  display: flex;
}
.o3o-phone-root .data-drawer-panel{
  width: min(100%, var(--o3o-drawer-max));
  height: auto;
  max-height: min(68dvh, 570px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #111;
  background: #f2f2f7;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -12px 38px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.22, 0.8, 0.24, 1);
  touch-action: pan-y;
}
.o3o-phone-root .data-drawer-layer.is-open .data-drawer-panel{
  transform: translateY(0);
}
.o3o-phone-root .data-drawer-grabber{
  width: 36px;
  height: 5px;
  flex: 0 0 auto;
  margin: 7px auto 2px;
  border-radius: 999px;
  background: #c7c7cc;
  touch-action: none;
}
.o3o-phone-root .data-drawer-title{
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-650);
  letter-spacing: -0.24px;
}
.o3o-phone-root .data-drawer-content{
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 3px 14px calc(12px + env(safe-area-inset-bottom));
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.o3o-phone-root .data-drawer-content::-webkit-scrollbar{
  display: none;
}
.o3o-phone-root .data-cache-card, .o3o-phone-root .data-action-group{
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
}
.o3o-phone-root .data-cache-card{
  padding: 12px 13px 13px;
}
.o3o-phone-root .data-cache-heading{
  margin-bottom: 10px;
  font-size: 15px;
  font-weight:var(--o3o-fw-650);
}
.o3o-phone-root .data-cache-overview{
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}
.o3o-phone-root .data-cache-chart{
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d1d1d6;
  box-shadow: inset 0 0 0 0.5px rgba(60, 60, 67, 0.16);
  transition: background 0.24s ease;
}
.o3o-phone-root .data-cache-chart-center{
  width: 66px;
  height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}
.o3o-phone-root .data-cache-chart-center strong{
  max-width: 58px;
  overflow: hidden;
  font-size: 15px;
  font-weight:var(--o3o-fw-700);
  letter-spacing: -0.25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o3o-phone-root .data-cache-chart-center span{
  margin-top: 2px;
  color: #8e8e93;
  font-size: 10px;
}
.o3o-phone-root .data-cache-legend{
  min-width: 0;
}
.o3o-phone-root .data-cache-legend-row{
  min-height: 23px;
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  color: #3a3a3c;
  font-size: 11px;
}
.o3o-phone-root .data-cache-legend-row strong{
  color: #8e8e93;
  font-size: 10px;
  font-weight:var(--o3o-fw-500);
  white-space: nowrap;
}
.o3o-phone-root .data-cache-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.o3o-phone-root .data-cache-loading{
  color: #8e8e93;
  font-size: 11px;
  line-height: 1.4;
}
.o3o-phone-root .data-action-group{
  margin-top: 10px;
}
.o3o-phone-root .data-action-row{
  position: relative;
  width: 100%;
  height: 48px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 10px;
  gap: 12px;
  align-items: center;
  padding: 0 15px;
  border: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.o3o-phone-root .data-action-row + .data-action-row::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 59px;
  height: 0.5px;
  background: rgba(60, 60, 67, 0.22);
}
.o3o-phone-root .data-action-icon{
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
}
.o3o-phone-root .data-action-icon.is-export{
  background: #007aff;
}
.o3o-phone-root .data-action-icon.is-import{
  background: #34c759;
}
.o3o-phone-root .data-action-icon.is-clear{
  background: #ff3b30;
}
.o3o-phone-root .data-action-row.is-danger > span:nth-child(2){
  color: #ff3b30;
}
.o3o-phone-root .data-action-icon svg{
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.o3o-phone-root .data-action-chevron{
  width: 7px;
  height: 12px;
  fill: #c7c7cc;
}

.o3o-phone-root .data-hidden-file{
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.o3o-phone-root .data-modal-layer{
  position: fixed;
  inset: 0;
  z-index: 1420;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.26);
  font-family:var(--user-font-family,-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", sans-serif);
  -webkit-font-smoothing: antialiased;
}
.o3o-phone-root .data-modal-layer.is-open{
  display: flex;
}
.o3o-phone-root .data-modal-box{
  width: min(270px, calc(100vw - 44px));
  overflow: hidden;
  border: 0.5px solid rgba(255, 255, 255, 0.42);
  border-radius: 14px;
  background: rgba(248, 248, 248, 0.94);
  color: #111;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.24);
  transform: scale(0.94);
  transition: transform 0.18s ease;
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  backdrop-filter: blur(22px) saturate(1.4);
}
.o3o-phone-root .data-modal-layer.is-open .data-modal-box{
  transform: scale(1);
}
.o3o-phone-root .data-modal-body{
  padding: 19px 17px 17px;
  text-align: center;
}
.o3o-phone-root .data-modal-title{
  font-size: 17px;
  font-weight:var(--o3o-fw-650);
  letter-spacing: -0.25px;
}
.o3o-phone-root .data-modal-message{
  margin-top: 5px;
  color: #3a3a3c;
  font-size: 12px;
  line-height: 1.38;
}
.o3o-phone-root .data-modal-field{
  display: block;
  margin-top: 14px;
  text-align: left;
}
.o3o-phone-root .data-modal-field[hidden]{
  display: none;
}
.o3o-phone-root .data-modal-field span{
  display: block;
  margin: 0 0 5px 2px;
  color: #636366;
  font-size: 10px;
}
.o3o-phone-root .data-modal-field input{
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 0.5px solid rgba(60, 60, 67, 0.3);
  border-radius: 8px;
  outline: 0;
  background: rgba(255, 255, 255, 0.86);
  color: #111;
  font: inherit;
  font-size: 12px;
}
.o3o-phone-root .data-modal-field input:focus, .o3o-phone-root .data-modal-field input:focus-visible{
  border-color: rgba(60, 60, 67, 0.3);
  outline: none;
  box-shadow: none;
}
.o3o-phone-root .data-modal-status{
  min-height: 0;
  margin-top: 8px;
  color: #636366;
  font-size: 10px;
  line-height: 1.3;
}
.o3o-phone-root .data-modal-status:empty{
  display: none;
}
.o3o-phone-root .data-modal-status.is-error{
  color: #ff3b30;
}
.o3o-phone-root .data-modal-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 0.5px solid rgba(60, 60, 67, 0.28);
}
.o3o-phone-root .data-modal-actions button{
  min-height: 44px;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #007aff;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}
.o3o-phone-root .data-modal-actions button + button{
  border-left: 0.5px solid rgba(60, 60, 67, 0.28);
  font-weight:var(--o3o-fw-600);
}
.o3o-phone-root .data-modal-actions button.is-danger{
  color: #ff3b30;
}
.o3o-phone-root .data-modal-actions button:disabled{
  opacity: 0.45;
  cursor: default;
}
@media  (max-width: 360px) {
  .o3o-phone-root .data-cache-overview{
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 11px;
  }
  .o3o-phone-root .data-cache-chart{
    width: 104px;
    height: 104px;
  }
  .o3o-phone-root .data-cache-chart-center{
    width: 64px;
    height: 64px;
  }
}

.o3o-phone-root .about-drawer-layer{
  position: fixed;
  inset: 0;
  z-index: 1210;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  font-family:var(--user-font-family,-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", sans-serif);
  -webkit-font-smoothing: antialiased;
}
.o3o-phone-root .about-drawer-layer.is-open{
  display: flex;
}
.o3o-phone-root .about-drawer-panel{
  width: min(100%, var(--o3o-drawer-max));
  height: min(72dvh, 610px);
  max-height: calc(100dvh - max(18px, env(safe-area-inset-top)));
  display: flex;
  flex-direction: column;
  background: #f2f2f7;
  color: #111;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.22, 0.8, 0.24, 1);
  box-shadow: 0 -10px 34px rgba(0, 0, 0, 0.14);
  touch-action: pan-y;
}
.o3o-phone-root .about-drawer-layer.is-open .about-drawer-panel{
  transform: translateY(0);
}
.o3o-phone-root .about-drawer-grabber{
  width: 36px;
  height: 5px;
  flex: 0 0 auto;
  margin: 7px auto 2px;
  border-radius: 999px;
  background: #c7c7cc;
  touch-action: none;
}
.o3o-phone-root .about-drawer-title{
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight:var(--o3o-fw-650);
  letter-spacing: -0.24px;
}
.o3o-phone-root .about-drawer-content{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 4px 18px calc(22px + env(safe-area-inset-bottom));
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.o3o-phone-root .about-drawer-content::-webkit-scrollbar{
  display: none;
}
.o3o-phone-root .about-card{
  margin-bottom: 12px;
  padding: 15px 16px;
  border-radius: 12px;
  background: #fff;
}
.o3o-phone-root .about-version-card{
  min-height: 60px;
  display: flex;
  align-items: center;
}
.o3o-phone-root .about-version-copy{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 15px;
}
.o3o-phone-root .about-version-copy strong{
  color: #8e8e93;
  font-size: 14px;
  font-weight:var(--o3o-fw-500);
}
.o3o-phone-root .about-section-title{
  margin-bottom: 8px;
  font-size: 15px;
  font-weight:var(--o3o-fw-650);
}
.o3o-phone-root .about-copy, .o3o-phone-root .about-changelog-item span{
  margin: 0;
  color: #636366;
  font-size: 13px;
  line-height: 1.5;
}
.o3o-phone-root .about-changelog-item{
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.o3o-phone-root .about-changelog-item strong{
  font-size: 13px;
  font-weight:var(--o3o-fw-650);
  line-height: 1.5;
}


/* Tablet/desktop: settings pages fill the available stage; drawers stay globally centered and usable. */
@media  (min-width:700px){
  .o3o-phone-root .settings-page, .o3o-phone-root .apple-account-page{width:100%}
  .o3o-phone-root .api-drawer-panel, .o3o-phone-root .api-sheet-panel, .o3o-phone-root .font-drawer-panel, .o3o-phone-root .theme-drawer-panel, .o3o-phone-root .data-drawer-panel, .o3o-phone-root .about-drawer-panel, .o3o-phone-root .apple-account-switch-sheet, .o3o-phone-root .apple-personal-sheet, .o3o-phone-root .apple-security-sheet{margin-inline:auto}
  .o3o-phone-root .api-content, .o3o-phone-root .font-drawer-content, .o3o-phone-root .theme-drawer-content, .o3o-phone-root .data-drawer-content, .o3o-phone-root .about-drawer-content{padding-left:clamp(14px,2.4vw,24px);padding-right:clamp(14px,2.4vw,24px)}
}

/* Shared destructive-action confirmation: same centered modal system as Data Management. */
.o3o-phone-root .global-confirm-layer{z-index:2200;}

.o3o-phone-root .data-cache-dot-images{background:#007aff}.o3o-phone-root .data-cache-dot-text{background:#34c759}.o3o-phone-root .data-cache-dot-app{background:#ff9f0a}.o3o-phone-root .data-cache-dot-messages{background:#af52de}

.o3o-phone-root .api-drawer-panel.is-dragging, .o3o-phone-root .font-drawer-panel.is-dragging, .o3o-phone-root .data-drawer-panel.is-dragging, .o3o-phone-root .about-drawer-panel.is-dragging, .o3o-phone-root .theme-drawer-panel.is-dragging{transition:none}

