:root{--color-primary:#6edc5f;--color-secondary:#ffb7d5;--color-accent:#ffe38a;--color-text:#333;--bg:#fff;--font-main:"Inter",sans-serif;--radius:16px}
body{overflow-x:hidden}.hero-full{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%;overflow:hidden}.hero-container{max-width:1200px;height:480px;margin:0 auto 2em;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:20% center;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:left;flex-direction:column;align-items:center;gap:10px;max-width:580px;display:flex;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.hero-title{color:var(--color-primary);text-shadow:-1px -1px 2px #fff,1px -1px 2px #fff,-1px 1px 2px #fff,1px 1px 2px #fff,0 -2px 2px #fff,0 2px 2px #fff,-2px 0 2px #fff,2px 0 2px #fff;margin-bottom:4px;font-size:3rem;font-weight:700}.hero-subtitle{color:#fff;margin-bottom:4px;font-size:1.3rem}.hero-content>a{margin-top:6px}@media (max-width:768px){.hero-container{height:360px}.hero-bg{object-fit:cover;object-position:20% center}.hero-content{text-align:center;align-items:center;max-width:90%;right:40%;transform:translate(50%,-50%)}}@media (min-width:1000px){.hero-content{min-width:700px;max-width:100%;right:10%}}
:root{--char-height:40vh;--bubble-right:400px;--char-right:20px;--color-primary:#7ed957}@media (min-width:1400px){:root{--bubble-right:550px;--char-right:170px}}@media (max-width:1100px){:root{--bubble-right:340px}}.MyRoom-module__GTgGAa__container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:10px;display:flex}.MyRoom-module__GTgGAa__characterHero{background:radial-gradient(circle,#fff 0%,#f7f7f7 100%);border:1px solid #eee;border-radius:24px;flex:none;justify-content:flex-end;align-items:flex-end;height:40vh;min-height:300px;margin-bottom:15px;padding:20px 40px;display:flex;position:relative;overflow:hidden}.MyRoom-module__GTgGAa__speechBubble{right:var(--bubble-right);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3;border:2.5px solid var(--color-primary);background:#fffffff2;border-radius:24px;align-items:center;width:320px;padding:15px 25px;font-size:1rem;font-weight:500;line-height:1.5;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px #0000000f}.MyRoom-module__GTgGAa__speechBubble:after{content:"";filter:drop-shadow(2px 0 0 var(--color-primary));border:8px solid #0000;border-left:14px solid #fff;border-right-width:0;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.MyRoom-module__GTgGAa__characterDisplay{z-index:2;height:100%;margin-right:var(--char-right)}.MyRoom-module__GTgGAa__mainCharacter{object-fit:contain;filter:drop-shadow(0 10px 30px #0000001a);width:auto;max-height:100%}.MyRoom-module__GTgGAa__contentBox{background:#fff;border:1px solid #f0f0f0;border-radius:24px;flex-direction:column;padding:20px 30px;display:flex}.MyRoom-module__GTgGAa__welcomeMessage{color:var(--color-primary);margin-bottom:10px;font-size:1.1rem;font-weight:700}.MyRoom-module__GTgGAa__chatSection{border:1.5px solid #eee;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.MyRoom-module__GTgGAa__chatLog{background-image:linear-gradient(#f9f9f9 1px,#0000 1px);background-size:100% 2.2rem;flex-direction:column;gap:10px;height:200px;padding:15px;display:flex;overflow-y:auto}.MyRoom-module__GTgGAa__logEntry{border-radius:12px;max-width:85%;padding:8px 14px;font-size:.9rem;line-height:1.5}.MyRoom-module__GTgGAa__dogEntry{color:#444;background:#f0f0f0;border-bottom-left-radius:4px;align-self:flex-start}.MyRoom-module__GTgGAa__userEntry{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.MyRoom-module__GTgGAa__chatInputWrapper{background:#fff;border-top:1px solid #eee;display:flex}.MyRoom-module__GTgGAa__chatInput{border:none;outline:none;flex:1;padding:15px;font-size:1rem}.MyRoom-module__GTgGAa__sendBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;padding:0 25px;font-weight:700}.MyRoom-module__GTgGAa__loadingContainer{justify-content:center;align-items:center;height:80vh;display:flex}.MyRoom-module__GTgGAa__spinner{border:4px solid #7ed9571a;border-left-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite MyRoom-module__GTgGAa__spin}@keyframes MyRoom-module__GTgGAa__spin{to{transform:rotate(360deg)}}.MyRoom-module__GTgGAa__menuButton{z-index:90;cursor:pointer;border:2px solid var(--color-primary);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:20px;right:20px}.MyRoom-module__GTgGAa__hamburgerIcon{background:var(--color-primary);width:22px;height:2px;position:relative}.MyRoom-module__GTgGAa__hamburgerIcon:before{content:"";background:var(--color-primary);width:22px;height:2px;position:absolute;top:-7px;left:0}.MyRoom-module__GTgGAa__hamburgerIcon:after{content:"";background:var(--color-primary);width:22px;height:2px;position:absolute;top:7px;left:0}@media (max-width:768px){.MyRoom-module__GTgGAa__container{padding:0}.MyRoom-module__GTgGAa__characterHero{border:none;border-radius:0;height:35vh;min-height:260px;margin-bottom:0;padding:10px 0}.MyRoom-module__GTgGAa__characterDisplay{margin-right:-10px}.MyRoom-module__GTgGAa__speechBubble{width:65%;padding:12px;font-size:.9rem;top:35%;left:10px;right:auto}.MyRoom-module__GTgGAa__contentBox{border:none;border-radius:0;padding:15px}.MyRoom-module__GTgGAa__chatLog{height:180px}}
