body{margin:0;background-color:#0b0d19;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#f3f4f6;display:flex;justify-content:center;align-items:center;min-height:100vh}.game-container{width:100%;max-width:410px;height:90vh;background:radial-gradient(circle at top,#2d122d,#0f111a);border:4px solid #4a284a;border-radius:36px;box-shadow:0 20px 40px -10px #000000b3;display:flex;flex-direction:column;overflow:hidden;position:relative}.status-bar{padding:14px 16px;background:#0f111ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(244,114,182,.15);display:flex;justify-content:space-between;align-items:center;z-index:10}.user-profile{display:flex;align-items:center;gap:10px}.avatar-glow{width:38px;height:38px;background:linear-gradient(135deg,#ff85a2,#b76eff);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 12px #f472b666}.content-area{flex:1;overflow-y:auto;position:relative;z-index:1}.cabin-view{height:100%}.tab-bar{height:68px;background:#0f111af2;border-top:1px solid rgba(244,114,182,.1);display:flex;justify-content:space-around;align-items:center;padding-bottom:6px;z-index:10}.tab-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:#64748b;background:none;border:none;font-size:9px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);flex:1}.tab-item:hover{color:#94a3b8}.tab-item.active{color:#ff85a2;transform:translateY(-3px)}.tab-item.active svg{filter:drop-shadow(0 0 6px rgba(244,114,182,.6))}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}
