*{margin:0;padding:0;font-family:sans-serif;font-weight:400}p{text-align:center;line-height:150%}html{scroll-behavior:smooth}body{background:radial-gradient(circle,#fff 0,#f1a581 100%);background-size:cover;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-image:url(/_next/static/media/background-tile.c730f812.jpg)}@keyframes scroll-background{0%{background-position:0 0}to{background-position:-100% 0}}#root{display:flex;flex-direction:column;align-items:center}.bubbleUI{position:relative;width:100vw;height:100vh;overflow:hidden!important;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;transform:translateZ(0) scale(1);-webkit-transform:translateZ(0) scale(1);-moz-transform:translateZ(0) scale(1);margin-bottom:10px;z-index:1;opacity:1;transition:opacity .5s ease-out,transform .5s ease-out}.bubbleUI.hidden{opacity:0;transform:translateZ(0) scale(.8);-webkit-transform:translateZ(0) scale(.8);-moz-transform:translateZ(0) scale(.8);pointer-events:none}.topicBubble{border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;width:100%;height:100%;min-width:60px;min-height:60px;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease;border:4px solid #0000}.topicBubble.touching{transform:scale(.95);box-shadow:0 0 20px #fffc}.topicBubble:hover:not(.just-unselected):not(.selected){border:6px solid #fff;transform:scale(1.08);box-shadow:0 0 15px #ffffffb3}.topicBubble.just-unselected{transition:none}.topicBubble.selected{border:6px solid #0f0;box-shadow:0 0 20px #0f09;transform:scale(1.1);animation:selectedPulse 2s infinite}.topicBubble.selected:hover{border:6px solid #32ff32;transform:scale(1.12);box-shadow:0 0 25px #0f0c}.topicBubble.selected.touching,.topicBubble.selected:active{transform:scale(1.05);box-shadow:0 0 15px #00ff00e6}@keyframes selectedPulse{0%,to{box-shadow:0 0 20px #0f09}50%{box-shadow:0 0 30px #00ff00e6}}.playButton{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);padding:0;width:70px;height:60px;font-size:30px;font-weight:700;color:#fff;background:linear-gradient(135deg,#ee7470,#f99);border:3px solid #fff;border-radius:15px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0000004d;z-index:2000;display:flex;align-items:center;justify-content:center}.playButton:hover{background:linear-gradient(135deg,#1ed31e,#32ff32);transform:translateX(-50%) scale(1.05);box-shadow:0 6px 20px #1ed31e66}.playButton:active{transform:translateX(-50%) scale(.95);box-shadow:0 2px 10px #0000004d}.playButton:disabled{background:linear-gradient(135deg,#888,#aaa);cursor:not-allowed;transform:translateX(-50%) scale(1)}.backButton{position:fixed;top:20px;left:20px;padding:0 18px;font-size:18px;font-weight:700;height:40px;color:#fff;background-color:#ee7470;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease,transform .3s ease;box-shadow:0 0 10px #00000080;z-index:2000}.backButton:hover{background-color:#1ed31e}.backButton:active{transform:scale(.95);box-shadow:none}.bubbleContainer{position:relative;width:100vw;height:100vh;overflow-x:auto;overflow-y:hidden;white-space:nowrap;cursor:grab;-webkit-user-select:none;user-select:none}.bubbleContainer.grabbing{cursor:grabbing}.storyBubble{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;overflow-y:auto;transition:transform .5s ease-out,opacity .5s ease-out;opacity:0;pointer-events:none;z-index:1000}.storyBubble.active{opacity:1;pointer-events:auto}.storyBubble .imageContainer{width:100%;height:auto;max-height:66.66vh;min-height:200px;overflow:hidden;position:relative;flex-shrink:0}.storyBubble .imageContainer img{width:100%;height:100%;object-fit:cover;object-position:center}.storyBubble .textContainer{width:100%;padding:20px;flex-grow:1;overflow-y:auto;box-sizing:border-box}.storyBubble .textContainer p{font-size:20px;line-height:1.8;text-align:left;font-weight:500;margin-bottom:20px}.storyBubble .textContainer h1,.storyBubble .textContainer p{color:#2c3e50;width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.storyBubble .textContainer h1{font-size:32px;line-height:1.4;text-align:center;font-weight:700;margin-bottom:25px;text-shadow:1px 1px 2px #0000001a}.storyBubble .textContainer h2{font-size:24px;line-height:1.5;color:#2c3e50;text-align:center;width:100%;font-weight:600;margin-bottom:20px}@media (max-width:768px){.storyBubble .imageContainer{height:50vh}.storyBubble .textContainer{padding:20px}.storyBubble .textContainer p{font-size:18px;line-height:1.7}.storyBubble .textContainer h1{font-size:28px}.storyBubble .textContainer h2{font-size:22px}.backButton,.continueButton,.previousButton{height:70px;font-size:20px;border-radius:20px}.playButton{width:80px;height:70px;font-size:32px;border-radius:20px}.topicBubble{min-width:80px;min-height:80px}}@media (max-width:480px){.storyBubble .textContainer{padding:15px}.continueButton{bottom:15px;right:15px;font-size:18px;min-width:120px}.backButton,.previousButton{bottom:15px;left:15px;font-size:18px}.playButton{bottom:15px}}.bubbleContainer.transitioning .topicBubble{animation:shrinkToCenter 1s forwards}@keyframes shrinkToCenter{0%{transform:scale(1) translate(0);opacity:1}to{transform:scale(0) translate(0);opacity:0}}.continueButton{position:fixed;bottom:20px;right:20px;padding:0 24px;font-size:22px;font-weight:700;height:60px;min-width:140px;color:#fff;background:linear-gradient(135deg,#ee7470,#f99);border:3px solid #fff;border-radius:15px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0000004d;z-index:2000;display:flex;align-items:center;justify-content:center}.continueButton:hover{background:linear-gradient(135deg,#1ed31e,#32ff32);transform:scale(1.05);box-shadow:0 6px 20px #1ed31e66}.continueButton:active{transform:scale(.95);box-shadow:0 2px 10px #0000004d}.continueButton:disabled{background:linear-gradient(135deg,#888,#aaa);cursor:not-allowed;transform:scale(1)}.previousButton{position:fixed;bottom:20px;left:20px;padding:0 18px;font-size:18px;font-weight:700;color:#fff;height:40px;background-color:#ee7470;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease,transform .3s ease;box-shadow:0 0 10px #00000080;z-index:2000}.previousButton:hover{background-color:#1ed31e}.previousButton:active{transform:scale(.95);box-shadow:none}.previousButton:disabled{background-color:#888;cursor:not-allowed}.storyBubble.loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}@media (prefers-contrast:high){body{background:linear-gradient(135deg,#000,#333);color:#fff}.topicBubble{border-width:6px \!important;filter:contrast(1.5)}.storyBubble .textContainer h1,.storyBubble .textContainer h2,.storyBubble .textContainer p{color:#fff \!important;background:#000c;padding:10px;border-radius:8px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms \!important;animation-iteration-count:1 \!important;transition-duration:.01ms \!important;scroll-behavior:auto \!important}.storyBubble,.topicBubble{transition:none \!important}}.backButton:focus,.continueButton:focus,.playButton:focus,.previousButton:focus,.topicBubble:focus{outline:4px solid #4a90e2;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 0 6px #4a90e2}.backButton,.continueButton,.playButton,.previousButton,.topicBubble{min-width:44px;min-height:44px}.topicBubble:active{transform:scale(.95);filter:brightness(1.1)}