: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;--desktop-app-gap:8px;--desktop-second-app-gap:7px;--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;}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
html,body{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);}
body{display:flex;justify-content:center;overflow-x:hidden;}
button,input{font:inherit;}
button{border:0;padding:0;background:none;color:inherit;}
.fa-svg{display:block;width:1em;height:1em;fill:currentColor;}
.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;}
.home-page{flex:1;display:flex;flex-direction:column;min-height:0;padding-top:0;}
.profile-widget{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:18px;background:var(--cover);flex:0 0 auto;}
.profile-cover{position:absolute;inset:0 0 auto;height:52%;background:var(--cover);background-size:cover;background-position:center;cursor:pointer;}
.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;}
.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);}
.profile-avatar-placeholder{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;flex:0 0 auto;}
.profile-avatar.has-image .profile-avatar-placeholder{display:none;}
.profile-name{font-size:18px;font-weight:var(--o3o-fw-900);line-height:1.08;letter-spacing:-.55px;text-align:center;}
.profile-handle{margin-top:5px;color:#c4c4c4;font-size:10.5px;font-weight:var(--o3o-fw-650);line-height:1.08;text-align:center;}
.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;}
.profile-location{margin-top:10px;display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:var(--o3o-fw-600);color:#333;}
.profile-location .fa-svg{font-size:15px;color:#c9c9c9;}
.editable-copy{outline:none;cursor:text;-webkit-user-select:text;user-select:text;min-width:1px;min-height:1.15em;}
.editable-copy:empty::before{content:attr(data-placeholder);color:rgba(17,17,17,.26);font:inherit;white-space:pre-wrap;}
.profile-handle.editable-copy:empty::before{color:rgba(196,196,196,.68);}
.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;}
.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;}
.app-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--desktop-app-gap);color:#242424;}
.app-icon,.dock-icon{position:relative;width:var(--app-size);height:var(--app-size);border:1px solid transparent;border-radius:var(--app-radius);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--desktop-icon-ink);flex:0 0 auto;overflow:hidden;}
.app-icon .fa-svg{font-size:30px;max-width:32px;max-height:32px;}
.app-item[data-app="tinder"] .app-icon{overflow:hidden;color:var(--desktop-icon-ink);}
.app-item[data-app="tinder"] .app-icon .tinder-official-flame{display:block;width:31px;height:31px;flex:0 0 31px;fill:currentColor;}
.dock-icon[data-dock="phone"],.dock-icon[data-dock="mail"]{background:#fff;color:var(--desktop-icon-ink);}
.dock-icon[data-dock="settings"]{background:#fff;color:var(--desktop-icon-ink);}
.dock-icon[data-dock="mail"] .sf-symbol-message{display:block;width:33px;height:33px;flex:0 0 33px;fill:currentColor;}
.app-item[data-app="amazon"] .app-icon{overflow:hidden;color:var(--desktop-icon-ink);}
.app-item[data-app="amazon"] .amazon-brand-vector{display:block;width:34px;height:39px;fill:currentColor;flex:0 0 auto;}
.app-item[data-app="x"] .app-icon{overflow:hidden;}
.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;}
.app-item[data-app="line"] .app-icon{overflow:hidden;}
.line-official-mark{display:block;width:40px;height:40px;flex:0 0 40px;background:transparent;}
.line-launcher-logo{display:block;width:100%;height:100%;overflow:visible;color:var(--desktop-icon-ink);}
.line-logo-face{fill:currentColor;}
.app-name{width:100%;font-size:14px;font-weight:var(--o3o-fw-500);line-height:1.05;white-space:nowrap;text-align:center;}
.music-card{height:100%;border-radius:18px;padding:12px;display:flex;flex-direction:column;overflow:hidden;min-width:0;}
.music-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex:0 0 auto;}
.album{position:relative;width:64px;height:64px;border-radius:15px;background:#dedede;cursor:pointer;flex:0 0 64px;}
.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;}
.music-copy{margin-top:9px;min-width:0;display:flex;flex-direction:column;gap:4px;}
.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;}
.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;}
.power{margin-top:auto;padding-top:7px;}
.power-label{color:#969696;font-size:clamp(10px,2.7vw,12.5px);font-weight:var(--o3o-fw-650);line-height:1.05;}
.power-bar{position:relative;height:20px;border-radius:7px;background:#d2d2d2;overflow:hidden;margin-top:4px;}
.power-fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:7px;background:#9b9b9b;transition:width .28s ease;}
.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;}
.desktop-spacer{flex:1;min-height:34px;}
.dock-wrap{flex:0 0 auto;padding:0 5px;}
.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;}
.dock-icon{flex:0 0 60px;}
.dock-icon .fa-svg{font-size:31px;max-width:32px;max-height:32px;}
.dock-icon[data-dock="phone"] .phone-fa-home{display:block;width:32px;height:32px;flex:0 0 32px;fill:currentColor;}
.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);}
.youtube-launcher-logo{display:block;width:100%;height:100%;overflow:visible;}
.youtube-logo-face{fill:currentColor;}
.image-slot{touch-action:manipulation;overflow:hidden;cursor:pointer;}
.slot-image{position:absolute;inset:0;width:100%;height:100%;display:none;object-fit:cover;object-position:center;pointer-events:none;}
.slot-image.is-visible{display:block;}
.native-image-input{display:none;}




html[data-desktop-theme="default"] .app-icon:not(.has-theme-icon),html[data-desktop-theme="default"] .dock-icon:not(.has-theme-icon){background:#fff;border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;color:var(--desktop-icon-ink);}
html[data-desktop-theme="frosted-glass"] .app-icon,html[data-desktop-theme="frosted-glass"] .dock-icon{background:rgba(255,255,255,.20);border-color: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;}
html[data-desktop-theme="frosted-glass"] .app-item[data-app="x"] .app-icon:not(.has-theme-icon) .official-x-logo{filter:none;}
html[data-desktop-theme="frosted-glass"] .app-item[data-app="tinder"] .app-icon:not(.has-theme-icon){color:var(--desktop-icon-ink);}
html[data-desktop-theme="frosted-glass"] .dock-icon[data-dock="phone"]:not(.has-theme-icon),html[data-desktop-theme="frosted-glass"] .dock-icon[data-dock="mail"]:not(.has-theme-icon){color:var(--desktop-icon-ink);}
html[data-desktop-theme="frosted-glass"] .dock-icon[data-dock="settings"]:not(.has-theme-icon){color:var(--desktop-icon-ink);}
html[data-desktop-theme="frosted-glass"] .app-icon:active,html[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);}
html[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){html[data-desktop-theme="frosted-glass"] .app-icon,html[data-desktop-theme="frosted-glass"] .dock-icon{transition:none}
}
.app-icon.has-theme-icon,.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;}
.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;}
.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;}
.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;}
.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);}
.theme-icon-preview>.app-item{display:block;min-width:60px;width:60px;gap:0;transform:scale(.76);transform-origin:center;}
.theme-icon-preview>.app-item .app-name{display:none;}

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

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

.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;}
.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;}
.desktop-pages-track::-webkit-scrollbar{display:none;}
.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;}
.desktop-page-indicator{height:22px;flex:0 0 22px;display:flex;align-items:center;justify-content:center;gap:7px;pointer-events:auto;}
.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;}
.desktop-page-dot.is-active{width:14px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.07);}
.desktop-page-dot:active{transform:scale(.9);}

.second-home-page{--desktop-two-row-height:178px;--second-icon-ink:var(--desktop-icon-ink);}
.wide-two-widget{width:100%;height:var(--desktop-two-row-height);flex:0 0 var(--desktop-two-row-height);}
.second-top-widget{display:flex;flex-direction:column;align-items:center;}
.second-battery-row{height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;}
.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;}
.second-battery-pill strong{font-size:14px;font-weight:var(--o3o-fw-720);line-height:1.05;letter-spacing:-.15px;}
.second-battery-pill span{margin-top:2px;font-size:9px;font-weight:var(--o3o-fw-620);line-height:1;color:#737373;}
.second-battery-ring{display:block;width:42px;height:42px;flex:0 0 42px;overflow:visible;}
.second-battery-ring circle{fill:none;stroke-width:6.1;}
.second-battery-ring-track{stroke:#e4e4e4;}
.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;}
.second-clock-stack{position:relative;width:100%;height:104px;flex:0 0 104px;}
.second-clock-layer,.second-clock-capsule{position:absolute;height:80px;border-radius:40px;background:#fff;border:0;-webkit-backdrop-filter:none;backdrop-filter:none;}
.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);}
.second-clock-layer-1{z-index:3;top:16px;left:11px;right:11px;opacity:.58;}
.second-clock-layer-2{z-index:2;top:8px;left:22px;right:22px;opacity:.34;}
.second-clock-layer-3{z-index:1;top:0;left:33px;right:33px;opacity:.17;}
.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);}
.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;}
.second-clock-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.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;}
.second-clock-date{margin-top:7px;font-size:10.5px;font-weight:var(--o3o-fw-650);color:#616161;white-space:nowrap;}
.second-clock-stats{min-width:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;}
.second-clock-time{font-variant-numeric:tabular-nums;font-size:29px;font-weight:var(--o3o-fw-820);line-height:1;letter-spacing:-1px;}
.second-clock-stats span{margin-top:7px;font-size:9.5px;font-weight:var(--o3o-fw-650);color:#666;white-space:nowrap;}

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

.second-music-card{position:relative;border-radius:18px;padding:10px 10px 9px;display:flex;flex-direction:column;overflow:hidden;min-width:0;}
.second-headphone-labels{height:25px;display:grid;grid-template-columns:1fr 1fr;gap:7px;align-items:start;position:relative;z-index:5;}
.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;}
.second-headphone-stage{position:relative;height:70px;flex:0 0 70px;margin-top:-1px;}
.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;}
.second-ear-disc.is-left{left:14px;}
.second-ear-disc.is-right{right:14px;}
.second-ear-photo{position:relative;display:block;width:100%;height:100%;border-radius:50%;background:#ececec;overflow:hidden;border:0;}
.second-ear-node{position:absolute;top:15px;width:8px;height:8px;border-radius:50%;background:var(--music-control-ink);display:block;z-index:5;pointer-events:none;}
.second-ear-node.is-left{left:5px;}
.second-ear-node.is-right{right:5px;}
.second-ear-cable{position:absolute;top:16px;width:64px;height:70px;overflow:visible;z-index:2;pointer-events:none;}
.second-ear-cable.is-left{left:4px;}
.second-ear-cable.is-right{right:4px;}
.second-ear-cable path{fill:none;stroke:var(--music-control-ink);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;shape-rendering:geometricPrecision;}
.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;}
.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);}
.second-player-title .fa-svg{position:absolute;right:8px;width:10px;height:10px;}
.second-player-progress{position:relative;height:2px;margin-top:7px;border-radius:99px;background:rgba(98,98,98,.16);overflow:hidden;}
.second-player-progress span{display:block;width:72%;height:100%;border-radius:inherit;background:rgba(78,78,78,.56);}
.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;}
.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);}
.second-player-controls .fa-svg{width:10px;height:10px;}
.second-player-controls .fa-backward-step,.second-player-controls .fa-forward-step{width:11px;height:11px;}
.second-player-controls .fa-pause{width:11px;height:11px;}

.second-memory-widget{position:relative;margin-top:var(--section-gap);overflow:hidden;border-radius:18px;background:#d8d8d8;}
.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;}
.second-memory-avatar{position:relative;display:flex;width:35px;height:35px;border-radius:50%;background:#e6e6e6;overflow:hidden;align-items:center;justify-content:center;}
.second-progress-spacer{flex:1;}
.second-progress-line{--second-weather-mark-size:16px;display:flex;align-items:center;gap:6px;}
.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);}
.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;}
.second-progress-orbs .is-back{left:0;background:#777;}
.second-progress-orbs .is-front{right:0;background:#ececec;border:1px solid rgba(255,255,255,.72);}
.second-progress-line strong{font-size:16px;font-weight:var(--o3o-fw-820);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.35px;}
.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;}
.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;}
.second-memory-card{min-width:0;text-align:center;color:#3a3a3a;display:flex;flex-direction:column;align-items:stretch;}
.second-memory-placeholder{position:relative;display:block;width:100%;aspect-ratio:1/1;border-radius:14px;background:#d1d1d1;overflow:hidden;}
.second-memory-placeholder.is-alt{background:#bfbfbf;}
.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;}
.second-memory-meta span{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#777;}
.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;}
.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;}.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;}
.launcher.is-settings .desktop-pages-viewport,.launcher.is-settings .desktop-page-indicator,.launcher.is-apple-account .desktop-pages-viewport,.launcher.is-apple-account .desktop-page-indicator,.launcher.is-phone .desktop-pages-viewport,.launcher.is-phone .desktop-page-indicator,.launcher.is-messages .desktop-pages-viewport,.launcher.is-messages .desktop-page-indicator,.launcher.is-x .desktop-pages-viewport,.launcher.is-x .desktop-page-indicator{display:none;}
@media(max-width:360px){.second-home-page{--desktop-two-row-height:170px}
.desktop-pages-viewport{min-height:602px}
.second-clock-capsule{grid-template-columns:54px minmax(0,1fr) minmax(78px,auto);gap:8px;padding-left:9px}
.second-clock-avatar{width:54px;height:54px}
.second-clock-title{font-size:11.5px}
.second-clock-time{font-size:26px}
.second-app-item .app-name{font-size:12px}
.second-ear-disc.is-left{left:13px}
.second-ear-disc.is-right{right:13px}
.second-ear-cable.is-left{left:1px}
.second-ear-cable.is-right{right:1px}
.second-ear-node.is-left{left:4px}
.second-ear-node.is-right{right:4px}
}
@media(prefers-reduced-motion:reduce){.desktop-page-dot{transition:none}
.desktop-pages-track{scroll-behavior:auto}
}

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

html[data-desktop-theme="default"] .profile-info,html[data-desktop-theme="default"] .music-card,html[data-desktop-theme="default"] .second-music-card,html[data-desktop-theme="default"] .second-memory-gallery,html[data-desktop-theme="default"] .second-battery-pill,html[data-desktop-theme="default"] .second-clock-layer,html[data-desktop-theme="default"] .second-clock-capsule{background:#fff;border:1px solid transparent;-webkit-backdrop-filter:none;backdrop-filter:none;}

html[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);}

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

html[data-desktop-theme="frosted-glass"] .profile-info,html[data-desktop-theme="frosted-glass"] .music-card,html[data-desktop-theme="frosted-glass"] .second-music-card,html[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);}

html[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);}

html[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);}

html[data-desktop-theme="frosted-glass"] .second-battery-pill,html[data-desktop-theme="frosted-glass"] .second-clock-layer,html[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));}

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

html[data-desktop-theme="frosted-glass"] .profile-widget,html[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){
  :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)}
  .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))}
  .desktop-pages-viewport{min-height:0;width:calc(100% + (var(--page-pad) * 2));}
  .desktop-page{overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;padding-bottom:12px}
  .desktop-page::-webkit-scrollbar{display:none}
  .home-page{width:min(100%,980px);margin-inline:auto}
  .profile-widget{aspect-ratio:16/9;min-height:360px;max-height:560px}
  .profile-cover{height:53%}
  .profile-info{height:51%;padding-top:clamp(64px,8vw,82px);padding-inline:clamp(24px,4vw,48px)}
  .profile-avatar{width:clamp(112px,14vw,138px);height:clamp(112px,14vw,138px)}
  .content-row{column-gap:clamp(18px,2.8vw,30px)}
  .app-grid{column-gap:clamp(12px,2vw,22px);row-gap:clamp(12px,2vw,22px)}
  .app-item,.second-app-item{gap:9px}
  .app-name,.second-app-item .app-name{font-size:clamp(13px,1.8vw,15px)}
  .dock-wrap{width:min(100%,1280px);margin-inline:auto;padding-inline:5px}
  .dock{min-height:clamp(84px,10vw,98px);padding-inline:clamp(14px,2.3vw,24px)}
  .dock-icon{flex-basis:var(--app-size)}
  .second-home-page{width:min(100%,980px)}
  .second-top-widget{height:210px;flex-basis:210px}
  .second-content-row{height:230px}
  .second-content-row .second-app-grid,.second-content-row .second-music-card{height:230px}
  .second-memory-widget{height:310px;flex-basis:310px}
  .second-memory-gallery{padding-top:16px;padding-bottom:12px}
  .second-memory-placeholder{width:min(100%,220px);margin-inline:auto}
  .second-memory-meta{min-height:34px}
  .second-memory-meta b{font-size:clamp(8px,1.1vw,10px);min-height:24px}
  .second-memory-card small{font-size:clamp(7px,1vw,9px);min-height:30px}
}
@media (min-width:1000px){
  .profile-widget{height:min(430px,48dvh);min-height:360px;aspect-ratio:auto}
  .dock-wrap{width:min(100%,1280px)}
  .second-memory-widget{height:330px;flex-basis:330px}
  .second-memory-placeholder{width:min(100%,230px)}
}
@media (min-width:1000px) and (max-height:950px){
  .second-top-widget{height:180px;flex-basis:180px}
  .second-content-row{height:190px}
  .second-content-row .second-app-grid,.second-content-row .second-music-card{height:190px}
  .second-memory-widget{height:260px;flex-basis:260px}
  .second-memory-placeholder{width:min(100%,170px)}
}

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

html[data-desktop-theme="default"] .app-icon.has-theme-icon,html[data-desktop-theme="default"] .dock-icon.has-theme-icon,html[data-desktop-theme="frosted-glass"] .app-icon.has-theme-icon,html[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){:root{--page-pad: 15px;--section-gap: 20px;}.profile-widget{border-radius: 16px;}.profile-info{border-radius: 14px 14px 0 0;padding: 61px 16px 12px;}.profile-avatar{width: 102px;height: 102px;}.profile-name{font-size: 17px;}.profile-handle{font-size: 10px;}.profile-bio{font-size: 11px;margin-top: 10px;}.profile-location{font-size: 11px;margin-top: 9px;}.content-row{column-gap: 12px;}.app-grid{column-gap: 10px;row-gap: 10px;}.music-card{padding: 10px;border-radius: 16px;}.album{width: 58px;height: 58px;flex-basis: 58px;border-radius: 14px;}.music-icon{font-size: 20px;}}
