.start-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff9e8,#e8f5e0);gap:16px}.start-screen h1{font-size:2.5rem;color:#5d4037}.start-screen .subtitle{color:#8b7355;margin-bottom:24px}.start-screen input{padding:12px 20px;border:2px solid #e89b9b;border-radius:24px;font-size:1rem;font-family:inherit;width:240px;text-align:center}.start-screen button{margin-top:16px;padding:14px 48px;background:#a9c69f;border:none;border-radius:28px;color:#5d4037;font-size:1.1rem;font-family:inherit;cursor:pointer}.start-screen button:hover{background:#95b88b}.hud{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;pointer-events:none}.hud-left,.popularity .pop-hint{font-size:.7rem;color:#8b7355}.stat-panel.milestone-hint{font-size:.75rem;color:#6b4226;max-width:140px}.hud-tutorial{position:absolute;top:58px;left:50%;transform:translate(-50%);background:#fff9e8f2;border:2px solid #d2b48c;border-radius:12px;padding:6px 14px;font-size:.85rem;color:#5c3d2e;pointer-events:none;max-width:420px;text-align:center}.hud-right{display:flex;gap:8px;pointer-events:auto}.stat-panel{background:#fff9e8eb;border:2px solid #e89b9b;border-radius:16px;padding:8px 14px;display:flex;align-items:center;gap:8px}.icon-img{width:28px;height:28px;object-fit:contain}.icon-img.small{width:22px;height:22px}.hud-btn img{width:28px;height:28px;object-fit:contain}.stat-panel.coins .value{font-weight:700;color:#5d4037}.stat-panel.popularity .label{font-size:.75rem;color:#8b7355}.stat-panel.orders .orders-count{font-size:13px;color:#5d4037}.popularity .stars{color:#f4c430;letter-spacing:2px}.hud-btn{position:relative;width:44px;height:44px;border:2px solid #e89b9b;border-radius:12px;background:#fff9e8eb;font-size:1.2rem;cursor:pointer}.hud-btn:hover{background:#fff;transform:scale(1.05)}.letter-badge{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;border-radius:10px;min-width:18px;height:18px;font-size:11px;line-height:18px;text-align:center;padding:0 4px;font-weight:700;animation:badge-pulse 2s ease infinite;pointer-events:none}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.hud-btn--letters:hover{animation:none}.feedback-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#5d403759;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.feedback-modal{background:#fff9e8;border:3px solid #e89b9b;border-radius:24px;padding:32px 40px;max-width:420px;text-align:center;box-shadow:0 8px 32px #00000026}.feedback-modal .ribbon{background:#e89b9b;color:#fff;padding:8px 24px;border-radius:20px;margin:-48px auto 20px;width:fit-content;font-weight:700}.feedback-body{display:flex;align-items:center;gap:16px;margin-bottom:24px}.bear-char-img{width:120px;height:auto;object-fit:contain}.speech-bubble{background:#fff;border-radius:16px;padding:16px;flex:1;text-align:left}.grade-badge{display:inline-block;background:#a9c69f;padding:4px 12px;border-radius:12px;margin-top:8px;font-weight:700}.secret-hint{color:#e89b9b;font-size:.9rem;margin-top:4px}.affection-earned{color:#e91e63;font-size:14px;margin:4px 0}.coins-earned{color:#f4c430;font-weight:700;margin-top:8px}.journal-suggest{color:#8b6914;font-size:.9rem;margin-top:8px;line-height:1.4}.feedback-actions{display:flex;flex-direction:column;gap:10px;align-items:center}.journal-btn{background:#fff8e7;border:2px solid #c4a035;border-radius:28px;padding:10px 28px;font-size:1rem;font-family:inherit;color:#6b4226;cursor:pointer}.journal-btn:hover{background:#ffefb8}.yay-btn{background:#a9c69f;border:none;border-radius:28px;padding:12px 40px;font-size:1.1rem;font-family:inherit;color:#5d4037;cursor:pointer}.yay-btn:hover{background:#95b88b}.decorate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#f5f2e6;display:flex;flex-direction:column}.decorate-header{display:flex;align-items:center;gap:16px;padding:12px 20px;background:#fff9e8;border-bottom:2px solid #e89b9b}.decorate-header h2{flex:1;color:#5d4037}.complete-btn{background:#7d9564;color:#fff;border:none;padding:10px 24px;border-radius:20px;font-family:inherit;cursor:pointer}.close-link{background:none;border:none;color:#8b7355;cursor:pointer;font-family:inherit}.decorate-main{flex:1;display:flex;padding:16px;gap:16px;overflow:hidden}.side-tools{display:flex;flex-direction:column;gap:8px}.side-tools button{padding:8px 12px;border:2px solid #e89b9b;border-radius:8px;background:#fff9e8;font-family:inherit;cursor:pointer}.room-grid{flex:1;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);gap:2px;max-width:480px;max-height:480px;margin:auto;background-color:#e8dcc8;background-size:cover;border-radius:8px;padding:4px}.placed-furniture,.furniture-thumb{width:36px;height:36px;object-fit:contain}.room-grid.show-grid .cell{border:1px dashed rgba(125,149,100,.4)}.cell{background:#fff9e8;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;min-height:48px}.cell.occupied{background:#a9c69f}.furniture-bar{padding:12px 20px;background:#fff9e8;border-top:2px solid #e89b9b;max-height:160px;overflow-y:auto}.category-group h4{font-size:.8rem;color:#8b7355;margin-bottom:8px}.category-group .items{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.furniture-item{display:flex;flex-direction:column;align-items:center;padding:8px;border:2px solid #e8d4c4;border-radius:8px;background:#fff;cursor:pointer;font-size:.75rem;min-width:72px}.furniture-item.selected{border-color:#a9c69f;background:#e8f5e0}.furniture-item .price{color:#f4c430}.unlock-toast{position:fixed;top:72px;left:50%;transform:translate(-50%);z-index:200;background:#fff8e1f7;border:2px solid #c8a882;border-radius:16px;padding:12px 24px;display:flex;align-items:center;gap:12px;box-shadow:0 6px 20px #0000002e;animation:unlock-fade 5s ease forwards}.unlock-toast--unlock{border-color:gold;background:linear-gradient(135deg,#fff8e1f7,#fffdf0f7)}.unlock-toast--letter{border-color:#e89b9b;background:linear-gradient(135deg,#fff0f5f7,#fff8e1f7)}.unlock-toast--milestone{border-color:#b8860b;background:linear-gradient(135deg,#fff8e1f7,#fff0dcf7)}.unlock-toast__icon{font-size:24px;animation:unlock-icon-bounce .6s ease}.unlock-toast__body{display:flex;flex-direction:column;gap:2px}.unlock-toast__text{font-size:15px;font-weight:700;color:#5d4037}.unlock-toast__sub{font-size:12px;color:#8b7355;line-height:1.3}@keyframes unlock-fade{0%{opacity:0;transform:translate(-50%) translateY(-12px)}8%{opacity:1;transform:translate(-50%) translateY(0)}80%{opacity:1}to{opacity:0;transform:translate(-50%) translateY(-6px)}}@keyframes unlock-icon-bounce{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.3)}to{transform:scale(1);opacity:1}}.wall-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#281c1273;display:flex;align-items:center;justify-content:center;z-index:1200}.wall-panel{background:#faf3e8;border-radius:16px;padding:1.25rem 1.5rem 1.5rem;width:min(520px,92vw);max-height:80vh;overflow:auto;box-shadow:0 12px 40px #0003;position:relative}.wall-panel header h2{margin:0 0 .25rem;color:#5c3d2e;font-size:1.25rem}.wall-panel-sub{margin:0;color:#8b7355;font-size:.85rem}.wall-panel-close{position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#8b7355}.wall-slot-tabs{display:flex;gap:.5rem;margin:1rem 0;flex-wrap:wrap}.wall-slot-tab{border:1px solid #d2b48c;background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;cursor:pointer}.wall-slot-tab.active{background:#6b4226;color:#fff;border-color:#6b4226}.wall-current{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:12px}.wall-current-img{width:72px;height:72px;object-fit:contain}.wall-empty{color:#aaa}.wall-inventory h3{margin:0 0 .5rem;font-size:.95rem;color:#5c3d2e}.wall-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.wall-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border:1px solid #e0c9a6;border-radius:10px;background:#fff;cursor:pointer;font-size:.75rem;color:#5c3d2e}.wall-item img{width:56px;height:56px;object-fit:contain}.wall-item.equipped{border-color:#6b4226;box-shadow:0 0 0 2px #6b422640}.wall-item--clear{grid-column:1 / -1;flex-direction:row;justify-content:center}.wall-hint{grid-column:1 / -1;color:#8b7355;font-size:.85rem;margin:0}:root{--cream: #fff9e8;--pink: #e89b9b;--sage: #a9c69f;--brown: #5d4037;--wood: #8b5e3c;--gold: #f4c430}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Varela Round,PingFang SC,sans-serif;background:var(--cream);color:var(--brown);overflow:hidden}#root{width:100vw;height:100vh}.game-shell{position:relative;width:100%;height:100%}#phaser-container{width:100%;height:100%}.ui-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}.ui-overlay>*{pointer-events:auto}.season-badge{position:absolute;top:12px;left:50%;transform:translate(-50%);background:#a9c69fe6;padding:4px 16px;border-radius:12px;font-size:.75rem;pointer-events:none}
