:root{--ink:#293c35;--muted:#7a877b;--paper:#fbfbf2;--orange:#ee784e;--line:#dbe0d2;--navy:#293d38;--serif:Georgia,'Times New Roman',serif;font-family:'Avenir Next',Avenir,'Segoe UI',sans-serif;color:var(--ink);font-synthesis:none;font-size:14px}
*{box-sizing:border-box}body{margin:0;overflow:hidden;background:#e6ecdf}button,a,input{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer;border:0;background:none;display:inline-flex;align-items:center;justify-content:center;gap:9px}button:focus-visible,a:focus-visible{outline:3px solid #c86443;outline-offset:5px}button:disabled{cursor:default;opacity:.45}button, a{touch-action:manipulation}button svg,i svg{width:20px;height:20px;display:block;flex-shrink:0}i{font-style:normal;display:inline-flex}button:hover{filter:brightness(.97)}[hidden]{display:none!important}#world{position:fixed;inset:0;touch-action:none}#world canvas{width:100%;height:100%;display:block;outline:none;transition:filter .3s}#loading{position:fixed;inset:0;z-index:40;background:#edf0e5;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;font-size:13px;letter-spacing:.03em;transition:opacity .6s}.loading-logo{color:var(--orange);font:bold 100px var(--serif)}#loading.done{opacity:0;pointer-events:none}
.topbar{position:fixed;top:0;left:0;right:0;height:108px;padding:0 40px;display:flex;align-items:center;gap:55px;z-index:4}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink);font-size:31px;font-weight:750;letter-spacing:-1.8px}.brand-light{font-weight:450}.brand sup{font-size:10px;letter-spacing:0;align-self:flex-start;vertical-align:super;position:relative;top:-6px;left:5px}.brand-symbol{font-family:var(--serif);font-size:63px;line-height:.8;color:var(--orange);transform:rotate(-13deg);font-weight:400;margin-right:3px}.world-title{border-left:1px solid #bccbbe;padding-left:28px;display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:500}.tiny{font-size:8px;letter-spacing:2px;color:#7b8878;font-weight:700}.world-title>span:last-child{display:flex;align-items:center;gap:8px}.sun-icon svg{width:15px;height:15px;color:#ae9451}.top-actions{margin-left:auto;display:flex;gap:12px;align-items:center}.round-button{width:43px;height:43px;border:1px solid #ffffff90;background:#f9faf0a6;border-radius:50%;backdrop-filter:blur(12px);transition:background .2s,transform .2s}.round-button:hover{background:#fffff6;transform:translateY(-1px)}.top-button{padding:12px 17px;border-radius:24px;background:#fcfcf1b0;backdrop-filter:blur(12px);font-size:12px;font-weight:600;border:1px solid #ffffff90}.top-button b{font-weight:500;min-width:18px;height:18px;padding:1px 4px;border-radius:50%;background:#e4e9dc;font-size:10px}
.intro{position:fixed;left:41px;top:153px;z-index:2;width:265px;pointer-events:none;transition:opacity .35s}.eyebrow{font-size:8px;font-weight:700;letter-spacing:1.8px;display:flex;gap:8px;align-items:center}.status-dot{display:inline-block;width:6px;height:6px;background:#658765;border-radius:50%;box-shadow:0 0 0 4px #68876912;flex-shrink:0}.intro h1{font:400 43px/1.14 var(--serif);letter-spacing:-1.8px;margin:19px 0 16px;color:#344e40}.intro h1 em{font-weight:400;color:#b76949}.intro>p{font-size:12px;line-height:1.8;color:#7a8574;margin:0 0 29px}.place-nav{display:flex;flex-direction:column;gap:10px;pointer-events:auto}.place{display:flex;justify-content:flex-start;gap:12px;text-align:left;padding:9px 11px 9px 0;border-radius:13px;transition:background .2s,transform .2s}.place:hover{background:#fffff550;transform:translateX(3px)}.place>span:nth-child(2){font-size:12px;font-weight:600}.place small{display:block;font-size:9px;color:#7d8877;font-weight:400;margin-top:3px}.place>i{margin-left:auto;opacity:0;transition:opacity .2s}.place:hover>i{opacity:1}.place>i svg{width:15px;height:15px}.place-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #ffffff70;box-shadow:0 3px 8px #60704606}.place-icon svg{width:20px;height:20px}.peach{background:#f4ded0;color:#bd8060}.lavender{background:#e0dded;color:#8d85a2}.yellow{background:#ece4bb;color:#a8964b}.blue{background:#d7e7df;color:#77a496}.active .place-icon{box-shadow:0 0 0 3px #ffffff70}.world-label{position:absolute;transform:translate(-50%,-100%);font-size:9px;font-weight:600;letter-spacing:.2px;background:#fffff4e0;padding:7px 10px;border-radius:7px;box-shadow:0 3px 9px #2b543518;white-space:nowrap;display:flex;gap:6px;align-items:center;pointer-events:none}.world-label:after{content:'';width:6px;height:6px;background:#fffff4;position:absolute;bottom:-3px;left:calc(50% - 3px);transform:rotate(45deg)}.world-label svg{height:13px;width:13px;color:#b49168}.world-label .number{color:#9bab94;font-size:8px}.world-labels{pointer-events:none}#world-labels{position:absolute;inset:0;pointer-events:none;overflow:hidden}.camera-tools{position:fixed;right:31px;top:41%;z-index:3;display:flex;flex-direction:column;align-items:center;gap:11px}.zoom-controls{border-radius:23px;background:#f9faf0b5;border:1px solid #ffffff90;display:flex;flex-direction:column;align-items:center;backdrop-filter:blur(12px)}.zoom-controls button{width:40px;height:40px;font-size:23px;font-weight:300}.zoom-controls span{width:15px;height:1px;background:#c9d3c2}.help-button{font:italic 20px var(--serif)}
.world-footer{position:fixed;left:40px;right:40px;bottom:183px;z-index:4;display:flex;align-items:center;justify-content:space-between;pointer-events:none;gap:20px}.world-footer button{pointer-events:auto}.controls-hint{display:flex;align-items:center;gap:9px;font-size:9px;color:#72816f}.controls-hint>span:first-child{display:flex;flex-direction:column;gap:2px;align-items:center}.three-keys{display:flex;gap:2px}.controls-hint>i{height:17px;width:1px;background:#becbb8;margin:0 8px}kbd{font:500 9px 'Avenir Next',sans-serif;min-width:17px;height:17px;border:1px solid #aebeaa;border-bottom-width:2px;background:#f4f7e852;border-radius:4px;display:inline-flex;align-items:center;justify-content:center}.wide-key{width:43px;height:22px}.mouse-hint svg{width:15px;height:23px}.quiet-button{background:#f5f7e9a6;border:1px solid #ffffff80;border-radius:23px;padding:11px 16px;font-size:11px;backdrop-filter:blur(12px)}.quiet-button svg{height:14px;width:14px}.context-area{position:absolute;left:55%;transform:translateX(-50%);display:flex;gap:8px;transition:opacity .2s}.context-area>button{background:#fbfcf1;border:1px solid #fff;box-shadow:0 6px 20px #23382d13;border-radius:12px;padding:13px 15px;font-size:12px;white-space:nowrap}.context-area>button>span:first-child{color:#c57f55}.context-area kbd{margin-left:10px;width:23px;height:23px;background:#eff1e5;border-color:#d6dece}.context-area>button:last-child{width:48px;padding:10px}
.time-ribbon{position:fixed;bottom:22px;left:25px;right:25px;background:var(--navy);border-radius:19px;padding:20px 25px 18px;color:#f0f0dc;z-index:6;box-shadow:0 10px 45px #334e361a}.ribbon-top{display:flex;align-items:center;gap:18px;margin-bottom:17px}.ribbon-title{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600}.ribbon-title>i{color:#b9c5aa}.ribbon-title svg{width:17px;height:17px}.record-badge{font-size:6px;letter-spacing:1.3px;color:#adb9a8;background:#ffffff07;padding:5px 7px;border:1px solid #ffffff0f;border-radius:4px;display:flex;align-items:center;gap:5px;margin-left:3px}.record-badge>span{width:4px;height:4px;background:#b4c596;border-radius:50%}#ribbon-message{font-family:var(--serif);font-style:italic;font-size:11px;color:#99a88f;margin-left:auto}#save-moment{font-size:10px;color:#d6dfc8;margin-left:16px}#save-moment svg{height:15px;width:15px}.ribbon-main{display:flex;align-items:center;gap:25px}.again-button{background:#ed855e;color:#243d32;border-radius:11px;height:63px;width:197px;flex-shrink:0;justify-content:flex-start;padding:11px 15px;box-shadow:inset 0 1px 0 #ffffff40;transition:background .2s}.again-button:hover{background:#f29771}.again-button>span:first-child svg{width:27px;height:27px}.again-button>span:nth-child(2){text-align:left;font-size:16px;font-weight:700;letter-spacing:-.3px}.again-button small{display:block;font-size:8px;font-weight:500;letter-spacing:0;margin-top:1px;color:#664e3a}.again-button kbd{margin-left:auto;background:#fcab822d;border-color:#9d643e66;font-size:8px}.timeline-section{flex:1;min-width:70px;padding-top:3px}.timeline{height:39px;position:relative;background:#213730;border:1px solid #ffffff06;border-radius:5px;touch-action:none}.timeline-ticks{position:absolute;inset:6px 4px;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.timeline-ticks span{height:7px;width:1px;background:#91a58125;flex-shrink:0}.timeline-ticks span:nth-child(5n){height:16px;background:#91a58155}.timeline-range{position:absolute;top:0;bottom:0;left:0;right:0;background:#91a87a16;border:1px solid #aabc9060;border-radius:4px}.timeline input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;z-index:2}.range-handle{position:absolute;top:-2px;bottom:-2px;width:10px;padding:0;background:#c1c9a7;border-radius:3px;z-index:4;cursor:ew-resize;touch-action:none;box-shadow:0 0 0 2px #253b32}.range-handle:before{content:'';position:absolute;inset:-8px}.range-handle span{width:2px;height:10px;background:#738264;border-radius:1px;pointer-events:none}.start-handle{left:0;transform:translateX(-50%)}.end-handle{left:100%;transform:translateX(-50%)}.playhead{position:absolute;top:-5px;bottom:-5px;width:2px;background:#ee8c64;left:100%;z-index:3;pointer-events:none}.playhead:before{content:'';position:absolute;top:-3px;left:-3px;width:8px;height:8px;background:#ee8c64;transform:rotate(45deg);border-radius:2px}.timeline-caption{display:flex;justify-content:space-between;margin-top:7px;font-size:7px;color:#a1b196;font-variant-numeric:tabular-nums;letter-spacing:.3px}#timeline-help{color:#91a489}.timeline-event{position:absolute;top:7px;z-index:1;color:#d9e0b9;transform:translateX(-50%);display:flex;padding:3px 5px;background:#4d6147;border-radius:4px;border:1px solid #bcc69f25}.timeline-event svg{height:17px;width:17px}.live-indicator{display:flex;align-items:center;gap:8px;font-size:7px;letter-spacing:1.1px;color:#b5c2a8;width:160px;justify-content:flex-end;white-space:nowrap}.live-indicator>.status-dot{width:5px;height:5px;background:#b2be8c}.live-indicator svg{width:24px;height:24px;color:#d4dbc3;margin-left:5px}.watch-controls{display:flex;gap:8px;align-items:center}.watch-controls .round-button{background:#4b5e4e;border-color:#8da37840;width:39px;height:39px;color:#f3f2d9}.watch-controls .round-button svg{height:15px;width:15px}#return-play{padding:12px;background:#e6ead4;color:#344b3a;border-radius:8px;white-space:nowrap;font-size:10px;font-weight:600}#return-play svg{width:15px;height:15px}.replay-bar{display:flex;align-items:center;justify-content:space-between;margin-top:15px;border-top:1px solid #ffffff0d;padding-top:12px;font-size:9px;color:#b2bea5;gap:15px}.replay-bar>span{display:flex;align-items:center;gap:6px}.replay-bar>span>i svg{height:13px;width:13px}.replay-bar b{color:#e8ecd6;font-weight:600}.camera-presets{display:flex;gap:5px}.camera-presets button{padding:6px 11px;font-size:9px;border-radius:5px;color:#b6c4ab}.camera-presets button.selected{background:#f2f4d917;color:#f3f1d7}.camera-presets svg{width:14px;height:14px}.replay-safety{font-size:8px;color:#98ad8c}.watching .intro{opacity:0;pointer-events:none}.watching .place-nav{pointer-events:none}.watching .world-footer{bottom:229px}.watching .controls-hint{opacity:0}.watching .context-area{display:none}.watching .record-badge{color:#e9bc91}.watching .record-badge>span{background:#ef976d}
#toast{position:fixed;z-index:25;top:105px;left:50%;transform:translate(-50%,-12px);opacity:0;pointer-events:none;color:#f8f8e8;background:#2d473beb;box-shadow:0 6px 20px #30442f14;border-radius:50px;padding:12px 22px;font-size:11px;transition:opacity .2s,transform .2s;text-align:center;max-width:75vw}#toast.visible{opacity:1;transform:translate(-50%,0)}.modal-backdrop{position:fixed;inset:0;background:#2b413456;backdrop-filter:blur(9px);z-index:20;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:#f8f8ef;box-shadow:0 35px 100px #183c3526;border:1px solid #ffffff90;position:relative;padding:36px;width:490px;border-radius:25px;max-height:90vh;overflow:auto;scrollbar-width:thin}.modal-close{position:absolute;right:20px;top:20px;width:31px;height:31px;border-radius:50%;background:#e9eddf}.modal-close svg{height:15px;width:15px}.modal-eyebrow{color:#a27654;letter-spacing:1.7px;font-size:8px;font-weight:700}.modal h2{font:400 33px/1.2 var(--serif);letter-spacing:-1px;margin:14px 0 10px}.modal-subtitle{font-size:11px;line-height:1.8;color:#8b9380;margin:0 0 24px}.settings-tabs{display:flex;gap:6px;background:#e9edde;padding:4px;border-radius:9px;margin-bottom:9px}.settings-tabs button{flex:1;font-size:11px;padding:9px;border-radius:6px;color:#7d8a71}.settings-tabs .selected{background:#fbfcf2;color:#3e5240;box-shadow:0 2px 7px #344f3520}.range-setting,.switch-setting{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:13px 0;border-bottom:1px solid #e4e7d9;font-size:11px;font-weight:500;cursor:pointer}.range-setting small,.switch-setting small{display:block;font-size:9px;font-weight:400;color:#8e967f;margin-top:3px;line-height:1.5}.range-setting input{width:106px;flex-shrink:0;accent-color:#c3815b;height:5px;cursor:pointer}.switch-setting input{position:absolute;opacity:0}.switch{position:relative;width:32px;height:19px;border-radius:20px;background:#ced6c3;flex-shrink:0;transition:background .2s}.switch:after{content:'';position:absolute;left:3px;top:3px;width:13px;height:13px;background:#fffef5;border-radius:50%;box-shadow:0 1px 3px #183c3530;transition:transform .2s}.switch-setting input:checked+.switch{background:#869c75}.switch-setting input:checked+.switch:after{transform:translateX(13px)}.switch-setting input:focus-visible+.switch{outline:2px solid #ba7955;outline-offset:3px}.primary-modal-button{display:flex;width:100%;margin-top:23px;background:#354d3f;color:#f5f3df;border-radius:11px;padding:15px;font-size:12px;gap:12px}.primary-modal-button svg{height:16px;width:16px}.sound-note{font-size:11px;line-height:1.7;color:#8a947d}.moments-modal{width:660px}#moments-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.moment-card{position:relative;border-radius:15px;background:#eff0e4;overflow:hidden;border:1px solid #e4e7d7}.moment-card>button:first-child{display:block;width:100%;padding:0;text-align:left}.moment-card img{display:block;width:100%;height:140px;object-fit:cover;background:#dbe6d7}.moment-info{padding:14px;display:flex;align-items:center;gap:9px}.moment-info strong{font-size:11px;font-weight:600}.moment-info small{display:block;font-size:9px;color:#8a957d;margin-top:3px}.moment-info>i{background:#dce2cc;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;margin-left:auto}.moment-info svg{width:12px;height:12px}.delete-moment{position:absolute;top:7px;right:7px;width:28px;height:28px;border-radius:50%;background:#fcfcf0cf;backdrop-filter:blur(6px)}.delete-moment svg{width:13px;height:13px}.empty-moments{grid-column:1/-1;text-align:center;padding:35px 20px;background:#eeefe3;border-radius:18px}.empty-moments>i{color:#c88969}.empty-moments>i svg{height:35px;width:35px}.empty-moments h3{font:22px var(--serif);margin:13px 0 9px}.empty-moments p{font-size:11px;line-height:1.8;color:#879078;margin:0}.storage-note{font-size:9px;color:#929b87;display:flex;align-items:center;gap:7px;margin:22px 0 0;line-height:1.6}.storage-note svg{height:12px;width:12px}.pause-modal{text-align:center;width:430px;padding:38px}.pause-art{font:90px/1.2 var(--serif);color:#b8cabc;text-shadow:0 8px 25px #6789690e;margin-bottom:15px}.pause-modal .modal-eyebrow{display:block}.text-button{font-size:10px;color:#8b987d;padding:17px 0 0}.text-button svg{height:14px;width:14px}.help-modal{width:660px}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px;margin:22px 0}.help-grid>div>i{background:#e6ebda;padding:12px;border-radius:13px;color:#819170}.help-grid h3{font-size:12px;margin:14px 0 8px}.help-grid p{font-size:11px;line-height:1.8;color:#88937c;margin:0}.touch-controls{display:none}
@media(min-width:1700px){.intro{top:180px;left:55px;width:285px}.intro h1{font-size:49px}.place-nav{gap:13px}.place{padding:12px 10px 12px 0}.place-icon{width:44px;height:44px}.place>span:nth-child(2){font-size:13px}.topbar{padding:0 55px}.time-ribbon{left:35px;right:35px;bottom:28px;padding:22px 28px}.world-footer{bottom:205px;left:55px;right:55px}}
@media(max-height:780px) and (min-width:901px){.topbar{height:83px}.intro{top:116px}.intro h1{font-size:34px;margin:14px 0 10px}.intro>p{margin-bottom:18px;font-size:11px}.place-nav{gap:3px}.place-icon{width:33px;height:33px;border-radius:10px}.place small{font-size:8px}.place>span:nth-child(2){font-size:11px}.time-ribbon{bottom:16px;padding:15px 21px}.ribbon-top{margin-bottom:12px}.again-button{height:56px}.world-footer{bottom:163px}.watching .world-footer{bottom:213px}}
@media(max-width:1100px){.topbar{padding:0 25px;gap:30px}.world-title{padding-left:20px}.intro{left:27px;width:225px}.intro h1{font-size:36px}.intro>p{font-size:11px}.place-icon{width:35px;height:35px}.place{gap:10px}.place>span:nth-child(2){font-size:11px}.place small{font-size:8px}.ribbon-main{gap:20px}.live-indicator{width:auto;font-size:6px}.live-indicator i{display:none}.again-button{width:172px}.world-footer{left:30px;right:30px}.controls-hint{gap:7px;font-size:8px}.replay-safety{display:none}}
@media(max-width:800px){.topbar{height:80px;padding:0 19px;gap:20px}.brand{font-size:27px}.brand-symbol{font-size:51px}.world-title{display:none}.top-actions{gap:8px}.round-button{width:37px;height:37px}.top-button{padding:10px 12px;font-size:10px}.top-button svg{width:17px;height:17px}.intro{top:110px;left:23px;width:210px}.intro h1{font-size:34px}.intro>p{font-size:10px;margin-bottom:17px}.place-nav{gap:5px}.place small{display:none}.place{padding:5px 10px 5px 0;gap:9px}.place>span:nth-child(2){font-size:10px}.place-icon{width:30px;height:30px;border-radius:9px}.place-icon svg{width:17px;height:17px}.place>i{display:none}.time-ribbon{left:12px;right:12px;bottom:12px;padding:15px 16px;border-radius:16px}.ribbon-top{margin-bottom:13px}.ribbon-title{font-size:11px;gap:6px}.record-badge{font-size:5px;letter-spacing:.8px}#ribbon-message{display:none}#save-moment{margin-left:auto;font-size:9px;gap:5px}.again-button{width:133px;height:56px;padding:10px;gap:9px}.again-button>span:first-child svg{width:22px;height:22px}.again-button>span:nth-child(2){font-size:15px}.again-button small{font-size:7px}.again-button kbd{display:none}.ribbon-main{gap:17px}.live-indicator{display:none}#timeline-help{font-size:6px;max-width:70%;text-align:center;line-height:1.5}.timeline-caption{font-size:6px}.camera-tools{right:18px;top:35%}.zoom-controls button{width:34px;height:35px}.world-footer{bottom:161px;left:20px;right:20px}.controls-hint{display:none}.context-area{left:50%;bottom:0}.quiet-button{margin-left:auto;padding:10px;border-radius:50%;width:36px;height:36px}.quiet-button span{display:none}.context-area>button{font-size:10px;padding:10px}.context-area>button kbd{display:none}.context-area>button:last-child{width:36px}.watching .world-footer{bottom:208px}.watch-controls{gap:6px}#return-play{font-size:9px;padding:10px}#return-play i{display:none}.watch-controls .round-button{width:32px;height:32px}.replay-bar{gap:8px}.camera-presets{gap:0}.camera-presets button{font-size:8px;padding:7px}.camera-presets button svg{display:none}.replay-bar>span{font-size:8px}.modal{padding:29px;max-height:90dvh}.modal h2{font-size:29px}}
@media(max-width:540px){.brand{font-size:25px}.top-actions .top-button>span{display:none}.top-button{padding:9px 10px}.intro{top:94px}.intro .eyebrow{font-size:6px}.intro h1{font-size:29px;margin:12px 0}.intro>p{display:none}.place-nav{margin-top:20px;gap:7px}.place{background:#f4f7e180;border:1px solid #fff4;width:36px;padding:0;backdrop-filter:blur(8px)}.place>span:nth-child(2){display:none}.place-icon{width:34px;height:34px;background:none!important}.active .place-icon{box-shadow:none}.place:hover{background:#fffff4}.camera-tools{top:30%;right:14px}.again-button{width:104px;gap:7px;padding:9px}.again-button small{font-size:6px}.again-button>span:nth-child(2){font-size:13px}.again-button>span:first-child svg{width:21px;height:21px}.ribbon-title>.record-badge{display:none}.ribbon-main{gap:14px}.time-ribbon{padding:14px}.timeline-caption{font-size:6px}#timeline-help{font-size:0}#timeline-help:after{content:'Touch to explore time';font-size:6px}.watching .again-button{width:43px}.watching .again-button>span:nth-child(2){display:none}#return-play{max-width:67px;font-size:8px;line-height:1.4}.watching .timeline-caption>span:nth-child(2){display:none}.replay-bar>span{font-size:7px;gap:4px}.camera-presets button{padding:7px 5px;font-size:7px}.world-footer{bottom:158px}.touch-controls{position:fixed;bottom:212px;left:17px;right:17px;display:flex;align-items:flex-end;justify-content:space-between;pointer-events:none;z-index:5}.touch-controls button{pointer-events:auto;width:37px;height:37px;background:#f9f9ebad;border:1px solid #fff8;border-radius:12px;backdrop-filter:blur(9px);touch-action:none;user-select:none;font-size:18px}.dpad{display:grid;grid-template-columns:repeat(3,37px);gap:4px}.dpad>button:first-child{grid-column:2}.dpad>button:nth-child(2){grid-row:2;grid-column:1}.dpad>button:nth-child(3){grid-row:2;grid-column:2}.dpad>button:nth-child(4){grid-row:2;grid-column:3}#touch-jump{width:48px;height:48px;border-radius:50%;background:#eaa07dd9}.watching .touch-controls{display:none}#moments-grid{grid-template-columns:1fr}.moment-card img{height:170px}.help-grid{gap:17px}.help-grid p{font-size:10px}.range-setting,.switch-setting{gap:12px}.range-setting input{width:85px}.modal{padding:27px 23px}}
@media(pointer:coarse) and (min-width:541px){.touch-controls{position:fixed;bottom:214px;left:25px;right:25px;display:flex;align-items:flex-end;justify-content:space-between;pointer-events:none;z-index:5}.touch-controls button{pointer-events:auto;width:41px;height:41px;background:#f9f9eba9;border:1px solid #fff8;border-radius:12px;backdrop-filter:blur(9px);touch-action:none;user-select:none;font-size:18px}.dpad{display:grid;grid-template-columns:repeat(3,41px);gap:4px}.dpad>button:first-child{grid-column:2}.dpad>button:nth-child(2){grid-row:2;grid-column:1}.dpad>button:nth-child(3){grid-row:2;grid-column:2}.dpad>button:nth-child(4){grid-row:2;grid-column:3}.watching .touch-controls{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media(max-height:650px) and (min-width:801px){.topbar{height:76px}.intro{top:107px;width:210px}.intro h1{font-size:28px;letter-spacing:-1px;margin:13px 0 12px}.intro>p{font-size:9px;line-height:1.6;margin-bottom:17px}.place-nav{gap:5px}.place{padding:4px 5px 4px 0}.place-icon{width:28px;height:28px;border-radius:9px}.place-icon svg{width:15px;height:15px}.place>span:nth-child(2){font-size:9px}.place small{display:none}.eyebrow{font-size:6px;letter-spacing:1.2px}.controls-hint{display:none}.world-footer{bottom:160px}.time-ribbon{padding:15px 20px}.camera-tools{top:39%}.world-label{font-size:8px;padding:6px 8px}.world-title{font-size:10px}.intro h1 em{white-space:nowrap}}
@media(min-width:801px) and (max-width:1100px) and (min-height:651px){.intro h1{font-size:32px}.intro{width:245px}}
@media(max-width:800px) and (max-height:650px){.intro{top:90px;width:190px}.intro h1{font-size:26px;letter-spacing:-.8px;margin:12px 0 14px}.intro>p{display:none}.place-nav{gap:4px}.place{padding:4px 6px 4px 0}.place-icon{width:27px;height:27px}.place>span:nth-child(2){font-size:9px}.camera-tools{top:24%}.touch-controls{bottom:181px}.world-footer{bottom:149px}.time-ribbon{bottom:10px;padding:12px}.ribbon-top{margin-bottom:10px}.again-button{height:51px}.help-button{display:none}}
@media(max-width:540px) and (min-height:651px){.place{width:42px}.place-icon{width:40px;height:40px}.touch-controls button{width:44px;height:44px}.dpad{grid-template-columns:repeat(3,44px)}#touch-jump{width:52px;height:52px}.range-handle{width:14px}.context-area>button{min-height:44px}}
.travel-button{background:#e8b696;color:#554f3b;border:1px solid #fff7;border-radius:24px;padding:12px 17px;font-size:11px;font-weight:650;white-space:nowrap;box-shadow:0 3px 12px #9c856713}.travel-button svg{width:18px;height:18px}.world-title{min-width:0}.world-title>span:last-child{white-space:nowrap}.topbar{gap:30px}.top-actions{gap:10px}
.lands-modal{width:865px;padding:32px;max-height:92dvh}.lands-modal h2{font-size:36px;margin-top:11px}.lands-modal .modal-subtitle{margin-bottom:20px}#lands-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.land-card{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;overflow:hidden;border:1px solid #dedfce;border-radius:15px;background:#f0f1e6;text-align:left;transition:transform .2s,border-color .2s;position:relative}.land-card:hover{transform:translateY(-3px);border-color:#baad8c}.land-card.selected{box-shadow:0 0 0 2px #91a784;border-color:#91a784}.land-card .land-art{height:120px;overflow:hidden;display:block}.land-card .land-art svg{width:100%;height:100%;display:block}.land-card-info{display:block;padding:13px 14px 14px}.land-card-name{font-size:13px;font-weight:650;display:flex;align-items:center;justify-content:space-between;gap:8px}.land-card-name svg{width:15px;height:15px;color:#9b9479}.land-card small{display:block;font-size:9px;line-height:1.7;color:#8b917c;margin:5px 0 7px;font-weight:400}.land-card .land-tag{display:block;font-size:5.8px;letter-spacing:.9px;color:#9b997c;line-height:1.5}.land-card[data-home]{grid-column:1/-1;flex-direction:row;align-items:center;min-height:74px}.land-card[data-home] .land-art{height:82px;width:170px;flex-shrink:0}.land-card[data-home] .land-card-info{flex:1;display:block}.land-card[data-home] small{margin:3px 0 0}.land-card[data-home] .land-tag{display:none}.land-here{position:absolute;right:8px;top:8px;font-size:7px;color:#557049;background:#fffdefdc;padding:5px 8px;border-radius:14px}.map-note{display:flex;gap:8px;align-items:center;font-size:9px;color:#949d86;margin:17px 0 0}.map-note svg{height:14px;width:14px}.context-area>button.has-label{width:auto;padding:12px 14px;gap:7px;font-size:10px}.context-area>button.has-label svg{width:17px;height:17px}.context-area>button.has-label>span{color:#6d7f61;font-size:10px}.world-label{max-width:180px}body:not([data-land="town"]) .place-nav{max-height:calc(100dvh - 471px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#b5bca1 transparent;padding:3px 4px 3px 0}body:not([data-land="town"]) .intro h1{font-size:38px;letter-spacing:-1.5px}body:not([data-land="town"]) .intro>p{font-size:11px;margin-bottom:21px}.place-nav .place-icon{flex-shrink:0}.place-nav .place>span:nth-child(2){flex:1}
@media(max-width:1150px){.topbar{gap:20px}.world-title{padding-left:18px;font-size:10px}.top-actions{gap:8px}.travel-button{padding:11px 13px;font-size:10px}body:not([data-land="town"]) .intro h1{font-size:32px}body:not([data-land="town"]) .intro>p{font-size:10px}}
@media(max-height:780px) and (min-width:801px){body:not([data-land="town"]) .place-nav{max-height:calc(100dvh - 417px)}body:not([data-land="town"]) .intro h1{font-size:30px}body:not([data-land="town"]) .intro>p{font-size:10px}.lands-modal{padding:27px}.lands-modal h2{font-size:30px}.land-card .land-art{height:96px}.land-card-info{padding:10px 12px}.land-card small{font-size:8px}}
@media(max-height:650px) and (min-width:801px){body:not([data-land="town"]) .intro h1{font-size:27px}body:not([data-land="town"]) .intro>p{font-size:9px;line-height:1.6;margin-bottom:14px}body:not([data-land="town"]) .place-nav{max-height:calc(100dvh - 392px)}}
@media(max-width:800px){.travel-button{height:37px;width:37px;padding:0;border-radius:50%}.travel-button>span{display:none}.lands-modal{padding:25px}.lands-modal h2{font-size:29px}#lands-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.land-card .land-art{height:105px}.land-card-info{padding:10px 11px}.land-card small{font-size:8px}.land-card .land-tag{font-size:5px}.context-area>button.has-label{font-size:9px;padding:10px}.context-area>button.has-label>span{font-size:9px}body:not([data-land="town"]) .place-nav{max-height:calc(100dvh - 480px)}}
@media(max-width:540px){.topbar{gap:10px;padding:0 17px}.top-actions{gap:7px}.brand{font-size:23px;gap:5px}.brand-symbol{font-size:48px}.top-button #favorite-count{display:none}.top-button{width:37px;height:37px;padding:0}.lands-modal{padding:25px 19px;max-height:94dvh}.lands-modal h2{font-size:29px;margin:12px 0 10px}.lands-modal .modal-subtitle{font-size:10px;line-height:1.6;margin-bottom:16px}.lands-modal .modal-eyebrow{font-size:6px;letter-spacing:1.15px}.land-card .land-art{height:90px}.land-card-name{font-size:11px}.land-card-name svg{width:12px;height:12px}.land-card small{display:none}.land-card .land-tag{font-size:4.5px;letter-spacing:.4px;margin-top:6px}.land-card[data-home] .land-art{width:104px;height:66px}.land-card[data-home]{min-height:64px}.land-here{font-size:6px;padding:4px 6px}.map-note{font-size:7px;line-height:1.6;align-items:flex-start}body:not([data-land="town"]) .intro h1{font-size:29px}body:not([data-land="town"]) .place-nav{max-height:calc(100dvh - 480px);width:49px;gap:5px;margin-top:14px;overflow-x:hidden}body:not([data-land="town"]) .place{padding:0}.context-area{left:50%;gap:5px}.context-area>button.has-label{padding:10px 8px}.context-area>button.has-label>span{font-size:8px}.context-area>button.has-label svg{width:15px;height:15px}}
@media(min-width:801px){body:not([data-land="town"]) .place-nav{max-height:max(130px,calc(100dvh - 535px));gap:6px}body:not([data-land="town"]) .place{padding-top:6px;padding-bottom:6px}body:not([data-land="town"]) .place-icon{width:36px;height:36px}body:not([data-land="town"]) .controls-hint{display:none}}
@media(max-height:650px) and (min-width:801px){body:not([data-land="town"]) .place-nav{max-height:max(110px,calc(100dvh - 398px));gap:3px}body:not([data-land="town"]) .place-icon{width:28px;height:28px}body:not([data-land="town"]) .place{padding-top:3px;padding-bottom:3px}}
body:not([data-land="town"]) .quiet-button{margin-left:auto}
/* Familiar faces, little conversations, and things to put back together. */
.friends-bar{position:fixed;right:33px;top:99px;z-index:4;display:flex;gap:8px;align-items:center}.friend-button,.workshop-button{display:flex;gap:8px;padding:6px 12px 6px 6px;border:1px solid #fff9;background:#fbf8eddf;backdrop-filter:blur(12px);border-radius:25px;box-shadow:0 5px 18px #53634e0b}.friend-portrait{width:34px;height:34px;border-radius:50%;overflow:hidden;display:block;flex-shrink:0}.friend-portrait svg{width:100%;height:100%}.friend-button>span:nth-child(2),.workshop-button>span{text-align:left;font-size:11px;font-weight:650}.friend-button small,.workshop-button small{display:block;font-size:7px;font-weight:450;color:#89937d;margin-top:2px}.friend-button>i svg{width:14px;height:14px;color:#a5ac91}.workshop-button{padding:10px 13px;background:#f1dfbce8}.workshop-button>i svg{width:23px;height:23px;color:#a98855}.friend-button:hover,.workshop-button:hover{transform:translateY(-2px);background:#fff9eb}.friend-label{border:1px solid #dce4d2;color:#556b58;max-width:190px;font-size:8px}.friend-label.speaking{white-space:normal;line-height:1.5;max-width:220px;padding:9px 11px;background:#fff9e9f2;align-items:flex-start}.friend-label.speaking span{min-width:125px}.friend-label.speaking svg{flex-shrink:0;margin-top:2px;color:#aa7c9a}
.conversation{position:fixed;z-index:8;right:91px;bottom:187px;width:335px;padding:22px;background:#fbfaefeF;border:1px solid #fff;border-radius:22px;box-shadow:0 15px 60px #344b3925;backdrop-filter:blur(20px)}.conversation-close{position:absolute;top:13px;right:13px;width:27px;height:27px;border-radius:50%;background:#eeefe3}.conversation-close svg{width:13px;height:13px}.conversation-heading{display:flex;gap:12px;align-items:center}.conversation-heading>span{height:55px;width:55px;border-radius:50%;overflow:hidden}.conversation-heading svg{width:100%;height:100%}.conversation-eyebrow{font-size:5.5px;letter-spacing:1.4px;color:#a48f78}.conversation h2{font:28px/1.05 var(--serif);margin:4px 0 5px}.conversation-heading small{font-size:8px;color:#909880}.conversation>p{font:15px/1.6 var(--serif);color:#52634d;min-height:65px;margin:18px 0}.dialogue-options{display:flex;flex-direction:column;gap:5px}.dialogue-options>button{padding:8px 10px;background:#ebeede80;border:1px solid #e4e7d7;border-radius:8px;font-size:9px;justify-content:space-between;text-align:left}.dialogue-options svg{height:12px;width:12px;color:#899676}.dialogue-options>button:hover{background:#e6ebd7}.dialogue-actions{display:flex;gap:7px;margin-top:13px}.dialogue-actions>button{border-radius:10px;padding:10px 12px;font-size:9px;background:#d5e0c4;flex:1}.dialogue-actions>button:last-child{background:#edd2ad}.workshop-modal{width:760px}.workshop-modal h2{font-size:39px;line-height:1.12}.workshop-modal .modal-subtitle{font-size:11px}#workshop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:24px}.workshop-card{display:flex;align-items:stretch;flex-direction:column;padding:0 0 17px;background:#f0efdf;border:1px solid #e2e2ce;border-radius:16px;overflow:hidden;text-align:left;gap:0}.workshop-drawing{display:block;height:125px;position:relative;background:radial-gradient(ellipse at 50% 80%,#cbd4b6 0,transparent 60%),#e5e9d5;overflow:hidden}.workshop-drawing>svg{position:absolute;right:12px;top:12px;width:21px;height:21px;color:#b19364}.workshop-drawing>i{position:absolute;width:42px;height:42px;border-radius:5px;transform:rotate(-15deg) skewY(10deg);box-shadow:5px 5px 0 #6f7b6440}.block-one{background:#cd997f;left:calc(50% - 43px);bottom:22px}.block-two{background:#94b3a1;left:calc(50% + 5px);bottom:25px}.block-three{background:#ceb270;left:calc(50% - 17px);bottom:62px}.workshop-drawing.fence>i,.workshop-drawing.bench>i{height:65px;width:15px;transform:none;bottom:22px}.workshop-drawing.birdhouse .block-three{border-radius:3px;transform:rotate(45deg);bottom:63px}.workshop-drawing.castle>i{background:#edf2ec;border-radius:9px 9px 2px 2px}.workshop-card-name{text-transform:capitalize;font:20px var(--serif);padding:14px 15px 4px;color:#526347}.workshop-card>small{font-size:8px;color:#959b83;padding:0 15px}.workshop-go{font-size:9px;padding:14px 15px 0;display:flex;justify-content:space-between;color:#7b885e}.workshop-go svg{width:13px;height:13px}.workshop-note{font-size:10px;color:#919b7f;display:flex;gap:8px;line-height:1.7;margin:20px 0 0}.workshop-note svg{width:20px;height:20px;flex-shrink:0}
@media(max-height:700px) and (min-width:801px){.friends-bar{top:83px}.friend-button small,.workshop-button small{display:none}.friend-button{padding:4px 10px 4px 4px}.friend-portrait{width:27px;height:27px}.workshop-button{padding:8px 11px}.workshop-button>i svg{width:19px;height:19px}.conversation{bottom:155px;right:79px;padding:18px;width:310px}.conversation>p{font-size:13px;min-height:45px;margin:11px 0}.conversation-heading>span{width:43px;height:43px}.conversation h2{font-size:24px}.dialogue-options>button{padding:6px 9px}.dialogue-actions{margin-top:9px}}
@media(max-width:800px){.friends-bar{right:19px;top:87px}.friend-button small,.workshop-button small,.friend-button>i{display:none}.friend-button{gap:5px;padding:5px 9px 5px 5px}.friend-portrait{height:29px;width:29px}.workshop-button{padding:9px}.workshop-button>span{font-size:9px}.workshop-button>i svg{width:19px;height:19px}.conversation{right:62px;bottom:165px;width:310px}.friend-label.speaking{max-width:150px;font-size:8px}.friend-label.speaking span{min-width:90px}}
@media(max-width:540px){.friends-bar{right:15px;top:90px;flex-direction:column;align-items:stretch;gap:6px}.friend-button{padding:4px 8px 4px 4px;gap:5px;min-height:35px}.friend-button>span:nth-child(2){font-size:9px}.friend-portrait{width:28px;height:28px}.workshop-button{padding:9px 7px;gap:4px;border-radius:14px}.workshop-button>span{font-size:8px}.workshop-button>i svg{width:15px;height:15px}.camera-tools{top:35%}.conversation{left:18px;right:18px;bottom:150px;width:auto;padding:19px;max-height:calc(100dvh - 235px);overflow-y:auto}.conversation>p{font-size:14px;min-height:50px;margin:14px 0}.dialogue-options>button{min-height:34px}.dialogue-actions>button{min-height:40px}.conversation-heading>span{width:47px;height:47px}.conversation-heading small{font-size:8px}.workshop-modal{padding:29px 21px}.workshop-modal h2{font-size:32px}#workshop-grid{grid-template-columns:1fr;gap:10px;margin-top:15px}.workshop-card{display:grid;grid-template-columns:90px 1fr;padding:0;align-items:center}.workshop-drawing{grid-row:1/4;height:104px}.workshop-drawing>i{scale:.7}.workshop-drawing .block-one{left:8px;bottom:16px}.workshop-drawing .block-two{left:44px;bottom:17px}.workshop-drawing .block-three{left:26px;bottom:44px}.workshop-drawing>svg{width:15px;right:7px;top:7px}.workshop-card-name{font-size:19px;padding:14px 12px 0}.workshop-card>small{font-size:8px;padding:0 12px}.workshop-go{padding:0 12px 12px;font-size:8px}.workshop-note{font-size:9px}.friend-label{font-size:7px;max-width:135px}.friend-label.speaking{max-width:155px}.friend-label.speaking span{min-width:90px}}
@media(max-height:650px) and (max-width:800px){.friends-bar{top:81px;flex-direction:row}.friend-button>span:nth-child(2),.workshop-button>span{display:none}.friend-button{padding:3px}.workshop-button{padding:7px}.conversation{top:81px;bottom:149px;max-height:none;overflow:auto}.conversation-heading>span{width:32px;height:32px}.conversation-heading small,.conversation-eyebrow{display:none}.conversation h2{font-size:22px}.conversation>p{font-size:12px;min-height:0}.dialogue-options>button{min-height:28px}.dialogue-actions>button{min-height:33px}}

.quiet-button{margin-left:auto}

/* A quieter scene and a touch layout shared by phones and tablets. */
html,body{width:100%;height:100%;overscroll-behavior:none}
#places-toggle{display:none}
#world-labels .world-label{font-size:12px;line-height:1.45;max-width:215px;white-space:normal;padding:9px 12px}
#world-labels .friend-label.speaking{max-width:215px;font-size:12px}
#toast{top:auto;bottom:175px;max-width:min(440px,80vw);border-radius:12px;font-size:12px}
.modal{overscroll-behavior:contain;max-height:calc(100dvh - 40px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}
.modal-close,.conversation-close{min-width:44px;min-height:44px}
.range-setting input{height:32px}
.conversation-close{right:7px;top:7px}
.conversation-heading{padding-right:20px}
body.compact{--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px)}
.compact .topbar{height:calc(70px + var(--safe-top));padding:var(--safe-top) max(12px,env(safe-area-inset-right)) 0 max(12px,env(safe-area-inset-left));gap:10px}
.compact .brand{font-size:24px;gap:5px;letter-spacing:-1.3px;min-height:44px}
.compact .brand-symbol{font-size:45px}.compact .brand sup{display:none}
.compact .world-title,.compact .top-button>span,.compact .travel-button>span,.compact #favorite-count{display:none}
.compact .top-actions{gap:6px}.compact .round-button,.compact .top-button,.compact .travel-button{min-width:44px;width:44px;min-height:44px;height:44px;padding:0}
.compact .friends-bar{top:calc(76px + var(--safe-top));right:max(12px,env(safe-area-inset-right));left:max(12px,env(safe-area-inset-left));flex-direction:row;gap:6px;align-items:center;justify-content:flex-end}
.compact #places-toggle{display:flex;margin-right:auto;min-height:44px;padding:0 12px;background:#faf9eef2;border:1px solid #fff9;border-radius:24px;font-size:11px}
.compact .friend-button{min-height:44px;padding:5px 9px 5px 5px;gap:5px}
.compact .friend-button>span:nth-child(2){font-size:11px;display:block}
.compact .friend-portrait{width:30px;height:30px}
.compact .friend-button small,.compact .friend-button>i,.compact .workshop-button small{display:none}
.compact .workshop-button{min-height:44px;padding:0 10px;gap:5px}
.compact .workshop-button>span{font-size:10px;display:block}.compact .workshop-button>i svg{width:19px;height:19px}
.compact .intro{display:none;top:calc(130px + var(--safe-top));left:max(12px,env(safe-area-inset-left));width:235px;padding:10px;background:#fbfaf1f5;border:1px solid #fff;border-radius:17px;z-index:7;pointer-events:auto;box-shadow:0 12px 40px #32483c20}
.compact.places-open .intro{display:block}
.compact .intro h1,.compact .intro>p,.compact .intro>.eyebrow{display:none}
body.compact .intro .place-nav{width:100%;margin:0;max-height:calc(100dvh - 290px - var(--safe-top));gap:4px;overflow:auto;padding:0}
body.compact .intro .place{width:100%;min-height:48px;padding:5px;gap:9px}
body.compact .intro .place-icon{width:36px;height:36px}
body.compact .intro .place>span:nth-child(2){display:block;font-size:12px}
.compact .place small{display:none}
.compact .camera-tools{top:calc(140px + var(--safe-top));right:max(12px,env(safe-area-inset-right));gap:8px}
.compact .zoom-controls button{width:44px;height:44px}
.compact .help-button{display:flex}
.compact .time-ribbon{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:calc(10px + var(--safe-bottom));padding:10px 14px;border-radius:16px}
.compact .ribbon-top{margin-bottom:8px;min-height:28px;gap:8px}.compact .ribbon-title{font-size:11px}
.compact .record-badge,.compact #ribbon-message,.compact #timeline-help,.compact .live-indicator,.compact .controls-hint{display:none}
.compact #save-moment{margin-left:auto;font-size:11px;min-height:32px;padding:0}
.compact .ribbon-main{gap:14px}.compact .again-button{width:100px;height:52px;padding:10px;gap:6px}
.compact .again-button>span:nth-child(2){font-size:15px}.compact .again-button small{font-size:7px}.compact .again-button kbd{display:none}
.compact .timeline{height:38px}.compact .timeline-caption{font-size:9px;margin-top:5px}
.compact .range-handle{width:16px}.compact .range-handle:before{inset:-4px -10px}
.compact .watch-controls{gap:6px}.compact .watch-controls .round-button{width:44px;min-width:44px;height:44px}
.compact #return-play{font-size:11px;min-height:44px;padding:8px;max-width:80px;white-space:normal}
.compact .replay-bar{margin-top:8px;padding-top:8px;gap:4px}.compact .replay-bar>span{font-size:9px}
.compact .replay-safety{display:none}.compact .camera-presets{gap:2px}.compact .camera-presets button{min-height:44px;font-size:10px;padding:5px 8px}.compact .camera-presets svg{display:none}
.compact .world-footer,.compact.watching .world-footer{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:calc(250px + var(--safe-bottom))}
.compact .context-area{bottom:0;left:50%;max-width:calc(100vw - 24px);gap:6px}
.compact .context-area>button,.compact .context-area>button.has-label{min-height:48px;padding:10px 13px;font-size:12px;width:auto;white-space:normal;flex-shrink:0}
.compact .context-area>button.has-label>span{font-size:11px}.compact .context-area kbd{display:none}
.compact .quiet-button{position:fixed;right:max(12px,env(safe-area-inset-right));bottom:calc(207px + var(--safe-bottom));min-height:44px;min-width:44px;padding:0;border-radius:50%}
.compact .quiet-button span{display:none}
.compact .touch-controls{position:fixed;z-index:5;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:calc(139px + var(--safe-bottom));display:none;align-items:flex-end;justify-content:space-between;pointer-events:none}
.compact.touch .touch-controls{display:flex}
.compact .touch-controls button{width:48px;height:48px;border-radius:15px;background:#fafbefda;border:1px solid #fff;box-shadow:0 3px 10px #36473713;pointer-events:auto;touch-action:none;font-size:21px;user-select:none;-webkit-user-select:none}
.compact .touch-controls button:active{background:#ddbea0;transform:scale(.96)}
.compact .dpad{display:grid;grid-template-columns:repeat(3,48px);gap:5px}
.compact .dpad [data-move="w"]{grid-column:2}.compact .dpad [data-move="a"]{grid-column:1;grid-row:2}.compact .dpad [data-move="s"]{grid-column:2;grid-row:2}.compact .dpad [data-move="d"]{grid-column:3;grid-row:2}
.compact #touch-jump{height:56px;width:56px;border-radius:50%;background:#eac19ce8}
.compact.watching .touch-controls{display:none}
.compact #toast{bottom:calc(302px + var(--safe-bottom));top:auto;font-size:12px;max-width:calc(100vw - 36px);width:max-content;padding:11px 15px}
.compact .conversation{left:12px;right:12px;top:auto;bottom:calc(250px + var(--safe-bottom));width:min(355px,calc(100vw - 24px));max-height:calc(100dvh - 390px - var(--safe-top));padding:16px;overflow:auto;z-index:8}
.compact .conversation>p{font-size:15px;min-height:0;margin:12px 0}.compact .conversation h2{font-size:25px}.compact .conversation-heading>span{height:44px;width:44px}.compact .conversation-heading small{font-size:10px}.compact .conversation-eyebrow{display:none}
.compact .dialogue-options>button,.compact .dialogue-actions>button{min-height:44px;font-size:12px;padding:8px 10px}
.compact .modal{padding:28px 22px;max-height:calc(100dvh - 24px - var(--safe-top) - var(--safe-bottom));font-size:14px}
.compact .modal h2{padding-right:25px}.compact .modal-close{right:9px;top:9px}
.compact .modal-subtitle,.compact .help-grid p,.compact .sound-note{font-size:13px;color:#68725e}
.compact .help-grid h3{font-size:15px}.compact .switch-setting,.compact .range-setting{font-size:13px;min-height:58px;gap:14px}
.compact .range-setting small,.compact .switch-setting small{font-size:11px;color:#6e785f}.compact .settings-tabs button,.compact .primary-modal-button{min-height:44px;font-size:13px}
.compact .land-tag{font-size:8px!important}.compact .land-card-name{font-size:14px}.compact .map-note{font-size:11px}.compact .modal-eyebrow{font-size:8px;letter-spacing:1px}
@media(min-width:600px){.compact .friends-bar{left:auto;width:auto;gap:10px}.compact #places-toggle{margin-right:12px}.compact .world-footer{bottom:calc(165px + var(--safe-bottom))}.compact .context-area{max-width:calc(100vw - 420px)}.compact .conversation{left:auto;right:80px;bottom:calc(245px + var(--safe-bottom));max-height:calc(100dvh - 380px - var(--safe-top))}.compact .again-button{width:130px}.compact .ribbon-title{font-size:13px}.compact .time-ribbon{padding:12px 18px}.compact .touch-controls{bottom:calc(150px + var(--safe-bottom))}.compact .quiet-button{bottom:calc(218px + var(--safe-bottom))}.compact #toast{bottom:calc(245px + var(--safe-bottom))}}
@media(max-height:550px){.compact .topbar{height:calc(58px + var(--safe-top))}.compact .friends-bar{top:calc(63px + var(--safe-top));left:auto;right:max(12px,env(safe-area-inset-right))}.compact .camera-tools{display:none}.compact .intro{top:calc(113px + var(--safe-top))}.compact .time-ribbon{padding:8px 12px;bottom:calc(8px + var(--safe-bottom))}.compact .ribbon-top{display:none}.compact .again-button{height:48px}.compact .timeline-caption{display:none}.compact .touch-controls{bottom:calc(86px + var(--safe-bottom))}.compact .quiet-button{bottom:calc(154px + var(--safe-bottom))}.compact .world-footer{bottom:calc(95px + var(--safe-bottom))}.compact #toast{bottom:calc(155px + var(--safe-bottom))}.compact .conversation{left:180px;right:80px;bottom:calc(84px + var(--safe-bottom));top:calc(65px + var(--safe-top));max-height:none;width:auto;padding:14px}.compact .conversation-heading{display:none}.compact .conversation>p{font-size:13px;margin:0 30px 8px 0}.compact .dialogue-options{display:grid;grid-template-columns:repeat(3,1fr)}.compact .dialogue-options>button{font-size:11px}.compact .dialogue-options svg{display:none}.compact .dialogue-actions{margin-top:6px}.compact .replay-bar{margin-top:4px;padding-top:4px}.compact .camera-presets button{min-height:44px}.compact .intro .place-nav{max-height:calc(100dvh - 220px)!important}}
@media(max-width:365px){.compact .brand{font-size:19px}.compact .brand-symbol{font-size:36px}.compact .topbar{gap:4px}.compact .top-actions{gap:3px}.compact #places-toggle{padding:0 8px}.compact #places-toggle i{display:none}.compact .friend-button{padding-right:7px}.compact .workshop-button>i{display:none}.compact .context-area>button{padding:8px}.compact .camera-presets button{font-size:9px;padding:4px}.compact #save-moment span{font-size:10px}}
.compact.watching .again-button{width:48px;min-width:48px;justify-content:center}
.compact.watching .again-button>span:nth-child(2){display:none}
.compact .camera-presets button{white-space:nowrap}
@media(min-height:551px) and (max-height:650px){.compact .camera-tools .help-button{display:none}}
@media(max-height:550px){.compact .conversation{top:calc(113px + var(--safe-top))}}

/* The instrument stays within thumb reach, above movement and the Time Ribbon. */
body{--music-bottom:184px;--music-height:148px}
.music-panel{position:fixed;z-index:7;left:50%;bottom:var(--music-bottom);transform:translateX(-50%);width:min(560px,calc(100vw - 32px));padding:12px;background:#fcfbf1f5;border:1px solid #fff;border-radius:20px;box-shadow:0 12px 35px #33483e22;backdrop-filter:blur(12px)}
.instrument-heading{display:flex;align-items:center;gap:9px;min-height:44px;margin-bottom:7px}.instrument-heading>#instrument-icon{width:35px;height:35px;border-radius:11px;background:#e1e5d4;display:grid;place-items:center}.instrument-heading>strong{font:22px var(--serif);margin-right:auto}.instrument-heading button{min-height:44px;border-radius:12px;font-size:12px;padding:8px 12px;background:#e9e7d7}.instrument-heading #instrument-away{width:44px;padding:0;background:none}
.instrument-keys{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px}.instrument-keys button{min-height:56px;flex-direction:column;gap:3px;border-radius:10px;background:var(--note-color);border:1px solid #fff8;box-shadow:inset 0 -4px 0 #314a3920;touch-action:none;user-select:none;-webkit-user-select:none;font-size:13px;font-weight:650}.instrument-keys button small{font-size:9px;font-weight:400;opacity:.7}.instrument-keys button.sounding,.instrument-keys button:active{box-shadow:inset 0 3px 0 #314a3930;filter:brightness(1.1);transform:translateY(2px)}
#instrument-sound{min-height:44px;width:100%;font-size:11px;margin-top:5px;text-decoration:underline;text-underline-offset:3px;color:#667452}
body.music-open .world-footer{bottom:calc(var(--music-bottom) + var(--music-height) + 12px)}
.compact{--music-bottom:calc(247px + var(--safe-bottom))}.compact .music-panel{width:min(560px,calc(100vw - 24px));padding:10px;border-radius:17px}.compact .instrument-keys{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.compact .instrument-keys button{min-height:44px;font-size:12px;flex-direction:row;gap:7px}.compact .instrument-keys button small{display:none}.compact .instrument-heading>strong{font-size:20px}.compact .instrument-heading button{font-size:11px;padding:8px}
@media(min-width:600px){.compact{--music-bottom:calc(270px + var(--safe-bottom))}.compact .instrument-keys{grid-template-columns:repeat(8,minmax(0,1fr))}}
@media(max-height:550px){.compact{--music-bottom:calc(84px + var(--safe-bottom))}.compact .music-panel{width:min(560px,calc(100vw - 360px));padding:8px}.compact .instrument-heading{margin-bottom:4px;gap:5px}.compact .instrument-heading>#instrument-icon{display:none}.compact .instrument-heading>strong{font-size:18px}.compact .instrument-keys{grid-template-columns:repeat(8,minmax(0,1fr));gap:4px}.compact #instrument-sound{margin-top:0}.compact.music-open .context-area{max-width:calc(100vw - 370px)}}
@media(max-height:550px) and (max-width:740px){.compact .music-panel{width:calc(100vw - 280px)}.compact .instrument-keys{grid-template-columns:repeat(4,minmax(0,1fr))}.compact .instrument-heading button{padding:6px}.compact #instrument-tune{font-size:10px}}

#instrument-icon svg{width:24px;height:24px;display:block}

.instrument-heading #instrument-sound{width:auto;min-width:44px;min-height:44px;margin:0;padding:8px 10px;background:#eee3ca;text-decoration:none;color:#59684f;font-size:10px}.instrument-heading #instrument-sound svg{width:19px;height:19px}.compact .instrument-heading #instrument-sound{padding:8px;width:44px;flex-shrink:0}.compact #instrument-sound span{display:none}
@media(max-width:365px){.compact .instrument-heading>#instrument-icon{display:none}.compact .instrument-heading>strong{font-size:18px}.compact .instrument-heading{gap:5px}}

.wardrobe-modal,.library-modal{width:min(860px,calc(100vw - 32px))}.wardrobe-layout{display:grid;grid-template-columns:210px 1fr;gap:24px;min-height:0}.wardrobe-preview{display:flex;align-items:center;flex-direction:column;gap:10px}.wardrobe-preview img{width:100%;height:auto;border-radius:18px;background:#e8e4d7}.wardrobe-preview strong{font-size:12px;text-align:center}.wardrobe-preview button{min-height:44px;font-size:12px;text-decoration:underline;text-underline-offset:4px}.wear-catalog{max-height:420px;overflow:auto;padding:0 9px 12px 2px;overscroll-behavior:contain}.wear-catalog fieldset{margin:0 0 22px;padding:0;border:0}.wear-catalog legend{font:21px var(--serif);padding:0;margin-bottom:11px}.wear-options{display:flex;flex-wrap:wrap;gap:7px}.wear-choice{border:1px solid #d6dcca;background:#f0f1e6;border-radius:11px;min-height:44px;padding:9px 12px;font-size:11px;text-align:left;justify-content:flex-start}.wear-choice i{height:20px;width:20px;border-radius:50%;border:1px solid #52694720;flex-shrink:0}.wear-choice[aria-pressed=true]{background:#dce8d0;border-color:#6d8867;box-shadow:inset 0 0 0 1px #6d8867}.wear-choice svg{width:18px;height:18px}.wardrobe-modal>.primary-modal-button{margin-top:20px}.book-shelf{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.book-shelf button{background:var(--book-color);min-height:60px;border:2px solid transparent;border-radius:11px;font-size:11px;padding:10px;justify-content:flex-start;text-align:left}.book-shelf button[aria-pressed=true]{border-color:#6a8465}.book-shelf svg{width:25px;height:25px;flex-shrink:0}.story-spread{display:grid;grid-template-columns:130px 1fr;gap:25px;padding:25px;border-radius:17px;background:#f2ecd9;border:1px solid #e4d7bd;align-items:center}.story-spread>div:first-child{aspect-ratio:1;display:grid;place-items:center;border-radius:50%}.story-spread svg{width:65px;height:65px;stroke-width:1}.story-spread h3{font:26px var(--serif);margin:0 0 12px}.story-spread p{font-size:15px;line-height:1.8;min-height:100px;margin:0;color:#596d57}.story-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px}.story-pagination button{min-height:44px;padding:8px 15px;border-radius:10px;background:#e7e9d8;font-size:12px}.story-pagination span{font-size:11px}.story-note{text-align:center;font-size:10px;color:#75806b;margin:13px 0 0}
.compact .wardrobe-modal,.compact .library-modal{padding:24px 18px}.compact .wardrobe-layout{grid-template-columns:140px 1fr;gap:17px}.compact .wear-catalog{max-height:45dvh}.compact .wear-choice{min-height:44px;font-size:11px;padding:8px}.compact .book-shelf button{font-size:11px;min-height:60px}.compact .story-spread{padding:18px;grid-template-columns:90px 1fr;gap:18px}.compact .story-spread svg{width:50px;height:50px}.compact .story-spread h3{font-size:23px}.compact .story-spread p{font-size:14px}
@media(max-width:599px){.compact .wardrobe-layout{grid-template-columns:1fr}.compact .wardrobe-preview{display:grid;grid-template-columns:92px 1fr;gap:8px 18px}.compact .wardrobe-preview img{grid-row:span 2;width:92px;max-height:110px;object-fit:contain}.compact .wardrobe-preview strong{text-align:left}.compact .wardrobe-preview button{justify-content:flex-start}.compact .wear-catalog{max-height:34dvh}.compact .wear-catalog legend{font-size:19px}.compact .book-shelf{grid-template-columns:repeat(2,1fr);gap:6px;margin:14px 0}.compact .story-spread{display:block;padding:18px}.compact .story-spread>div:first-child{float:right;width:57px;margin:0 0 12px 12px}.compact .story-spread svg{width:35px;height:35px}.compact .story-spread p{min-height:110px}.compact .story-spread h3{font-size:22px}.compact .library-modal .primary-modal-button{margin-top:14px}.compact .story-note{font-size:10px}}
@media(max-height:550px){.compact .wardrobe-modal,.compact .library-modal{padding:18px}.compact .wardrobe-modal h2,.compact .library-modal h2{font-size:27px;margin:8px 0 12px}.compact .wardrobe-modal .modal-subtitle,.compact .wardrobe-modal .modal-eyebrow,.compact .library-modal .modal-eyebrow{display:none}.compact .wardrobe-layout{grid-template-columns:120px 1fr}.compact .wear-catalog{max-height:42dvh}.compact .wardrobe-preview img{max-height:130px;width:auto}.compact .wardrobe-preview strong{font-size:10px}.compact .wardrobe-preview{gap:3px}.compact .wardrobe-modal>.primary-modal-button{margin-top:10px}.compact .book-shelf{grid-template-columns:repeat(3,1fr)}.compact .story-spread{grid-template-columns:60px 1fr}.compact .story-spread p{min-height:0}.compact .story-spread h3{font-size:21px}}
/* Keep saving within reach when the ribbon becomes compact in landscape. */
@media(max-height:550px){.compact .ribbon-top{display:contents}.compact .ribbon-title,.compact #ribbon-message{display:none}.compact #save-moment{position:absolute;right:12px;top:10px;width:44px;height:44px;margin:0}.compact #save-moment span{display:none}.compact .ribbon-main{padding-right:54px}}
/* Emma and Zeke share the same abilities, controls and wardrobe. */
.character-modal{width:min(710px,calc(100vw - 40px));text-align:center}.character-modal h2{font-size:39px}.character-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.character-card{display:flex;flex-direction:column;gap:11px;padding:20px;border-radius:22px;border:2px solid transparent;background:#e9e2e8;text-align:center;color:var(--ink)}.character-card.zeke-card{background:#e0e9e6}.character-card[aria-pressed="true"]{border-color:#78917d}.character-card:hover{border-color:#aab79b}.character-card img{height:216px;width:100%;object-fit:contain;border-radius:14px}.character-name{font:29px var(--serif)}.character-name small{display:block;font:11px 'Avenir Next',sans-serif;letter-spacing:1px;text-transform:uppercase;margin-top:5px;color:#788274}.character-action{background:#fff9e9b3;border-radius:12px;min-height:44px;padding:12px;width:100%;font-size:13px}.character-note{font-size:12px;line-height:1.8;color:#7c8777;margin:21px 0 0}.character-setting{display:flex;gap:13px;width:100%;min-height:65px;background:#e8eadc;border:1px solid #dce1cf;border-radius:13px;padding:12px 16px;margin:0 0 18px;text-align:left}.character-setting>span{flex:1;font-size:14px}.character-setting small{display:block;color:#7a8672;font-size:11px;margin-top:3px}.player-button{background:#efe0c8!important;border-color:#dbc29d!important}.player-button small{color:#8c704c!important}.compact .player-button small{display:block;font-size:7px;letter-spacing:.5px}.compact .player-button>i{display:none}
@media(max-width:600px){.character-modal{padding:24px 18px}.character-modal h2{font-size:30px;letter-spacing:-.8px;margin-top:16px}.character-modal .modal-subtitle{font-size:13px}.character-modal .modal-eyebrow{max-width:245px;margin:auto;line-height:1.8}.character-choices{gap:10px;margin-top:18px}.character-card{padding:12px 8px;border-radius:16px;gap:8px}.character-card img{height:157px}.character-name{font-size:26px}.character-action{font-size:12px;padding:12px 5px}.character-note{font-size:11px;line-height:1.7}.character-setting{min-height:64px}}
@media(max-height:550px){.character-modal{padding:18px 24px}.character-modal .modal-eyebrow{display:none}.character-modal h2{font-size:27px;margin:0 0 8px}.character-modal .modal-subtitle{margin-bottom:10px}.character-choices{margin-top:10px;gap:14px}.character-card{display:grid;grid-template-columns:95px 1fr;gap:4px 12px;padding:9px 12px;text-align:left}.character-card img{grid-row:span 2;height:122px}.character-name{font-size:26px;align-self:end}.character-action{align-self:start;text-align:center;margin-top:7px}.character-note{margin-top:12px;font-size:11px}.character-note br{display:none}}

/* Community roster and the simulation clock. */
.ribbon-clock{display:flex;align-items:center;gap:10px;margin-left:auto;white-space:nowrap;font-variant-numeric:tabular-nums}
.ribbon-clock strong{font-size:17px;letter-spacing:.7px;font-weight:600}.ribbon-clock>span{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#c5d8ac;display:flex;align-items:center;gap:6px}.ribbon-clock>span:before{content:'';width:6px;height:6px;background:currentColor;border-radius:50%}.ribbon-clock[data-mode="stopped"]>span{color:#d6c9a9}.ribbon-clock[data-mode="stopped"]>span:before{border-radius:1px}.ribbon-clock[data-mode="looping"]>span{color:#efb48f}.ribbon-clock small{font-size:10px;color:#adbea4}#ribbon-message{display:none}.pause-clock{font-size:15px;letter-spacing:.5px;font-variant-numeric:tabular-nums;color:#698575}.pause-modal .pause-art{margin-bottom:0}
.friends-modal{width:620px}#friends-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.roster-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#e9eee2;padding:20px 12px;border-radius:18px;gap:7px;border:1px solid #dce5d4}.roster-card:hover{background:#e0e9d7}.roster-portrait{width:76px;height:76px}.roster-portrait svg{width:100%;height:100%}.roster-card strong{font:24px var(--serif)}.roster-card small{font-size:11px;line-height:1.4;color:#788873;min-height:30px}.roster-action{display:flex;align-items:center;gap:5px;font-size:11px}.roster-action svg{width:13px;height:13px}.friends-note{font-size:11px;line-height:1.7;color:#85917b;margin:20px 0 0}
.compact .friend-button:not(.player-button){display:none}.compact .ribbon-clock{gap:7px}.compact .ribbon-clock strong{font-size:14px;letter-spacing:.2px}.compact .ribbon-clock>span{font-size:9px;letter-spacing:.5px}.compact .ribbon-clock small{display:none}.compact #save-moment{margin-left:auto}.compact #save-moment span{display:none}.compact .roster-card{padding:16px 10px}.compact .roster-portrait{width:60px;height:60px}
@media(max-width:365px){.compact .ribbon-title>span{display:none}.compact .ribbon-title{gap:0}.compact .roster-card strong{font-size:22px}.compact .roster-action{font-size:10px}}
@media(max-height:550px){.compact .ribbon-top{display:flex;min-height:24px;margin:0 54px 6px 0;gap:14px}.compact .ribbon-title{display:flex}.compact .ribbon-clock{margin-left:auto}.compact .touch-controls{bottom:calc(116px + var(--safe-bottom))}.compact .quiet-button{bottom:calc(184px + var(--safe-bottom))}.compact .world-footer,.compact.watching .world-footer{bottom:calc(125px + var(--safe-bottom))}.compact{--music-bottom:calc(114px + var(--safe-bottom))}.compact .conversation{bottom:calc(114px + var(--safe-bottom))}.compact #toast{bottom:calc(185px + var(--safe-bottom))}.compact.music-open .world-footer{bottom:calc(var(--music-bottom) + var(--music-height) + 12px)}}

.pause-book{display:flex;width:100%;margin-top:12px;min-height:48px;padding:12px;border:1px solid #d9dfcd;border-radius:12px;background:#e9eddf;font-size:13px;color:#4e6653}.pause-book svg{width:18px;height:18px}.tigre-card{background:#eee9d7}.tigre-card .roster-portrait{width:76px;height:76px}
body.world-stopped *,body.world-stopped *::before,body.world-stopped *::after{animation-play-state:paused!important}
@media(max-height:550px){.pause-modal,.compact .pause-modal{padding:18px 24px;width:min(520px,calc(100vw - 24px))}.pause-modal .pause-art,.pause-modal .modal-eyebrow{display:none}.pause-modal .pause-clock{margin:0 0 8px}.pause-modal h2{font-size:28px;margin:8px 0}.pause-modal .modal-subtitle{margin-bottom:12px;line-height:1.5}.pause-modal .primary-modal-button{margin-top:12px}.pause-modal .pause-book{margin-top:8px}.pause-modal .text-button{padding-top:12px}}
